Class CompletionOptions

java.lang.Object
de.elo.ix.client.esearch.ESearchOptions
de.elo.ix.client.esearch.CompletionOptions
All Implemented Interfaces:
Serializable

public class CompletionOptions extends ESearchOptions
Use this class if a completion should be retrieved by IXServicePortIF.findCompletion(de.elo.ix.client.ClientInfo, de.elo.ix.client.FindInfo, int).
Deliver text to complete in ESearchParams.query.
Since:
10.99.999.009
See Also:
  • Field Details

    • completionField

      protected QueryFilter completionField

      Defines field to retrieve completion.

      Submit text to get completion for by completionField.value

      Additionally, a query and queryOperator can be added via ESearchParams.

      Note: Currently, it's only possible to return completion suggestions for title and indexfields

    • returnType

      protected FieldTypeE returnType
      Defines type (tokenized/ not tokenized) of returned values. If null FieldTypeE.tokenized is used as default value.
  • Constructor Details

    • CompletionOptions

      public CompletionOptions()
    • CompletionOptions

      public CompletionOptions(QueryFilter completionField)
    • CompletionOptions

      public CompletionOptions(QueryFilter completionField, FieldTypeE returnType)
  • Method Details