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 DocValuesProducer |
DocValuesFormat.fieldsProducer(SegmentReadState state)
Returns a
DocValuesProducer to read docvalues from the index. |
abstract DocValuesProducer |
NormsFormat.normsProducer(SegmentReadState state)
Returns a
DocValuesProducer to read norms from the index. |
Modifier and Type | Method and Description |
---|---|
DocValuesProducer |
DiskDocValuesFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
DiskNormsFormat.normsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
DocValuesProducer |
Lucene40DocValuesFormat.fieldsProducer(SegmentReadState state)
Deprecated.
|
DocValuesProducer |
Lucene40NormsFormat.normsProducer(SegmentReadState state)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DocValuesProducer |
Lucene42DocValuesFormat.fieldsProducer(SegmentReadState state)
Deprecated.
|
DocValuesProducer |
Lucene42NormsFormat.normsProducer(SegmentReadState state) |
Modifier and Type | Class and Description |
---|---|
class |
Lucene45DocValuesProducer
reader for
Lucene45DocValuesFormat |
Modifier and Type | Method and Description |
---|---|
DocValuesProducer |
Lucene45DocValuesFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
DocValuesProducer |
MemoryDocValuesFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
DirectDocValuesFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
DocValuesProducer |
PerFieldDocValuesFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleTextNormsFormat.SimpleTextNormsProducer
Reads plain-text norms.
|
Modifier and Type | Method and Description |
---|---|
DocValuesProducer |
SimpleTextDocValuesFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
SimpleTextNormsFormat.normsProducer(SegmentReadState state) |
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.