Re: PointInSetQuery dose not terminate early if DocIdSetBuilder's bitSet is null

2020-09-28 Thread hacker win7
Thanks Adrien Grand We store long numbers in our points, in our search service, most search requests look like this: id-match AND range match AND string match AND …. (Clause count is high) Id is long number and we find most searches of id-match query have no points at all but the subsequent Su

Re: Apache Bug Bash

2020-09-28 Thread Tom DuBuisson
Lucene, Solr, We have Muse set-up and enabled on your project and it’s ready for the bug bash during ApacheCon. For anyone interested in participating, we’d love to have you, and you can register via our eventbrite link. https://www.eventbrite.com/e/muse-presents-apachecon-bug-bash-2020-tickets-12

ApacheCon at Home 2020 starts tomorrow!

2020-09-28 Thread Anshum Gupta
Hey everyone! ApacheCon at Home 2020 starts tomorrow. The event is 100% virtual, and free to register. What’s even better is that this year we have reintroduced the Lucene/Solr/Search track at ApacheCon. With 2 full days of sessions covering various Lucene, Solr, and Search, I hope you are able t

Re: bin/solr testing surprise with techproducts example

2020-09-28 Thread Erick Erickson
See: SOLR-14888 > On Sep 28, 2020, at 2:08 PM, Chris Hostetter wrote: > > > : Question: What is the replacement for "cd solr ; ant dist server" usage? > > AFAICT the the most straightwoard "adaptation" of... > > $ cd solr && ant server && bin/solr -e SOMETHING > > ...seems to be (using gdub)

Re: bin/solr testing surprise with techproducts example

2020-09-28 Thread Chris Hostetter
: Question: What is the replacement for "cd solr ; ant dist server" usage? AFAICT the the most straightwoard "adaptation" of... $ cd solr && ant server && bin/solr -e SOMETHING ...seems to be (using gdub) ... $ cd solr && gw dev && ./packaging/build/dev/bin/solr -e SOMETHING ...which i think

Re: 8.6.3 Release

2020-09-28 Thread Erick Erickson
For me, there’s a sharp distinction between changing a dependency in a point release just because there’s a new version, and changing the dependency because there’s a bug in it. That said, if someone can use 8.6.3, what’s stopping them from going to 8.7 when it’e released? Would it make more sen

Re: 8.6.3 Release

2020-09-28 Thread Jason Gerlowski
Hey all, I wanted to add 2 more blocker tickets to the list: SOLR-14897 and SOLR-14898. These tickets (while bad bugs in their own right) are especially necessary because they work around a Jetty buffer-reuse bug (see SOLR-14896) that causes sporadic request failures once triggered. So that brin

Re: PointInSetQuery dose not terminate early if DocIdSetBuilder's bitSet is null

2020-09-28 Thread Adrien Grand
What are you storing in your points? If you are storing numbers, I wonder if a better approach to this problem might be to start leveraging IndexOrDocValuesQuery and scorerSupplier() for point-in-set queries like we did for range queries. The approach you suggested would help in some cases, but I'

Re: [JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 437 - Unstable!

2020-09-28 Thread Dawid Weiss
This looks like a real concurrency bug somewhere in the test. On Mon, Sep 28, 2020 at 8:39 AM Apache Jenkins Server wrote: > > Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/437/ > > 1 tests failed. > FAILED: org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testN

Re: [GitHub] [lucene-solr] uschindler commented on pull request #1836: LUCENE-9317: Clean up split package in analyzers-common

2020-09-28 Thread Dawid Weiss
> Of course appendix is the medical term for that mostly (or totally) useless > part bringing problems. 🤨 If your wife ever reads this your appendix will be the least of your problems, Uwe... :D Dawid - To unsubscribe, e-mail: