Package org.codelibs.fess.query
Interface QueryCommand.DefaultQueryBuilderFunction
- Enclosing class:
QueryCommand
protected static interface QueryCommand.DefaultQueryBuilderFunction
Functional interface for building query builders with field and boost parameters.
-
Method Summary
-
Method Details
-
apply
Applies the function to create a query builder for the specified field and boost.- Parameters:
field- The field name.boost- The boost value.- Returns:
- The created query builder.
-