NullPointerException with ExpandComponent on Collapsed Null Values

2019-05-28 Thread aus...@3bx.org.INVALID
Hi all, I’m currently running 7.5.0 and am looking to use the collapse and expand results functionality. The field I’m attempting to collapse on is an “int” field that isn’t required, and I’m using a null policy of expand to create a unique group for each document that has a missing field.

Re: Solr-8.1.0 uses much more memory

2019-05-28 Thread Joe Doupnik
    An interesting supplement to this discussion. The experiment this time was use Solr v8.1, omit the GC_TUNE items, but instead adjust SOLR_HEAP. I had set the heap to 4GB, based on good intentions, and as we have seen Solr v8.1 gobbles it up and does not return a farthing. Thus I tried index

RE: CloudSolrClient (any version). Find the node your query has connected to.

2019-05-28 Thread Russell Taylor
Hi Erick/Shawn, I went for the deleteById option but still under heavy load on my test machine I still see issues with the nodes going into recovery. I've also noticed in my testing that the leader changed and one node was down for a period before going into recovery. The two errors I see in th

[ANNOUNCE] Apache Solr 8.1.1 released

2019-05-28 Thread Andrzej Białecki
## 28 May 2019, Apache Solr™ 8.1.1 available The Lucene PMC is pleased to announce the release of Apache Solr 8.1.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, faceted

Re: SolrException: Can't determine a Sort Order with Solr 6.6

2019-05-28 Thread Walter Underwood
The bigger problem is that a bot can send values directly to Solr. That is not safe. Everything sent to the front end or an API needs to be parsed, checked, then recreated to send to Solr. A bot should never be getting a sort parameter through to Solr. wunder Walter Underwood wun...@wunderwood.

Re: SolrException: Can't determine a Sort Order with Solr 6.6

2019-05-28 Thread Shawn Heisey
On 5/28/2019 7:48 AM, Schwank, Désirée wrote: At the end of April we realized lots of errors, "SolrException: Can't determine a Sort Order (asc or desc) in sort spec 'score+desc,id+asc'" first appearance in logs about 2019-04-29, without apparent reason. The problem here is that you are send

SolrException: Can't determine a Sort Order with Solr 6.6

2019-05-28 Thread Schwank , Désirée
Hello, we are running Solr 6.6 for indexing and searching since April 2019. There weren't any messages, neither errors nor warnings. Cause it did what and how it was supposed to do. Therefore a change of solrconfig.xml or other configuration did not happen. At the end of April we realized lots

Re: Solr 7.7.1 indexing failing with analysis error: startOffset must be non-negative, and endOffset must be >= startOffset, and offsets must not go backwards

2019-05-28 Thread Jason J Baik
This might be of interest to you: https://issues.apache.org/jira/browse/LUCENE-8776 On Mon, May 27, 2019 at 10:32 PM Zheng Lin Edwin Yeo wrote: > How are you indexing the message, or what is the command that you used to > index the message? > > Also, the attachment might not make it to the serve

Re: alias read access impossible for anyone other than admin?

2019-05-28 Thread Jason Gerlowski
Hey Aroop, The fix in SOLR-13355 is available starting in 8.1. It will also be available in 7.7.2 once that is released. (Jan Hoydahl started the release process for 7.7.2, but held off for a number of other ongoing releases. He's recently resumed work on the release though, and I expect we'll