Uses of Package
org.apache.lucene.search.spans
Packages that use org.apache.lucene.search.spans
Package
Description
The payloads package provides Query mechanisms for finding and using payloads.
The calculus of spans.
-
Classes in org.apache.lucene.search.spans used by org.apache.lucene.search.payloadsClassDescriptionMatches spans which are near one another.Base class for span-based queries.Expert: an enumeration of span matches.Public for extension only.Matches spans containing a term.Expert-only.Expert: Public for extension only
-
Classes in org.apache.lucene.search.spans used by org.apache.lucene.search.spansClassDescriptionMatches spans near the beginning of a field.Abstract class that defines how the query is rewritten.Only return those matches that have a specific payload at the given position.Matches spans which are near one another.Removes matches which overlap with another SpanQuery or within a x tokens before or y tokens after another SpanQuery.Matches the union of its clauses.Only return those matches that have a specific payload at the given position.Base class for filtering a SpanQuery based on the position of a match.Return value for
SpanPositionCheckQuery.acceptPosition(Spans)
.Checks to see if theSpanPositionCheckQuery.getMatch()
lies between a start and end positionBase class for span-based queries.Expert: an enumeration of span matches.Expert: Public for extension only