org.apache.lucene.xmlparser.builders
Class TermsQueryBuilder
java.lang.Object
org.apache.lucene.xmlparser.builders.TermsQueryBuilder
- All Implemented Interfaces:
- QueryBuilder
public class TermsQueryBuilder
- extends Object
- implements QueryBuilder
Builds a BooleanQuery from all of the terms found in the XML element using the choice of analyzer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TermsQueryBuilder
public TermsQueryBuilder(Analyzer analyzer)
getQuery
public Query getQuery(Element e)
throws ParserException
- Specified by:
getQuery
in interface QueryBuilder
- Throws:
ParserException