Dmitry Kan
Dmitry Kan
## Description `'sort_by': f"_text_match(buckets: 5):desc, location({lat}, {lon}, precision: 2mi):asc"` Forgets to return original distances while `'sort_by': f"_text_match(buckets: 5):desc, location({lat}, {lon}):asc"` does return original distances (syntax above is Python) ## Steps...
Hi Vector AI Team! I'm trying to access the Discord invite link mentioned in the readme: https://discord.gg/CbwUxyD But getting an "invalid invite link". I'm writing a new blog post covering...
Hi, Thanks for sharing the code! It is very interesting to explore solr index from a visualization perspective. One issue popped up: Diagram shows core data only on fresh load...
Since luke allows opening index format of older versions (luke 7.1 opens 6.6.0 index), then it could offer Index Upgrade functionality via https://lucene.apache.org/solr/guide/7_1/indexupgrader-tool.html
Revisit and integrate: https://github.com/md6nguyen/luke-remoteindex
User story: http://stackoverflow.com/questions/39258828/adding-a-new-field-to-all-existing-documents-in-an-index If link does not open: I am using Luke, to add a new field to all existing documents in the index. I can easily do this for...
Luke can export index, but not import the produced xml to create an index. This ticket is to make such a tool.
Issue from Laurentiu Piscuc: I am using Luke v 6.2.1 in order to examine a solr 6.2.1 index. I am able to open the index and see its content. Most...
I was experimenting with --addtionalSolrParams, specifying fq values. I haven't encoded space with '+' by mistake and once the problem was fixed, next test has failed. The error message was...
**Is your feature request related to a problem? Please describe.** Usually the process in our labelling projects starts like this: 1. Choose the labelling objective, set up a test project....