Uses of Interface
org.apache.lucene.xmlparser.builders.SpanQueryBuilder
-
Packages that use SpanQueryBuilder Package Description org.apache.lucene.xmlparser.builders Builders to support various Lucene queries. -
-
Uses of SpanQueryBuilder in org.apache.lucene.xmlparser.builders
Classes in org.apache.lucene.xmlparser.builders that implement SpanQueryBuilder Modifier and Type Class Description classBoostingTermBuilderclassSpanBuilderBaseclassSpanFirstBuilderclassSpanNearBuilderclassSpanNotBuilderclassSpanOrBuilderclassSpanOrTermsBuilderclassSpanQueryBuilderFactoryclassSpanTermBuilderMethods in org.apache.lucene.xmlparser.builders with parameters of type SpanQueryBuilder Modifier and Type Method Description voidSpanQueryBuilderFactory. addBuilder(String nodeName, SpanQueryBuilder builder)Constructors in org.apache.lucene.xmlparser.builders with parameters of type SpanQueryBuilder Constructor Description SpanFirstBuilder(SpanQueryBuilder factory)SpanNearBuilder(SpanQueryBuilder factory)SpanNotBuilder(SpanQueryBuilder factory)SpanOrBuilder(SpanQueryBuilder factory)
-