Interface QueryCommand.DefaultQueryBuilderFunction

Enclosing class:
QueryCommand

protected static interface QueryCommand.DefaultQueryBuilderFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensearch.index.query.QueryBuilder
    apply(String field, float boost)
     
  • Method Details

    • apply

      org.opensearch.index.query.QueryBuilder apply(String field, float boost)