public static final class TermVectorsRequest.FilterSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
maxDocFreq |
Integer |
maxNumTerms |
Integer |
maxTermFreq |
Integer |
maxWordLength |
Integer |
minDocFreq |
Integer |
minTermFreq |
Integer |
minWordLength |
| Constructor and Description |
|---|
TermVectorsRequest.FilterSettings() |
TermVectorsRequest.FilterSettings(Integer maxNumTerms,
Integer minTermFreq,
Integer maxTermFreq,
Integer minDocFreq,
Integer maxDocFreq,
Integer minWordLength,
Integer maxWordLength) |
public Integer maxNumTerms
public Integer minTermFreq
public Integer maxTermFreq
public Integer minDocFreq
public Integer maxDocFreq
public Integer minWordLength
public Integer maxWordLength
public void readFrom(StreamInput in) throws IOException
IOExceptionpublic void writeTo(StreamOutput out) throws IOException
IOExceptionCopyright © 2009–2017. All rights reserved.