Class FacetField
Add an instance of this to your Document for every facet label.
NOTE: you must call
Inherited Members
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public class FacetField : Field, IIndexableField, Runtime.Serialization.IDeserializationCallback
Constructors
Name | Description |
---|---|
FacetField(String, String[]) | Creates the this from |
Properties
Name | Description |
---|---|
Dim | Dimension for this field. |
Path | Path for this field. |
Methods
Name | Description |
---|---|
OnDeserialization(Object) | |
ToString() | |
VerifyLabel(String) | Verifies the label is not null or empty string. @lucene.internal |