public class MappedMultiFields extends FilterLeafReader.FilterFields
Fields implementation that merges multiple
Fields into one, and maps around deleted documents.
This is used for merging.inEMPTY_ARRAY| Constructor and Description |
|---|
MappedMultiFields(MergeState mergeState,
MultiFields multiFields)
Create a new MappedMultiFields for merging, based on the supplied
mergestate and merged view of terms.
|
| Modifier and Type | Method and Description |
|---|---|
Terms |
terms(String field)
Get the
Terms for this field. |
iterator, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic MappedMultiFields(MergeState mergeState, MultiFields multiFields)
public Terms terms(String field) throws IOException
FieldsTerms for this field. This will return
null if the field does not exist.terms in class FilterLeafReader.FilterFieldsIOExceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.