Class SpanPayloadCheckQuery
Only return those matches that have a specific payload at the given position.
Do not use this with a SpanQuery that contains a SpanNearQuery. Instead, use SpanNearPayloadCheckQuery since it properly handles the fact that payloads aren't ordered by SpanNearQuery.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class SpanPayloadCheckQuery : SpanPositionCheckQuery
Constructors
Name | Description |
---|---|
SpanPayloadCheckQuery(SpanQuery, ICollection<Byte[]>) |
Fields
Name | Description |
---|---|
m_payloadToMatch |
Methods
Name | Description |
---|---|
AcceptPosition(Spans) | |
Clone() | |
Equals(Object) | |
GetHashCode() | |
ToString(String) |