Package org.elasticsearch.index.rankeval
Class RankEvalAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<Response>
-
- org.elasticsearch.action.StreamableResponseActionType<RankEvalResponse>
-
- org.elasticsearch.index.rankeval.RankEvalAction
-
public class RankEvalAction extends StreamableResponseActionType<RankEvalResponse>
ActionType 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.StreamableResponseActionType
getResponseReader
-
Methods inherited from class org.elasticsearch.action.ActionType
equals, 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 classStreamableResponseActionType<RankEvalResponse>
-
-