Constructor FieldInfo
FieldInfo(String, Boolean, Int32, Boolean, Boolean, Boolean, IndexOptions, DocValuesType, DocValuesType, IDictionary<String, String>)
Sole Constructor.
@lucene.experimental
Declaration
public FieldInfo(string name, bool indexed, int number, bool storeTermVector, bool omitNorms, bool storePayloads, IndexOptions indexOptions, DocValuesType docValues, DocValuesType normsType, IDictionary<string, string> attributes)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Boolean | indexed | |
System.Int32 | number | |
System.Boolean | storeTermVector | |
System.Boolean | omitNorms | |
System.Boolean | storePayloads | |
IndexOptions | indexOptions | |
DocValuesType | docValues | |
DocValuesType | normsType | |
IDictionary<System.String, System.String> | attributes |