Enum StoredFieldVisitor.Status
Enumeration of possible return values for NeedsField(FieldInfo).
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public enum Status
Fields
| Name | Description |
|---|---|
| NO | NO: don't visit this field, but continue processing fields for this document. |
| STOP | STOP: don't visit this field and stop processing any other fields for this document. |
| YES | YES: the field should be visited. |