Uses of Class
com.redis.vl.query.TextQuery.Builder
Packages that use TextQuery.Builder
-
Uses of TextQuery.Builder in com.redis.vl.query
Methods in com.redis.vl.query that return TextQuery.BuilderModifier and TypeMethodDescriptionstatic TextQuery.BuilderTextQuery.builder()Create a new Builder for TextQuery.TextQuery.Builder.filterExpression(Filter filterExpression) Set the filter expression.TextQuery.Builder.numResults(int numResults) Set the number of results to return.Set the scoring algorithm.TextQuery.Builder.skipDecodeFields(String... fields) Set fields that should not be decoded from binary format (varargs).TextQuery.Builder.skipDecodeFields(List<String> skipDecodeFields) Set fields that should not be decoded from binary format.Set the sort field using SortField.Set the sort field (defaults to ascending).Set the sort field with explicit direction.Set the sort fields (supports multiple fields, but only first is used).TextQuery.Builder.sortDescending(boolean descending) Set whether to sort in descending order.Set the text to search for.Set a single text field to search (backward compatible).TextQuery.Builder.textFieldWeights(Map<String, Double> fieldWeights) Set multiple text fields with weights.