| Interface | Description |
|---|---|
| PostingsFormatProvider |
A
PostingsFormatProvider acts as a named container for specific
PostingsFormat implementations. |
| PostingsFormatProvider.Factory |
A simple factory used to create
PostingsFormatProvider used by
delegating providers. |
| Class | Description |
|---|---|
| AbstractPostingsFormatProvider |
Simple abstract
PostingsFormat requiring a name for the provider; |
| BloomFilterPostingsFormat | Deprecated
only for reading old segments
|
| BloomFilterPostingsFormat.BloomFilteredTerms | |
| BloomFilterPostingsFormatProvider | Deprecated
only for reading old segments
|
| DefaultPostingsFormatProvider |
The default postingsformat, maps to
Lucene41PostingsFormat. |
| Elasticsearch090PostingsFormat | Deprecated
only for reading old segments
|
| PostingFormats |
This class represents the set of Elasticsearch "built-in"
postings format factories
default: the default Lucene postings format offering best
general purpose performance. |
| PostingsFormatProvider.Helper | |
| PostingsFormatService |
The
PostingsFormatService provides access to
all configured PostingsFormatProvider instances by
name. |
| PreBuiltPostingsFormatProvider | |
| PreBuiltPostingsFormatProvider.Factory |
Copyright © 2009–2016. All rights reserved.