Uses of Class
org.elasticsearch.client.graph.VertexRequest
-
Packages that use VertexRequest Package Description org.elasticsearch.client.graph -
-
Uses of VertexRequest in org.elasticsearch.client.graph
Methods in org.elasticsearch.client.graph that return VertexRequest Modifier and Type Method Description VertexRequestHop. addVertexRequest(String fieldName)Add a field in which thisHopwill look for terms that are highly linked to previous hops and optionally the guiding query.VertexRequestVertexRequest. fieldName(String fieldName)VertexRequestHop. getVertexRequest(int requestNumber)VertexRequestVertexRequest. minDocCount(int value)A "certainty" threshold which defines the weight-of-evidence required before a term found in this field is identified as a useful connectionVertexRequestVertexRequest. shardMinDocCount(int value)A "certainty" threshold which defines the weight-of-evidence required before a term found in this field is identified as a useful connectionVertexRequestVertexRequest. size(int size)Methods in org.elasticsearch.client.graph that return types with arguments of type VertexRequest Modifier and Type Method Description protected List<VertexRequest>Hop. getEffectiveVertexRequests()
-