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.TermVector
assoc, dim, path, TYPE
boost, fieldsData, name, tokenStream, 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, translateFieldType
public static BytesRef intToBytesRef(int v)
int
as a 4-byte BytesRef
,
big-endian.public static int bytesRefToInt(BytesRef b)
int
.public String toString()
Field
toString
in class AssociationFacetField
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.