Package org.apache.lucene.facet.taxonomy
Class IntAssociationFacetField
java.lang.Object
org.apache.lucene.document.Field
org.apache.lucene.facet.taxonomy.AssociationFacetField
org.apache.lucene.facet.taxonomy.IntAssociationFacetField
- All Implemented Interfaces:
IndexableField
Add an instance of this to your
Document to add
a facet label associated with an int. Use TaxonomyFacetSumIntAssociations to aggregate int values
per facet label at search time.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.document.Field
Field.Index, Field.Store, Field.TermVector -
Field Summary
Fields inherited from class org.apache.lucene.facet.taxonomy.AssociationFacetField
assoc, dim, path, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionIntAssociationFacetField(int assoc, String dim, String... path) Creates this fromdimandpathand an int association -
Method Summary
Modifier and TypeMethodDescriptionstatic intDecodes a previously encodedint.static BytesRefintToBytesRef(int v) Encodes anintas a 4-byteBytesRef, big-endian.toString()Prints a Field for human consumption.Methods inherited from class org.apache.lucene.document.Field
binaryValue, boost, fieldType, name, numericValue, readerValue, setBoost, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, stringValue, tokenStream, tokenStreamValue, translateFieldType
-
Constructor Details
-
IntAssociationFacetField
Creates this fromdimandpathand an int association
-
-
Method Details
-
intToBytesRef
Encodes anintas a 4-byteBytesRef, big-endian. -
bytesRefToInt
Decodes a previously encodedint. -
toString
Description copied from class:FieldPrints a Field for human consumption.- Overrides:
toStringin classAssociationFacetField
-