## 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, fac
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 'spellcheck.q')
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 'spellcheck.q')
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)
java.util.concurrent.locks.AbstractQueuedSynchronizer$Co
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 - tur
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 'https://toolshed.wood.net:8443/isw6_3/solr/statistics/
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
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. W
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/.
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:
> https://toolshed.wood.net:8443/solr/isw6
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
11 matches
Mail list logo