We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To index JsonVectorCollection sparse vectors, we currently use the "fake words" trick - just duplicate the word X times, where X is the score. This might be a better solution: https://lucene.apache.org/core/8_11_0/analyzers-common/org/apache/lucene/analysis/miscellaneous/DelimitedTermFrequencyTokenFilter.html
The text was updated successfully, but these errors were encountered:
I did an experiment for this a while ago, the behavior for some reason is not exactly the same (expected) as the fw one. I can dig into this.
Sorry, something went wrong.
Possibly different due to #1843?
No branches or pull requests
To index JsonVectorCollection sparse vectors, we currently use the "fake words" trick - just duplicate the word X times, where X is the score. This might be a better solution: https://lucene.apache.org/core/8_11_0/analyzers-common/org/apache/lucene/analysis/miscellaneous/DelimitedTermFrequencyTokenFilter.html
The text was updated successfully, but these errors were encountered: