For example I want to filter all docs that index number 10 in the vector is less than X number. In other words filter to the docs where my_vector_field[10] < X.
Hello,
filtering by individual values is not supported. We have decided not to support sorting as well.
Currently vectors can be used only in script_score query using predefined vector functions.
However, if you think that accessing individual fields is a valid use case, please submit a new issue describing your use case in more detail.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.