org.crosswire.jsword.index.query
Interface QueryBuilder

All Known Implementing Classes:
LuceneQueryBuilder

public interface QueryBuilder

A QueryBuilder builds a Query from a String.

Author:
DM Smith
See Also:
The GNU Lesser General Public License for details.

Method Summary
 Query parse(String aQuery)
          Construct a query from a string.
 

Method Detail

parse

Query parse(String aQuery)
Construct a query from a string.

Parameters:
aQuery - The text to convert
Returns:
a query.

Copyright ยจ 2003-2015