goankur
goankur
# Description Following `Facets` implementations are changed to ignore deleted documents for `count all` queries that don't use `FacetsCollector` instance. - SortedSetDocValueFacetCounts - ConcurrentSortedSetDocValueFacetCounts - LongValueFacetCounts - StringValueFacetCounts # Solution...
#### Credit: https://www.elastic.co/search-labs/blog/vector-similarity-computations-ludicrous-speed ### Description (WIP - Need to be updated) Implements vectorized dot product for `byte[]` vectors in native C code using SVE and Neon intrinsics. #### TODOs -...