Re: Configuration recommendation for SolrCloud

2019-07-01 Thread Jörn Franke
As someone else wrote there are a lot of uncertainties and I recommend to test yourself to find the optimal configuration. Some food for thought: How many clients do you have and what is their concurrency? What operations will they do? Do they Access Solr directly? You can use Jmeter to simulate

Re: Configuration recommendation for SolrCloud

2019-07-01 Thread Rahul Goswami
Hi Toke, Thank you for following up. Reading back, I surely could have explained better. Thanks for asking again. >> What is a cluster? Is it a fully separate SolrCloud? Yes, by cluster I mean a fully separate SolrCloud. >> If so, does that mean you can divide your collection into (at least) 4

Re: Bug in scoreNodes function of streaming expressions?

2019-07-01 Thread Pratik Patel
I think the problem was that my streaming expression was always returning just one node. When I added more data so that I can have more than one node, I started seeing the result. On Mon, Jul 1, 2019 at 11:21 AM Pratik Patel wrote: > Hello Everyone, > > I am trying to execute following streaming

Re: [EXTERNAL] - Re: Solr not returning stored field

2019-07-01 Thread Erick Erickson
Follow the instructions here: http://lucene.apache.org/solr/community.html#mailing-lists-irc . You must use the _exact_ same e-mail as you used to subscribe. If the initial try doesn't work and following the suggestions at the "problems" link doesn't work for you, let us know. But note you need

Re: [EXTERNAL] - Re: Solr not returning stored field

2019-07-01 Thread Ashwin Tandel
Pls unsubscribe me. Thanks in Advance. On Thu, Jun 27, 2019 at 2:30 PM Alexandre Rafalovitch wrote: > > Half the time I end up using a "power hammer" for all sorts of small > "nails". > > Specifically I use Wiresharm network tracer to see exactly what happens on > wire level and what servers are

Re: Apache Solr warning on 6.2.1

2019-07-01 Thread Erick Erickson
The warning isn’t what’s affecting performance, it’s just an indication that you’re committing too often. Technically you’re opening searchers too often. Searchers are opened for several reasons; 1> your autocommit with openSearcher=true interval expires 2> your soft commit interval expires 3> yo

Bug in scoreNodes function of streaming expressions?

2019-07-01 Thread Pratik Patel
Hello Everyone, I am trying to execute following streaming expression with "scoreNodes" function in it. This is taken from the documentation. scoreNodes(top(n="50", sort="count(*) desc", nodes(baskets, random(baskets, q="productID:ABC

RE: Solr 8 getZkStateReader throwing AlreadyClosedException

2019-07-01 Thread Markus Jelsma
Opened SOLR-13591. https://issues.apache.org/jira/browse/SOLR-13591 -Original message- > From:Markus Jelsma > Sent: Thursday 27th June 2019 13:20 > To: solr-user@lucene.apache.org; solr-user > Subject: RE: Solr 8 getZkStateReader throwing AlreadyClosedException > > This was 8.1.1 t

Solr cloud collection restore silently fails for two shards

2019-07-01 Thread Bjarke Buur Mortensen
Hi list, we have a Solr Cloud setup with a collection with 4 shards. We backup this collection once a day. Each night, we try to restore the latest backup on a test server. So we restore all shards to the same machine. Upon restore, the solr logs prints the following: solr.log.3:25163:java.nio.fi

RE: highlighting not working as expected

2019-07-01 Thread Martin Frank Hansen (MHQ)
Hi Edwin, Thanks for your explanation, makes sense now. Best regards Martin Internal - KMD A/S -Original Message- From: Zheng Lin Edwin Yeo Sent: 30. juni 2019 01:57 To: solr-user@lucene.apache.org Subject: Re: highlighting not working as expected Hi, If you are using the type "str

Apache Solr warning on 6.2.1

2019-07-01 Thread Nitin Midas
Hello, We have Apache Solr version 6.2.1 installed on server and we are getting this warning on Apache Solr log from few days which has affected performance of solr queries and put latency on our App: SolrCore [user_details] PERFORMANCE WARNING: Overlapping onDeckSearchers=2 So we have followed