public class MappedMultiFields extends FilterLeafReader.FilterFields
Fields
implementation that merges multiple
Fields into one, and maps around deleted documents.
This is used for merging.in
EMPTY_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, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public MappedMultiFields(MergeState mergeState, MultiFields multiFields)
public Terms terms(String field) throws IOException
Fields
Terms
for this field. This will return
null if the field does not exist.terms
in class FilterLeafReader.FilterFields
IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.