| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DocValuesConsumer.mergeDoc(Field scratchField,
DocValues.Source source,
int docID,
int sourceDoc)
Merges a document with the given
docID. |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteDocValuesField
This class provides a
Field that enables storing
of a per-document byte value for scoring, sorting or value retrieval. |
class |
DerefBytesDocValuesField
|
class |
DoubleDocValuesField
This class provides a
Field that enables storing
of a per-document double value for scoring, sorting or value retrieval. |
class |
DoubleField
This class provides a
Field that enables indexing of double values
for efficient range filtering and sorting. |
class |
FloatDocValuesField
This class provides a
Field that enables storing
of a per-document float value for scoring, sorting or value retrieval. |
class |
FloatField
This class provides a
Field that enables indexing of float values
for efficient range filtering and sorting. |
class |
IntDocValuesField
This class provides a
Field that enables storing
of a per-document int value for scoring, sorting or value retrieval. |
class |
IntField
This class provides a
Field that enables indexing of integer values
for efficient range filtering and sorting. |
class |
LongDocValuesField
This class provides a
Field that enables storing
of a per-document long value for scoring, sorting or value retrieval. |
class |
LongField
This class provides a
Field that enables indexing of long values
for efficient range filtering and sorting. |
class |
PackedLongDocValuesField
This class provides a
Field that enables storing
of a per-document long value for scoring, sorting or
value retrieval. |
class |
ShortDocValuesField
This class provides a
Field that enables storing
of a per-document short value for scoring, sorting or value retrieval. |
class |
SortedBytesDocValuesField
|
class |
StoredField
A field whose value is stored so that
IndexSearcher.doc(int) and IndexReader.document(int, org.apache.lucene.index.StoredFieldVisitor) will
return the field and its value. |
class |
StraightBytesDocValuesField
|
class |
StringField
A field that is indexed but not tokenized: the entire
String value is indexed as a single token.
|
class |
TextField
A field that is indexed and tokenized, without term
vectors.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.