Class FieldValueFilter
A Filter that accepts all documents that have one or more values in a given field. this Filter request IBits from the IFieldCache and build the bits if not present.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class FieldValueFilter : Filter
Constructors
Name | Description |
---|---|
FieldValueFilter(String) | Creates a new FieldValueFilter |
FieldValueFilter(String, Boolean) | Creates a new FieldValueFilter |
Properties
Name | Description |
---|---|
Field | Returns the field this filter is applied on. |
Negate | Returns |
Methods
Name | Description |
---|---|
Equals(Object) | |
GetDocIdSet(AtomicReaderContext, IBits) | |
GetHashCode() | |
ToString() |