Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
org.apache.lucene.codecs.blocktreeords |
Same postings format as Lucene41, except the terms dictionary also
supports ords, i.e.
|
org.apache.lucene.codecs.idversion |
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
|
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read entirely into memory.
|
Modifier and Type | Method and Description |
---|---|
abstract TermsConsumer |
FieldsConsumer.addField(FieldInfo field)
Add a new field
|
Modifier and Type | Method and Description |
---|---|
TermsConsumer |
BlockTermsWriter.addField(FieldInfo field) |
Modifier and Type | Method and Description |
---|---|
TermsConsumer |
BlockTreeTermsWriter.addField(FieldInfo field) |
Modifier and Type | Method and Description |
---|---|
TermsConsumer |
OrdsBlockTreeTermsWriter.addField(FieldInfo field) |
Modifier and Type | Method and Description |
---|---|
TermsConsumer |
VersionBlockTreeTermsWriter.addField(FieldInfo field) |
Modifier and Type | Method and Description |
---|---|
TermsConsumer |
FSTTermsWriter.addField(FieldInfo field) |
TermsConsumer |
FSTOrdTermsWriter.addField(FieldInfo field) |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.