Class TermVectorsRequest.FilterSettings
- java.lang.Object
-
- org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- Enclosing class:
- TermVectorsRequest
public static final class TermVectorsRequest.FilterSettings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description IntegermaxDocFreqIntegermaxNumTermsIntegermaxTermFreqIntegermaxWordLengthIntegerminDocFreqIntegerminTermFreqIntegerminWordLength
-
Constructor Summary
Constructors Constructor Description FilterSettings()FilterSettings(Integer maxNumTerms, Integer minTermFreq, Integer maxTermFreq, Integer minDocFreq, Integer maxDocFreq, Integer minWordLength, Integer maxWordLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadFrom(StreamInput in)voidwriteTo(StreamOutput out)
-
-
-
Method Detail
-
readFrom
public void readFrom(StreamInput in) throws IOException
- Throws:
IOException
-
writeTo
public void writeTo(StreamOutput out) throws IOException
- Throws:
IOException
-
-