public static interface Search.FunctionsScoreQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Search.FunctionCombineMode |
getCombineMode() |
Search.Function |
getFunctions(int index) |
int |
getFunctionsCount() |
List<Search.Function> |
getFunctionsList() |
Search.FunctionOrBuilder |
getFunctionsOrBuilder(int index) |
List<? extends Search.FunctionOrBuilder> |
getFunctionsOrBuilderList() |
float |
getMaxScore() |
float |
getMinScore() |
Search.Query |
getQuery() |
Search.QueryOrBuilder |
getQueryOrBuilder() |
Search.FunctionScoreMode |
getScoreMode() |
boolean |
hasCombineMode() |
boolean |
hasMaxScore() |
boolean |
hasMinScore() |
boolean |
hasQuery() |
boolean |
hasScoreMode() |
boolean hasQuery()
Search.Query getQuery()
Search.QueryOrBuilder getQueryOrBuilder()
List<Search.Function> getFunctionsList()
Search.Function getFunctions(int index)
int getFunctionsCount()
List<? extends Search.FunctionOrBuilder> getFunctionsOrBuilderList()
Search.FunctionOrBuilder getFunctionsOrBuilder(int index)
boolean hasScoreMode()
Search.FunctionScoreMode getScoreMode()
boolean hasCombineMode()
Search.FunctionCombineMode getCombineMode()
boolean hasMinScore()
float getMinScore()
boolean hasMaxScore()
float getMaxScore()
Copyright © 2024. All Rights Reserved.