Class SingleAssociationFacetField
Add an instance of this to your Document to add
a facet label associated with a
NOTE: This was FloatAssociationFacetField in Lucene
@lucene.experimental
Inherited Members
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public class SingleAssociationFacetField : AssociationFacetField, IIndexableField, Runtime.Serialization.IDeserializationCallback
Constructors
Name | Description |
---|---|
SingleAssociationFacetField(Single, String, String[]) | Creates this from |
Methods
Name | Description |
---|---|
BytesRefToSingle(BytesRef) | Decodes a previously encoded NOTE: This was bytesRefToFloat() in Lucene |
SingleToBytesRef(Single) | Encodes a NOTE: This was floatToBytesRef() in Lucene |
ToString() |