Interface MoreLikeThisQuery

All Superinterfaces:
Query, Serializable

@ProviderType public interface MoreLikeThisQuery extends Query
  • Method Details

    • addDocumentIdentifier

      void addDocumentIdentifier(MoreLikeThisQuery.DocumentIdentifier documentIdentifier)
    • addDocumentIdentifiers

      void addDocumentIdentifiers(Collection<MoreLikeThisQuery.DocumentIdentifier> documentIdentifiers)
    • addDocumentIdentifiers

      void addDocumentIdentifiers(MoreLikeThisQuery.DocumentIdentifier... documentIdentifiers)
    • addField

      void addField(String field)
    • addFields

      void addFields(Collection<String> fields)
    • addFields

      void addFields(String... fields)
    • addLikeText

      void addLikeText(String likeText)
    • addLikeTexts

      void addLikeTexts(Collection<String> likeTexts)
    • addLikeTexts

      void addLikeTexts(String... likeTexts)
    • addStopWord

      void addStopWord(String stopWord)
    • addStopWords

      void addStopWords(Collection<String> stopWords)
    • addStopWords

      void addStopWords(String... stopWords)
    • getAnalyzer

      String getAnalyzer()
    • getDocumentIdentifiers

      Set<MoreLikeThisQuery.DocumentIdentifier> getDocumentIdentifiers()
    • getFields

      List<String> getFields()
    • getLikeTexts

      List<String> getLikeTexts()
    • getMaxDocFrequency

      Integer getMaxDocFrequency()
    • getMaxQueryTerms

      Integer getMaxQueryTerms()
    • getMaxWordLength

      Integer getMaxWordLength()
    • getMinDocFrequency

      Integer getMinDocFrequency()
    • getMinShouldMatch

      String getMinShouldMatch()
    • getMinTermFrequency

      Integer getMinTermFrequency()
    • getMinWordLength

      Integer getMinWordLength()
    • getStopWords

      Set<String> getStopWords()
    • getTermBoost

      Float getTermBoost()
    • getType

      @Deprecated String getType()
      Deprecated.
      As of Cavanaugh (7.4.x), with no direct replacement
    • isDocumentUIDsEmpty

      boolean isDocumentUIDsEmpty()
    • isFieldsEmpty

      boolean isFieldsEmpty()
    • isIncludeInput

      Boolean isIncludeInput()
    • setAnalyzer

      void setAnalyzer(String analyzer)
    • setIncludeInput

      void setIncludeInput(Boolean includeInput)
    • setMaxDocFrequency

      void setMaxDocFrequency(Integer maxDocFrequency)
    • setMaxQueryTerms

      void setMaxQueryTerms(Integer maxQueryTerms)
    • setMaxWordLength

      void setMaxWordLength(Integer maxWordLength)
    • setMinDocFrequency

      void setMinDocFrequency(Integer minDocFrequency)
    • setMinShouldMatch

      void setMinShouldMatch(String minShouldMatch)
    • setMinTermFrequency

      void setMinTermFrequency(Integer minTermFrequency)
    • setMinWordLength

      void setMinWordLength(Integer minWordLength)
    • setTermBoost

      void setTermBoost(Float termBoost)
    • setType

      @Deprecated void setType(String type)
      Deprecated.
      As of Cavanaugh (7.4.x), with no direct replacement