| org.apache.lucene.xmlparser.QueryBuilder
All known Subclasses: org.apache.lucene.xmlparser.builders.FilteredQueryBuilder, org.apache.lucene.xmlparser.builders.FuzzyLikeThisQueryBuilder, org.apache.lucene.xmlparser.builders.TermQueryBuilder, org.apache.lucene.xmlparser.builders.LikeThisQueryBuilder, org.apache.lucene.xmlparser.CoreParser, org.apache.lucene.xmlparser.builders.BooleanQueryBuilder, org.apache.lucene.xmlparser.builders.ConstantScoreQueryBuilder, org.apache.lucene.xmlparser.builders.MatchAllDocsQueryBuilder, org.apache.lucene.xmlparser.builders.TermsQueryBuilder, org.apache.lucene.xmlparser.QueryBuilderFactory, org.apache.lucene.xmlparser.builders.UserInputQueryBuilder, org.apache.lucene.xmlparser.builders.BoostingQueryBuilder,
QueryBuilder | public interface QueryBuilder (Code) | | Implemented by objects that produce Lucene Query objects from XML streams. Implementations are
expected to be thread-safe so that they can be used to simultaneously parse multiple XML documents.
author: maharwood |
|
|