Is Banana deprecated?

2020-04-16 Thread S G
Hello, I still see releases happening on it: https://github.com/lucidworks/banana/pull/355 So it is something recommended to be used for production? Regards, SG

Re: 404 response from Schema API

2020-04-16 Thread Mark H. Wood
On Thu, Apr 16, 2020 at 02:00:06PM -0400, Erick Erickson wrote: > Assuming isw6_3 is your collection name, you have > “solr” and “isw6_3” reversed in the URL. No. Solr's context is '/isw6_3/solr' and the core is 'statistics'. > Should be something like: >

Re: 404 response from Schema API

2020-04-16 Thread Erick Erickson
Assuming isw6_3 is your collection name, you have “solr” and “isw6_3” reversed in the URL. Should be something like: https://toolshed.wood.net:8443/solr/isw6_3/schema/uniquekey If that’s not the case you need to mention your collection. But in either case your collection name comes after /solr/.

Re: facets & docValues

2020-04-16 Thread Erick Erickson
DocValues should help when faceting over fields, i.e. facet.field=blah. I would expect docValues to help with sub facets and, but don’t know the code well enough to say definitely one way or the other. The empirical approach would be to set “uninvertible=true” (Solr 7.6) and turn docValues off.

Re: facets & docValues

2020-04-16 Thread Revas
Hi Erick, You are correct, we have only about 1.8M documents so far and turning on the indexing on the facet fields helped improve the timings of the facet query a lot which has (sub facets and facet queries). So does docValues help at all for sub facets and facet query, our tests revealed further

404 response from Schema API

2020-04-16 Thread Mark H. Wood
I need to ask Solr 4.10 for the name of the unique key field of a schema. So far, no matter what I've done, Solr is returning a 404. This works: curl 'https://toolshed.wood.net:8443/isw6_3/solr/statistics/select' This gets a 404: curl

Re: Unable to RESTORE collections via Collections API

2020-04-16 Thread Jan Høydahl
Thanks for sharing your workaround! Agree that error message is extremely unhelpful :) Would you care to report it as a bug in JIRA? Jan > 15. apr. 2020 kl. 21:54 skrev Eugene Livis : > > In case this helps somebody in the future, given how completely unhelpful > the Solr error message is -

Re: SOLR Cloud: 1500+ threads are in TIMED_WAITING status

2020-04-16 Thread raji
Hi, Is there any solution found for this issue. We are using Solr 7.6 and sometimes we do see lot of QTP threads with the stack trace sun.misc.Unsafe.park(Native method) java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)

How to implement spellcheck for custom suggest component?

2020-04-16 Thread aTan
Hello. I'm new to Solr and would be thankful for advice for the following case: We have Suggest API running on production using Solr 6, which currently prevent changes in the response and query parameters. That's why SpellCheck component can't be used (parameter is custom, not 'q'or

How to implement spellcheck for custom suggest component?

2020-04-16 Thread aTan
Hello. I'm new to Solr and would be thankful for advice for the following case: We have Suggest API running on production using Solr 6, which currently prevent changes in the response and query parameters. That's why SpellCheck component can't be used (parameter is custom, not 'q'or

[ANNOUNCE] Apache Solr 8.5.1 released

2020-04-16 Thread Ignacio Vera
## 16 April 2020, Apache Solr™ 8.5.1 available The Lucene PMC is pleased to announce the release of Apache Solr 8.5.1. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting,