Class AssociationFacetField
Add an instance of this to your Document to add a facet label associated with an arbitrary byte[]. This will require a custom Facets implementation at search time; see Int32AssociationFacetField and SingleAssociationFacetField to use existing Facets implementations.
@lucene.experimental
Inherited Members
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public class AssociationFacetField : Field, IIndexableField, Runtime.Serialization.IDeserializationCallback
Constructors
Name | Description |
---|---|
AssociationFacetField(BytesRef, String, String[]) | Creates this from |
Fields
Name | Description |
---|---|
TYPE | Indexed FieldType. |
Properties
Name | Description |
---|---|
Assoc | Associated value. |
Dim | Dimension for this field. |
Path | Facet path for this field. |
Methods
Name | Description |
---|---|
OnDeserialization(Object) | |
ToString() |