Re: Processing query clause combinations at indexing time

2020-12-14 Thread Atri Sharma
+1 I would suggest that this be an independent project hosted on Github (there have been similar projects in the past that have seen success that way) On Tue, 15 Dec 2020, 09:37 David Smiley, wrote: > Great optimization! > > I'm dubious on it being a good contribution to Lucene itself however,

Re: Processing query clause combinations at indexing time

2020-12-14 Thread David Smiley
Great optimization! I'm dubious on it being a good contribution to Lucene itself however, because what you propose fits cleanly above Lucene. Even at a ES/Solr layer (which I know you don't use, but hypothetically speaking), I'm dubious there as well. ~ David Smiley Apache Lucene/Solr Search

Processing query clause combinations at indexing time

2020-12-14 Thread Michael Froh
My team at work has a neat feature that we've built on top of Lucene that has provided a substantial (20%+) increase in maximum qps and some reduction in query latency. Basically, we run a training process that looks at historical queries to find frequently co-occurring combinations of required

Re: Problems creating collections on branch_8x due to SSL errors

2020-12-14 Thread Timothy Potter
just merged a fix, re-pull, see: https://issues.apache.org/jira/browse/SOLR-15046 for details On Mon, Dec 14, 2020 at 9:42 AM Joel Bernstein wrote: > I did a pull this morning and checked out branch_8x and then did the > following: > > ant server > bin/solr start -c > bin/solr create -c test -s

Problems creating collections on branch_8x due to SSL errors

2020-12-14 Thread Joel Bernstein
I did a pull this morning and checked out branch_8x and then did the following: ant server bin/solr start -c bin/solr create -c test -s 1 -d _default I get the following error in the logs. Jason Gerlowski confirmed he is seeing it as well. Anyone know the cause of this? If not I'll create a