Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
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
|
TermsConsumer |
BlockTreeTermsWriter.addField(FieldInfo field) |
Modifier and Type | Method and Description |
---|---|
TermsConsumer |
BlockTermsWriter.addField(FieldInfo field) |
Modifier and Type | Method and Description |
---|---|
TermsConsumer |
FSTOrdTermsWriter.addField(FieldInfo field) |
TermsConsumer |
FSTTermsWriter.addField(FieldInfo field) |
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.