org.springframework.data.elasticsearch.core.query
Class MoreLikeThisQuery
java.lang.Object
org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
public class MoreLikeThisQuery
- extends Object
MoreLikeThisQuery
- Author:
- Rizwan Idrees, Mohsin Husen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoreLikeThisQuery
public MoreLikeThisQuery()
getId
public String getId()
setId
public void setId(String id)
getIndexName
public String getIndexName()
setIndexName
public void setIndexName(String indexName)
getType
public String getType()
setType
public void setType(String type)
getSearchIndices
public List<String> getSearchIndices()
addSearchIndices
public void addSearchIndices(String... searchIndices)
getSearchTypes
public List<String> getSearchTypes()
addSearchTypes
public void addSearchTypes(String... searchTypes)
getFields
public List<String> getFields()
addFields
public void addFields(String... fields)
getRouting
public String getRouting()
setRouting
public void setRouting(String routing)
getPercentTermsToMatch
public Float getPercentTermsToMatch()
setPercentTermsToMatch
public void setPercentTermsToMatch(Float percentTermsToMatch)
getMinTermFreq
public Integer getMinTermFreq()
setMinTermFreq
public void setMinTermFreq(Integer minTermFreq)
getMaxQueryTerms
public Integer getMaxQueryTerms()
setMaxQueryTerms
public void setMaxQueryTerms(Integer maxQueryTerms)
getStopWords
public List<String> getStopWords()
addStopWords
public void addStopWords(String... stopWords)
getMinDocFreq
public Integer getMinDocFreq()
setMinDocFreq
public void setMinDocFreq(Integer minDocFreq)
getMaxDocFreq
public Integer getMaxDocFreq()
setMaxDocFreq
public void setMaxDocFreq(Integer maxDocFreq)
getMinWordLen
public Integer getMinWordLen()
setMinWordLen
public void setMinWordLen(Integer minWordLen)
getMaxWordLen
public Integer getMaxWordLen()
setMaxWordLen
public void setMaxWordLen(Integer maxWordLen)
getBoostTerms
public Float getBoostTerms()
setBoostTerms
public void setBoostTerms(Float boostTerms)
getPageable
public Pageable getPageable()
setPageable
public void setPageable(Pageable pageable)
Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.