alexklibisz / elastiknn

Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.

Home Page:https://alexklibisz.github.io/elastiknn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Sparse Indexed Mapping and Query

alexklibisz opened this issue · comments

The Sparse Indexed Mapping is neither particularly useful nor completely implemented. I guess I don't know for certain that it's unused, but I would be shocked if it is.

It was an interesting thought, but I'll be removing it soon to simplify maintenance and testing.

Implemented and released in #302