Dmitry Kan
Dmitry Kan
hi @om35 ! Thanks for your interest in the project! I think the easiest to do score cut-offs is on the client, inside one of the search_demo_*.py scripts. Which search...
Thanks for the context - I think, this question is more about capabilities of Elasticsearch. But I'm trying to figure it out in kibana and some pointers, like https://stackoverflow.com/questions/39106243/is-there-are-a-way-to-filter-by-score-in-elasticsearch
Glad to report it :) let me know, if I can help debug it.
yes, if this works out, the problem of slow streaming UI via X server is addressed.
good point @dustinschultz . Luke allows for custom analyzers. See: https://github.com/DmitryKey/luke/blob/master/luke.sh Adding support for query parsers sounds a logical feature along with custom analyzers. Will need to poke around the...
hi @Moddus ! Tracing the code, I see that it is the xml parser in lucene. Check the org.apache.lucene.queryparser.xml. Take a look at wiki: https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-XMLQueryParser If you don't pass the...
Exciting, thanks @Moddus
Hi Chris! Thanks for reporting and paying attention to this old little patch. I think you are right in that we do need to check whether the term belongs to...
> Hi Dmitry, > I have a question - in your original code when you wrote the term with no position info to the 0th slot in the growablestringarray, you...
> Hi Dmitry, > > I attach a patch + test for your perusal. You'll have to remove the ".txt" suffix as it won't accept .patch files. > > [Unstored_Field_With_Missing_Posns_Reconstruction.patch.txt](https://github.com/DmitryKey/luke/files/3868812/Unstored_Field_With_Missing_Posns_Reconstruction.patch.txt)...