Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
org.apache.lucene.codecs.lucene40 |
Support for testing
Lucene40PostingsFormat . |
org.apache.lucene.codecs.lucene41 |
Support for testing
Lucene41Codec . |
org.apache.lucene.codecs.pulsing |
Pulsing Codec: inlines low frequency terms' postings into terms dictionary.
|
org.apache.lucene.codecs.sep |
Sep: base support for separate files (doc,frq,pos,skp,pyl)
|
Modifier and Type | Class and Description |
---|---|
class |
PostingsWriterBase
Extension of
PostingsConsumer to support pluggable term dictionaries. |
Modifier and Type | Method and Description |
---|---|
abstract PostingsConsumer |
TermsConsumer.startTerm(BytesRef text)
Starts a new term in this field; this may be called
with no corresponding call to finish if the term had
no docs.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40PostingsWriter
Concrete class that writes the 4.0 frq/prx postings format.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene41PostingsWriter
Concrete class that writes docId(maybe frq,pos,offset,payloads) list
with postings format.
|
Modifier and Type | Class and Description |
---|---|
class |
PulsingPostingsWriter
Writer for the pulsing format.
|
Modifier and Type | Class and Description |
---|---|
class |
SepPostingsWriter
Writes frq to .frq, docs to .doc, pos to .pos, payloads
to .pyl, skip data to .skp
|
Copyright © 2000–2022 The Apache Software Foundation. All rights reserved.