Uses of Interface
org.crosswire.jsword.index.query.QueryDecorator

Packages that use QueryDecorator
org.crosswire.jsword.index.lucene An implementation of an Index using Lucene. 
org.crosswire.jsword.index.query The Query package provides JSword with the ability to construct a search request against an Index. 
org.crosswire.jsword.index.search This package helps implementors of the various Book interfaces implement search. 
 

Uses of QueryDecorator in org.crosswire.jsword.index.lucene
 

Classes in org.crosswire.jsword.index.lucene that implement QueryDecorator
 class LuceneQueryDecorator
          LuceneQueryDecorator represents the extension of stock Lucene syntax with passage ranges and with blurring (searching in nearby verses).
 

Uses of QueryDecorator in org.crosswire.jsword.index.query
 

Fields in org.crosswire.jsword.index.query declared as QueryDecorator
private static QueryDecorator QueryDecoratorFactory.instance
          The singleton
 

Methods in org.crosswire.jsword.index.query that return QueryDecorator
static QueryDecorator QueryDecoratorFactory.getSearchSyntax()
          Create a new QueryDecorator.
 

Uses of QueryDecorator in org.crosswire.jsword.index.search
 

Fields in org.crosswire.jsword.index.search declared as QueryDecorator
protected static QueryDecorator SearchType.SEARCH_SYNTAX
           
 


Copyright ยจ 2003-2015