Package

com.sksamuel.elastic4s.searches

suggestions

Permalink

package suggestions

Visibility
  1. Public
  2. All

Type Members

  1. case class CompletionSuggestionDefinition(name: String, fieldname: String, prefix: Option[String] = None, regex: Option[String] = None, regexOptions: Option[RegexOptions] = None, analyzer: Option[String] = None, size: Option[Int] = None, fuzziness: Option[Fuzziness] = None, shardSize: Option[Int] = None, text: Option[String] = None) extends SuggestionDefinition with Product with Serializable

    Permalink
  2. case class CompletionSuggestionEntry(entry: Entry) extends SuggestionEntry with Product with Serializable

    Permalink
  3. case class CompletionSuggestionResult(suggestion: CompletionSuggestion) extends SuggestionResult with Product with Serializable

    Permalink
  4. case class PhraseSuggestionDefinition(name: String, fieldname: String, analyzer: Option[String] = None, candidateGenerator: Option[CandidateGenerator] = None, collateParams: Option[CandidateGenerator] = None, collatePrune: Option[Boolean] = None, collateQuery: Option[CandidateGenerator] = None, confidence: Option[Float] = None, forceUnigrams: Option[Boolean] = None, gramSize: Option[Int] = None, preTag: Option[String] = None, postTag: Option[String] = None, maxErrors: Option[Float] = None, realWordErrorLikelihood: Option[Float] = None, separator: Option[String] = None, smoothingModel: Option[SmoothingModel] = None, tokenLimit: Option[Int] = None, size: Option[Int] = None, shardSize: Option[Int] = None, text: Option[String] = None) extends SuggestionDefinition with Product with Serializable

    Permalink
  5. case class PhraseSuggestionEntry(entry: Entry) extends SuggestionEntry with Product with Serializable

    Permalink
  6. case class PhraseSuggestionResult(suggestion: PhraseSuggestion) extends SuggestionResult with Product with Serializable

    Permalink
  7. case class SuggestDefinition(suggestions: Seq[SuggestionDefinition]) extends Product with Serializable

    Permalink
  8. case class SuggestResult(suggestions: Seq[SuggestionResult], suggest: Suggest) extends Product with Serializable

    Permalink
  9. trait SuggestionDefinition extends AnyRef

    Permalink
  10. trait SuggestionDsl extends AnyRef

    Permalink
  11. trait SuggestionEntry extends AnyRef

    Permalink
  12. case class SuggestionOption(text: String, score: Double, highlighted: Option[String], collateMatch: Boolean) extends Product with Serializable

    Permalink
  13. trait SuggestionResult extends AnyRef

    Permalink
  14. case class TermSuggestionDefinition(name: String, fieldname: String, accuracy: Option[Double] = None, maxEdits: Option[Int] = None, maxInspections: Option[Int] = None, maxTermFreq: Option[Double] = None, minDocFreq: Option[Double] = None, minWordLength: Option[Int] = None, prefixLength: Option[Int] = None, sort: Option[SortBy] = None, stringDistance: Option[StringDistanceImpl] = None, suggestMode: Option[SuggestMode] = None, analyzer: Option[String] = None, size: Option[Int] = None, shardSize: Option[Int] = None, text: Option[String] = None) extends SuggestionDefinition with Product with Serializable

    Permalink
  15. case class TermSuggestionEntry(entry: Entry) extends SuggestionEntry with Product with Serializable

    Permalink
  16. case class TermSuggestionResult(suggestion: TermSuggestion) extends SuggestionResult with Product with Serializable

    Permalink

Value Members

  1. object SuggestResult extends Serializable

    Permalink
  2. object SuggestionOption extends Serializable

    Permalink
  3. object SuggestionResult

    Permalink

Ungrouped