FloatVectorSimilarityQuery
Search for all (approximate) float vectors above a similarity threshold.
Constructors
Search for all (approximate) float vectors above a similarity threshold using VectorSimilarityCollector.
Search for all (approximate) float vectors above a similarity threshold using VectorSimilarityCollector. If a filter is applied, it traverses as many nodes as the cost of the filter, and then falls back to exact search if results are incomplete.
Search for all (approximate) float vectors above a similarity threshold using VectorSimilarityCollector.
Functions
Expert: Constructs an appropriate Weight implementation for this query.
Override and implement query instance equivalence properly in a subclass. This is required so that QueryCache works properly.
Expert: called to re-write queries into primitive queries. For example, a PrefixQuery will be rewritten into a BooleanQuery that consists of TermQuerys.
Recurse through the query tree, visiting any child queries.