public class IntAssociationFacetField extends AssociationFacetField
Document to add
a facet label associated with an int. Use TaxonomyFacetSumIntAssociations to aggregate int values
per facet label at search time.Field.Index, Field.Store, Field.TermVectorassoc, dim, path, TYPE| Constructor and Description |
|---|
IntAssociationFacetField(int assoc,
String dim,
String... path)
Creates this from
dim and path and an
int association |
| Modifier and Type | Method and Description |
|---|---|
static int |
bytesRefToInt(BytesRef b)
Decodes a previously encoded
int. |
static BytesRef |
intToBytesRef(int v)
Encodes an
int as a 4-byte BytesRef,
big-endian. |
String |
toString()
Prints a Field for human consumption.
|
binaryValue, boost, fieldType, name, numericValue, readerValue, setBoost, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, stringValue, tokenStream, tokenStreamValue, translateFieldTypepublic static BytesRef intToBytesRef(int v)
int as a 4-byte BytesRef,
big-endian.public static int bytesRefToInt(BytesRef b)
int.public String toString()
FieldtoString in class AssociationFacetFieldCopyright © 2010 - 2020 Adobe. All Rights Reserved