Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.diskdv |
DocValuesFormat that accesses values directly from disk.
|
org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
org.apache.lucene.codecs.lucene42 |
Lucene 4.2 file format.
|
org.apache.lucene.codecs.lucene45 |
Lucene 4.5 file format.
|
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read entirely into memory.
|
org.apache.lucene.codecs.perfield |
Postings format that can delegate to different formats per-field.
|
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
Modifier and Type | Method and Description |
---|---|
abstract DocValuesConsumer |
DocValuesFormat.fieldsConsumer(SegmentWriteState state)
Returns a
DocValuesConsumer to write docvalues to the
index. |
abstract DocValuesConsumer |
NormsFormat.normsConsumer(SegmentWriteState state)
Returns a
DocValuesConsumer to write norms to the
index. |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
DiskDocValuesFormat.fieldsConsumer(SegmentWriteState state) |
DocValuesConsumer |
DiskNormsFormat.normsConsumer(SegmentWriteState state) |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
Lucene40DocValuesFormat.fieldsConsumer(SegmentWriteState state)
Deprecated.
|
DocValuesConsumer |
Lucene40NormsFormat.normsConsumer(SegmentWriteState state)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
Lucene42DocValuesFormat.fieldsConsumer(SegmentWriteState state)
Deprecated.
|
DocValuesConsumer |
Lucene42NormsFormat.normsConsumer(SegmentWriteState state) |
Modifier and Type | Class and Description |
---|---|
class |
Lucene45DocValuesConsumer
writer for
Lucene45DocValuesFormat |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
Lucene45DocValuesFormat.fieldsConsumer(SegmentWriteState state) |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
DirectDocValuesFormat.fieldsConsumer(SegmentWriteState state) |
DocValuesConsumer |
MemoryDocValuesFormat.fieldsConsumer(SegmentWriteState state) |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
PerFieldDocValuesFormat.fieldsConsumer(SegmentWriteState state) |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleTextNormsFormat.SimpleTextNormsConsumer
Writes plain-text norms.
|
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
SimpleTextDocValuesFormat.fieldsConsumer(SegmentWriteState state) |
DocValuesConsumer |
SimpleTextNormsFormat.normsConsumer(SegmentWriteState state) |
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.