Class ICUCollationDocValuesField
Indexes sort keys as a single-valued Sorted
Implements
Inherited Members
Namespace: Lucene.Net.Collation
Assembly: Lucene.Net.ICU.dll
Syntax
public sealed class ICUCollationDocValuesField : Field, IIndexableField
Remarks
This is more efficient that ICUCollation
Constructors
| Improve this Doc View SourceICUCollationDocValuesField(String, Collator)
Create a new ICUCollation
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 Set
Declaration
public ICUCollationDocValuesField(string name, Collator collator)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | Field name. |
Collator | collator | Collator for generating collation keys. |
Properties
| Improve this Doc View SourceName
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
Methods
| Improve this Doc View SourceSetStringValue(String)
Declaration
public override void SetStringValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value |