public interface SimilarToGraphQuery extends GraphQuery
| Modifier and Type | Method and Description |
|---|---|
SimilarToGraphQuery |
boost(float boost)
The amount of boost to apply to the similarity query.
|
SimilarToGraphQuery |
maxDocFrequency(int maxDocFrequency)
The maximum number of documents a term can be in to be considered for a similarity match.
|
SimilarToGraphQuery |
maxQueryTerms(int maxQueryTerms)
The maximum number of terms to be searched for.
|
SimilarToGraphQuery |
minDocFrequency(int minDocFrequency)
The minimum number of documents a term must be in to be considered for a similarity match.
|
SimilarToGraphQuery |
minTermFrequency(int minTermFrequency)
The minimum number of times a term must appear in the source data to be considered for a match.
|
addAggregation, edgeIds, edgeIds, edges, edges, edges, edges, elementIds, elementIds, elements, elements, extendedDataRowIds, extendedDataRowIds, extendedDataRows, extendedDataRows, getAggregations, has, has, has, has, has, has, has, has, hasAuthorization, hasAuthorization, hasConceptType, hasConceptType, hasEdgeLabel, hasEdgeLabel, hasExtendedData, hasExtendedData, hasExtendedData, hasExtendedData, hasId, hasId, hasNot, hasNot, hasNot, hasNot, isAggregationSupported, limit, limit, minScore, range, range, scoringStrategy, search, search, setShard, skip, sort, sort, vertexIds, vertexIds, vertices, verticesSimilarToGraphQuery minTermFrequency(int minTermFrequency)
SimilarToGraphQuery maxQueryTerms(int maxQueryTerms)
SimilarToGraphQuery minDocFrequency(int minDocFrequency)
SimilarToGraphQuery maxDocFrequency(int maxDocFrequency)
SimilarToGraphQuery boost(float boost)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.