| Package | Description |
|---|---|
| org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
| org.apache.lucene.codecs.sep |
Sep: base support for separate files (doc,frq,pos,skp,pyl)
|
| org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lucene40DocValuesProducer
Lucene 4.0 PerDocProducer implementation that uses compound file.
|
static class |
Lucene40NormsFormat.Lucene40NormsDocValuesProducer
Lucene 4.0 PerDocProducer implementation that uses compound file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SepDocValuesProducer
Implementation of PerDocProducer that uses separate files.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTextNormsFormat.SimpleTextNormsPerDocProducer
Reads plain-text norms.
|
class |
SimpleTextPerDocProducer
Reads plain-text DocValues.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.