org.apache.lucene.xmlparser.builders

Class TermsQueryBuilder

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

Author: maharwood

Constructor Summary
TermsQueryBuilder(Analyzer analyzer)
Method Summary
QuerygetQuery(Element e)

Constructor Detail

TermsQueryBuilder

public TermsQueryBuilder(Analyzer analyzer)

Method Detail

getQuery

public Query getQuery(Element e)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.