Package org.elasticsearch.index.rankeval
Class RankEvalAction
- java.lang.Object
-
- org.elasticsearch.action.Action<RankEvalResponse>
-
- org.elasticsearch.index.rankeval.RankEvalAction
-
public class RankEvalAction extends Action<RankEvalResponse>
Action for explaining evaluating search ranking results.
-
-
Field Summary
Fields Modifier and Type Field Description static RankEvalActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description RankEvalResponsenewResponse()-
Methods inherited from class org.elasticsearch.action.Action
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final RankEvalAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public RankEvalResponse newResponse()
- Specified by:
newResponsein classAction<RankEvalResponse>
-
-