Constructor ICUCollationDocValuesField
ICUCollationDocValuesField(String, Collator)
Create a new ICUCollationDocValuesField.
NOTE: you should not create a new one for each document, instead just make one and reuse it during your indexing process, setting the value via SetStringValue(String).
Declaration
public ICUCollationDocValuesField(string name, Collator collator)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Field name. |
Collator | collator | Collator for generating collation keys. |