The type of parser for the value of the term.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net.Contrib.Core (in Lucene.Net.Contrib.Core.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public enum FieldParser
Visual Basic
Public Enumeration FieldParser
Visual C++
public enum class FieldParser

Members

Member nameValueDescription
String0
Numeric1

See Also