Uses of Class
org.jqurantree.search.SearchOptions

Packages that use SearchOptions
org.jqurantree.search Search API package, providing classes for searching the Holy Quran. 
 

Uses of SearchOptions in org.jqurantree.search
 

Methods in org.jqurantree.search that return SearchOptions
static SearchOptions SearchOptions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SearchOptions[] SearchOptions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jqurantree.search with parameters of type SearchOptions
 void TokenSearch.findSubstring(java.lang.String text, SearchOptions options)
          Adds a substring match to the list of search criteria.
 void TokenSearch.findToken(java.lang.String text, SearchOptions options)
          Adds an exact string match to the list of search criteria, with search options.
 

Constructors in org.jqurantree.search with parameters of type SearchOptions
TokenSearch(EncodingType encodingType, SearchOptions options)
          Creates a new TokenSearch instance, using the specified encoding scheme and search options.
 



Copyright© Kais Dukes, 2009. All Rights Reserved.