Uses of Package
org.apache.lucene.search.spans
-
Packages that use org.apache.lucene.search.spans Package Description org.apache.lucene.payloads Experimental classes for interacting with payloadsorg.apache.lucene.queries.payloads The payloads package provides Query mechanisms for finding and using payloads.org.apache.lucene.queryparser.complexPhrase QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*"org.apache.lucene.queryparser.surround.query This package contains SrndQuery and its subclasses.org.apache.lucene.queryparser.xml Parser that produces Lucene Query objects from XML streams.org.apache.lucene.queryparser.xml.builders XML Parser factories for different Lucene Query/Filters.org.apache.lucene.search Code to search indices.org.apache.lucene.search.highlight Highlighting search terms.org.apache.lucene.search.spans The calculus of spans.org.apache.lucene.search.uhighlight The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.org.apache.lucene.util Some utility classes. -
Classes in org.apache.lucene.search.spans used by org.apache.lucene.payloads Class Description SpanCollector An interface defining the collection of postings information from the leaves of aSpans
SpanQuery Base class for span-based queries. -
Classes in org.apache.lucene.search.spans used by org.apache.lucene.queries.payloads Class Description FilterSpans ASpans
implementation wrapping another spans instance, allowing to filter spans matches easily by implementingFilterSpans.accept(org.apache.lucene.search.spans.Spans)
FilterSpans.AcceptStatus Status returned fromFilterSpans.accept(Spans)
that indicates whether a candidate match should be accepted, rejected, or rejected and move on to the next document.SpanCollector An interface defining the collection of postings information from the leaves of aSpans
SpanQuery Base class for span-based queries.Spans Iterates through combinations of start/end positions per-doc.SpanScorer SpanWeight Expert-only.SpanWeight.Postings Enumeration defining what postings information should be retrieved from the index for a given Spans -
Classes in org.apache.lucene.search.spans used by org.apache.lucene.queryparser.complexPhrase Class Description SpanQuery Base class for span-based queries. -
Classes in org.apache.lucene.search.spans used by org.apache.lucene.queryparser.surround.query Class Description SpanQuery Base class for span-based queries.SpanTermQuery Matches spans containing a term. -
Classes in org.apache.lucene.search.spans used by org.apache.lucene.queryparser.xml Class Description SpanQuery Base class for span-based queries. -
Classes in org.apache.lucene.search.spans used by org.apache.lucene.queryparser.xml.builders Class Description SpanQuery Base class for span-based queries. -
Classes in org.apache.lucene.search.spans used by org.apache.lucene.search Class Description Spans Iterates through combinations of start/end positions per-doc. -
Classes in org.apache.lucene.search.spans used by org.apache.lucene.search.highlight Class Description SpanQuery Base class for span-based queries. -
Classes in org.apache.lucene.search.spans used by org.apache.lucene.search.spans Class Description ConjunctionSpans Common super class for multiple sub spans required in a document.FieldMaskingSpanQuery Wrapper to allowSpanQuery
objects participate in composite single-field SpanQueries by 'lying' about their search field.FilterSpans.AcceptStatus Status returned fromFilterSpans.accept(Spans)
that indicates whether a candidate match should be accepted, rejected, or rejected and move on to the next document.NearSpansUnordered.SpanTotalLengthEndPositionWindow Maintain totalSpanLength and maxEndPositionSpanBoostQuery Counterpart ofBoostQuery
for spans.SpanCollector An interface defining the collection of postings information from the leaves of aSpans
SpanContainQuery SpanContainQuery.SpanContainWeight SpanMultiTermQueryWrapper.SpanRewriteMethod Abstract class that defines how the query is rewritten.SpanNearQuery Matches spans which are near one another.SpanNearQuery.Builder A builder for SpanNearQueriesSpanNearQuery.SpanGapQuery SpanNotQuery Removes matches which overlap with another SpanQuery or which are within x tokens before or y tokens after another SpanQuery.SpanPositionCheckQuery Base class for filtering a SpanQuery based on the position of a match.SpanPositionRangeQuery Checks to see if theSpanPositionCheckQuery.getMatch()
lies between a start and end position SeeSpanFirstQuery
for a derivation that is optimized for the case where start position is 0.SpanQuery Base class for span-based queries.Spans Iterates through combinations of start/end positions per-doc.SpanScorer SpanWeight Expert-only.SpanWeight.Postings Enumeration defining what postings information should be retrieved from the index for a given Spans -
Classes in org.apache.lucene.search.spans used by org.apache.lucene.search.uhighlight Class Description SpanCollector An interface defining the collection of postings information from the leaves of aSpans
SpanQuery Base class for span-based queries. -
Classes in org.apache.lucene.search.spans used by org.apache.lucene.util Class Description SpanQuery Base class for span-based queries.