Package redis.clients.jedis.search
Class SearchResult.SearchResultBuilder
java.lang.Object
redis.clients.jedis.Builder<SearchResult>
redis.clients.jedis.search.SearchResult.SearchResultBuilder
- Enclosing class:
SearchResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final booleanprivate final booleanprivate final boolean -
Constructor Summary
ConstructorsConstructorDescriptionSearchResultBuilder(boolean hasContent, boolean hasScores, boolean hasPayloads, boolean decode) Deprecated. -
Method Summary
-
Field Details
-
hasContent
private final boolean hasContent -
hasScores
private final boolean hasScores -
hasPayloads
private final boolean hasPayloads -
decode
private final boolean decode
-
-
Constructor Details
-
SearchResultBuilder
@Deprecated public SearchResultBuilder(boolean hasContent, boolean hasScores, boolean hasPayloads, boolean decode) Deprecated.
-
-
Method Details
-
build
- Specified by:
buildin classBuilder<SearchResult>
-