Uses of Class
org.apache.lucene.search.spans.Spans
-
Packages that use Spans Package Description org.apache.lucene.queries.payloads The payloads package provides Query mechanisms for finding and using payloads.org.apache.lucene.search Code to search indices.org.apache.lucene.search.spans The calculus of spans. -
-
Uses of Spans in org.apache.lucene.queries.payloads
Subclasses of Spans in org.apache.lucene.queries.payloads Modifier and Type Class Description private classPayloadScoreQuery.PayloadSpansMethods in org.apache.lucene.queries.payloads that return Spans Modifier and Type Method Description SpansPayloadScoreQuery.PayloadSpanWeight. getSpans(LeafReaderContext ctx, SpanWeight.Postings requiredPostings)SpansSpanPayloadCheckQuery.SpanPayloadCheckWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)Methods in org.apache.lucene.queries.payloads with parameters of type Spans Modifier and Type Method Description protected FilterSpans.AcceptStatusPayloadScoreQuery.PayloadSpans. accept(Spans candidate)Constructors in org.apache.lucene.queries.payloads with parameters of type Spans Constructor Description PayloadSpans(Spans in, PayloadDecoder decoder) -
Uses of Spans in org.apache.lucene.search
Fields in org.apache.lucene.search declared as Spans Modifier and Type Field Description SpansDisiWrapper. spansMethods in org.apache.lucene.search with parameters of type Spans Modifier and Type Method Description private static voidConjunctionDISI. addSpans(Spans spans, java.util.List<DocIdSetIterator> allIterators, java.util.List<TwoPhaseIterator> twoPhaseIterators)Adds the Spans.Method parameters in org.apache.lucene.search with type arguments of type Spans Modifier and Type Method Description static DocIdSetIteratorConjunctionDISI. intersectSpans(java.util.List<Spans> spanList)Create a conjunction over the providedSpans.Constructors in org.apache.lucene.search with parameters of type Spans Constructor Description DisiWrapper(Spans spans) -
Uses of Spans in org.apache.lucene.search.spans
Subclasses of Spans in org.apache.lucene.search.spans Modifier and Type Class Description (package private) classConjunctionSpansCommon super class for multiple sub spans required in a document.(package private) classContainSpansclassFilterSpansASpansimplementation wrapping another spans instance, allowing to filter spans matches easily by implementingFilterSpans.accept(org.apache.lucene.search.spans.Spans)classNearSpansOrderedA Spans that is formed from the ordered subspans of a SpanNearQuery where the subspans do not overlap and have a maximum slop between them.classNearSpansUnorderedSimilar toNearSpansOrdered, but for the unordered case.(package private) static classSpanNearQuery.GapSpansclassTermSpansExpert: Public for extension only.Fields in org.apache.lucene.search.spans declared as Spans Modifier and Type Field Description (package private) SpansContainSpans. bigSpansprotected SpansFilterSpans. inThe wrapped spans instance.(package private) SpansContainSpans. littleSpans(package private) SpansContainSpans. sourceSpansprotected SpansSpanScorer. spans(package private) Spans[]ConjunctionSpans. subSpansMethods in org.apache.lucene.search.spans that return Spans Modifier and Type Method Description SpansSpanContainingQuery.SpanContainingWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)Return spans frombigthat contain at least one spans fromlittle.SpansSpanNearQuery.SpanGapQuery.SpanGapWeight. getSpans(LeafReaderContext ctx, SpanWeight.Postings requiredPostings)SpansSpanNearQuery.SpanNearWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)SpansSpanNotQuery.SpanNotWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)SpansSpanOrQuery.SpanOrWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)SpansSpanPositionCheckQuery.SpanPositionCheckWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)SpansSpanScorer. getSpans()return the Spans for this ScorerSpansSpanTermQuery.SpanTermWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)abstract SpansSpanWeight. getSpans(LeafReaderContext ctx, SpanWeight.Postings requiredPostings)Expert: Return a Spans object iterating over matches from this WeightSpansSpanWithinQuery.SpanWithinWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)Return spans fromlittlethat are contained in a spans frombig.Spans[]ConjunctionSpans. getSubSpans()Methods in org.apache.lucene.search.spans that return types with arguments of type Spans Modifier and Type Method Description (package private) java.util.ArrayList<Spans>SpanContainQuery.SpanContainWeight. prepareConjunction(LeafReaderContext context, SpanWeight.Postings postings)Methods in org.apache.lucene.search.spans with parameters of type Spans Modifier and Type Method Description protected abstract FilterSpans.AcceptStatusFilterSpans. accept(Spans candidate)Returns YES if the candidate should be an accepted match, NO if it should not, and NO_MORE_IN_CURRENT_DOC if iteration should move on to the next document.protected FilterSpans.AcceptStatusSpanFirstQuery. acceptPosition(Spans spans)protected abstract FilterSpans.AcceptStatusSpanPositionCheckQuery. acceptPosition(Spans spans)Implementing classes are required to return whether the current position is a match for the passed in "match"SpanQuery.protected FilterSpans.AcceptStatusSpanPositionRangeQuery. acceptPosition(Spans spans)private static intNearSpansOrdered. advancePosition(Spans spans, int position)protected booleanNearSpansUnordered.SpanTotalLengthEndPositionWindow. lessThan(Spans spans1, Spans spans2)protected booleanSpanPositionQueue. lessThan(Spans s1, Spans s2)(package private) static booleanNearSpansUnordered. positionsOrdered(Spans spans1, Spans spans2)Check whether two Spans in the same document are ordered with possible overlap.Constructors in org.apache.lucene.search.spans with parameters of type Spans Constructor Description ContainSpans(Spans bigSpans, Spans littleSpans, Spans sourceSpans)FilterSpans(Spans in)Wrap the givenSpans.SpanScorer(SpanWeight weight, Spans spans, LeafSimScorer docScorer)Sole constructor.Constructor parameters in org.apache.lucene.search.spans with type arguments of type Spans Constructor Description ConjunctionSpans(java.util.List<Spans> subSpans)NearSpansOrdered(int allowedSlop, java.util.List<Spans> subSpans)NearSpansUnordered(int allowedSlop, java.util.List<Spans> subSpans)
-