Uses of Class
org.elasticsearch.action.termvectors.TermVectorsRequest
-
-
Uses of TermVectorsRequest in org.elasticsearch.action.termvectors
Methods in org.elasticsearch.action.termvectors that return TermVectorsRequest Modifier and Type Method Description TermVectorsRequestTermVectorsRequest. doc(BytesReference doc, boolean generateRandomId)Deprecated.usedoc(BytesReference, boolean, XContentType)to avoid content auto detectionTermVectorsRequestTermVectorsRequest. doc(BytesReference doc, boolean generateRandomId, XContentType xContentType)Sets an artificial document from which term vectors are requested for.TermVectorsRequestTermVectorsRequest. doc(XContentBuilder documentBuilder)Sets an artificial document from which term vectors are requested for.TermVectorsRequestTermVectorsRequest. fieldStatistics(boolean fieldStatistics)Return the field statistics for each term in the shard or skip.TermVectorsRequestTermVectorsRequest. filterSettings(TermVectorsRequest.FilterSettings settings)Sets the settings for filtering out terms.TermVectorsRequestTermVectorsRequest. id(String id)Sets the id of document the term vector is requested for.TermVectorsRequestTermVectorsRequest. offsets(boolean offsets)Return the start and stop offsets for each term if they were stored or skip offsets.TermVectorsRequestTermVectorsRequest. payloads(boolean payloads)Return the payloads for each term or skip.TermVectorsRequestTermVectorsRequest. perFieldAnalyzer(Map<String,String> perFieldAnalyzer)Override the analyzer used at each field when generating term vectors.TermVectorsRequestTermVectorsRequest. positions(boolean positions)Return the positions for each term if stored or skip.TermVectorsRequestTermVectorsRequest. preference(String preference)Sets the preference to execute the search.TermVectorsRequestTermVectorsRequest. realtime(boolean realtime)TermVectorsRequestTermVectorsRequest. routing(String routing)TermVectorsRequestTermVectorsRequest. selectedFields(String... fields)Return only term vectors for special selected fields.TermVectorsRequestTermVectorsRequest. termStatistics(boolean termStatistics)Return the term statistics for each term in the shard or skip.TermVectorsRequestTermVectorsRequest. type(String type)Sets the type of document to get the term vector for.TermVectorsRequestTermVectorsRequest. version(long version)TermVectorsRequestTermVectorsRequest. versionType(VersionType versionType)Methods in org.elasticsearch.action.termvectors that return types with arguments of type TermVectorsRequest Modifier and Type Method Description List<TermVectorsRequest>MultiTermVectorsRequest. getRequests()Iterator<TermVectorsRequest>MultiTermVectorsRequest. iterator()Methods in org.elasticsearch.action.termvectors with parameters of type TermVectorsRequest Modifier and Type Method Description MultiTermVectorsRequestMultiTermVectorsRequest. add(TermVectorsRequest termVectorsRequest)voidMultiTermVectorsRequest. add(TermVectorsRequest template, XContentParser parser)MultiTermVectorsRequestBuilderMultiTermVectorsRequestBuilder. add(TermVectorsRequest termVectorsRequest)voidMultiTermVectorsShardRequest. add(int location, TermVectorsRequest request)protected voidTransportTermVectorsAction. asyncShardOperation(TermVectorsRequest request, ShardId shardId, ActionListener<TermVectorsResponse> listener)protected StringTransportTermVectorsAction. getExecutor(TermVectorsRequest request, ShardId shardId)static voidTermVectorsRequest. parseRequest(TermVectorsRequest termVectorsRequest, XContentParser parser)populates a request object (pre-populated with defaults) based on a parser.protected booleanTransportTermVectorsAction. resolveIndex(TermVectorsRequest request)protected TermVectorsResponseTransportTermVectorsAction. shardOperation(TermVectorsRequest request, ShardId shardId)Constructors in org.elasticsearch.action.termvectors with parameters of type TermVectorsRequest Constructor Description TermVectorsRequest(TermVectorsRequest other)Constructs a new term vector request for a document that will be fetch from the provided index. -
Uses of TermVectorsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type TermVectorsRequest Modifier and Type Method Description ActionFuture<TermVectorsResponse>Client. termVectors(TermVectorsRequest request)An action that returns the term vectors for a specific document.voidClient. termVectors(TermVectorsRequest request, ActionListener<TermVectorsResponse> listener)An action that returns the term vectors for a specific document. -
Uses of TermVectorsRequest in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support with parameters of type TermVectorsRequest Modifier and Type Method Description ActionFuture<TermVectorsResponse>AbstractClient. termVectors(TermVectorsRequest request)voidAbstractClient. termVectors(TermVectorsRequest request, ActionListener<TermVectorsResponse> listener) -
Uses of TermVectorsRequest in org.elasticsearch.index.termvectors
Methods in org.elasticsearch.index.termvectors with parameters of type TermVectorsRequest Modifier and Type Method Description static TermVectorsResponseTermVectorsService. getTermVectors(IndexShard indexShard, TermVectorsRequest request) -
Uses of TermVectorsRequest in org.elasticsearch.rest.action.document
Methods in org.elasticsearch.rest.action.document with parameters of type TermVectorsRequest Modifier and Type Method Description static voidRestTermVectorsAction. addFieldStringsFromParameter(TermVectorsRequest termVectorsRequest, String fields)static voidRestTermVectorsAction. readURIParameters(TermVectorsRequest termVectorsRequest, RestRequest request)
-