Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
org.apache.lucene.codecs.asserting |
Codec for testing that asserts various contracts of the codec apis.
|
org.apache.lucene.codecs.lucene40 |
Support for testing
Lucene40PostingsFormat . |
org.apache.lucene.codecs.lucene410 |
Lucene 4.10 file format.
|
org.apache.lucene.codecs.lucene42 |
Support for testing
Lucene42Codec . |
org.apache.lucene.codecs.lucene45 |
Support for testing
Lucene45Codec . |
org.apache.lucene.codecs.lucene49 |
Support for testing
Lucene49Codec . |
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 |
AssertingDocValuesFormat.fieldsConsumer(SegmentWriteState state) |
DocValuesConsumer |
AssertingNormsFormat.normsConsumer(SegmentWriteState state) |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
Lucene40RWDocValuesFormat.fieldsConsumer(SegmentWriteState state) |
DocValuesConsumer |
Lucene40DocValuesFormat.fieldsConsumer(SegmentWriteState state)
Deprecated.
|
DocValuesConsumer |
Lucene40RWNormsFormat.normsConsumer(SegmentWriteState state) |
DocValuesConsumer |
Lucene40NormsFormat.normsConsumer(SegmentWriteState state)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
Lucene410DocValuesFormat.fieldsConsumer(SegmentWriteState state) |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
Lucene42RWDocValuesFormat.fieldsConsumer(SegmentWriteState state) |
DocValuesConsumer |
Lucene42DocValuesFormat.fieldsConsumer(SegmentWriteState state)
Deprecated.
|
DocValuesConsumer |
Lucene42RWNormsFormat.normsConsumer(SegmentWriteState state) |
DocValuesConsumer |
Lucene42NormsFormat.normsConsumer(SegmentWriteState state) |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
Lucene45RWDocValuesFormat.fieldsConsumer(SegmentWriteState state) |
DocValuesConsumer |
Lucene45DocValuesFormat.fieldsConsumer(SegmentWriteState state)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
Lucene49RWDocValuesFormat.fieldsConsumer(SegmentWriteState state) |
DocValuesConsumer |
Lucene49DocValuesFormat.fieldsConsumer(SegmentWriteState state) |
DocValuesConsumer |
Lucene49NormsFormat.normsConsumer(SegmentWriteState state) |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
MemoryDocValuesFormat.fieldsConsumer(SegmentWriteState state) |
DocValuesConsumer |
DirectDocValuesFormat.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–2017 The Apache Software Foundation. All rights reserved.