Class NearSpansUnordered
Similar to NearSpansOrdered, but for the unordered case.
Expert: Only public for subclassing. Most implementations should not need this class
Assembly: DistributedLucene.Net.dll
Syntax
public class NearSpansUnordered : Spans
Constructors
Name | Description |
---|---|
NearSpansUnordered(SpanNearQuery, AtomicReaderContext, IBits, IDictionary<Term, TermContext>) |
Properties
Name | Description |
---|---|
Doc | |
End | |
IsPayloadAvailable | |
Start | |
SubSpans |
Methods
Name | Description |
---|---|
GetCost() | |
GetPayload() | WARNING: The List is not necessarily in order of the the positions |
Next() | |
SkipTo(Int32) | |
ToString() |