Module org.elasticsearch.server
Package org.elasticsearch.search.vectors
Class QueryVectorBuilderAsyncAction
java.lang.Object
org.elasticsearch.index.query.QueryRewriteAsyncAction<float[],QueryVectorBuilderAsyncAction>
org.elasticsearch.search.vectors.QueryVectorBuilderAsyncAction
public final class QueryVectorBuilderAsyncAction
extends QueryRewriteAsyncAction<float[],QueryVectorBuilderAsyncAction>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintprotected voidexecute(Client client, ActionListener<float[]> listener) This method will execute the async action and pass its result to the listener.Methods inherited from class org.elasticsearch.index.query.QueryRewriteAsyncAction
equals, execute, hashCode
-
Constructor Details
-
QueryVectorBuilderAsyncAction
-
-
Method Details
-
execute
Description copied from class:QueryRewriteAsyncActionThis method will execute the async action and pass its result to the listener.- Specified by:
executein classQueryRewriteAsyncAction<float[],QueryVectorBuilderAsyncAction> - Parameters:
client- An internal client that can be used during execution.listener- The listener that will be called with the action result
-
doHashCode
public int doHashCode()- Specified by:
doHashCodein classQueryRewriteAsyncAction<float[],QueryVectorBuilderAsyncAction>
-
doEquals
- Specified by:
doEqualsin classQueryRewriteAsyncAction<float[],QueryVectorBuilderAsyncAction>
-