NumericDocValuesField
instead.@Deprecated public class IntDocValuesField extends NumericDocValuesField
Field that stores a per-document int
value for scoring,
sorting or value retrieval. Here's an example usage:
document.add(new IntDocValuesField(name, 22));
If you also need to store the value, you should add a
separate StoredField
instance.
NumericDocValues
Field.Index, Field.Store, Field.TermVector
TYPE
boost, fieldsData, name, tokenStream, type
Constructor and Description |
---|
IntDocValuesField(String name,
int value)
Deprecated.
Creates a new DocValues field with the specified 32-bit integer value
|
Modifier and Type | Method and Description |
---|---|
void |
setIntValue(int value)
Deprecated.
Expert: change the value of this field.
|
binaryValue, boost, fieldType, name, numericValue, readerValue, setBoost, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, stringValue, tokenStream, tokenStreamValue, toString, translateFieldType
public IntDocValuesField(String name, int value)
name
- field namevalue
- 32-bit integer valueIllegalArgumentException
- if the field name is nullpublic void setIntValue(int value)
Field
Field.setStringValue(String)
.setIntValue
in class Field
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.