Re: Intermittent error 401 with JSON Facet query to retrieve count all collections

2019-04-25 Thread Zheng Lin Edwin Yeo
Regarding the issue, we have found that if we put only one collections in the shards (can be any collection), there will not be error, and it can always produce the correct output. If we put 2 collections, there will not be error 90% of the time (only 10% of the time the issue will occur). However

Installing Solr as service to multiple clients

2019-04-25 Thread Salmaan Rashid Syed
Hi, I want to install solr as service for our numerous clients. I am currently working in solr-7.6.0 in cloud mode on an ubuntu machine. I am really unsure about how to facet our services to multiple clients. Every client has a unique data to index and they want their data to be stored as big

Re: Intermittent error 401 with JSON Facet query to retrieve count all collections

2019-04-25 Thread Jan Høydahl
Please create a bug for this in JIRA. I think that HttpShardHandler needs to handle shards from shards param the same as the auto-computed shards it gets from ZK, but have not looked into it in detail yet. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 25. apr. 201

Weird behaviour of Solr nested documents.

2019-04-25 Thread Saloni Udani
Hi, We are using Apache Solr 7.1 via Spring data solr 3.0.11. We have following structure of our Solr document- @SolrDocument @EqualsAndHashCode(of = "id") public class Input { @Field Long id; @ChildDocument List inputIdentifiers; } public class InputIdentifier { @Field L

Re: Intermittent error 401 with JSON Facet query to retrieve count all collections

2019-04-25 Thread Zheng Lin Edwin Yeo
Thanks Jan. I have created a bug in JIRA under https://issues.apache.org/jira/browse/SOLR-13421 Regards, Edwin On Thu, 25 Apr 2019 at 19:53, Jan Høydahl wrote: > Please create a bug for this in JIRA. I think that HttpShardHandler needs > to handle shards from shards param the same as the auto-

Solr-Batch Update

2019-04-25 Thread Lucky Sharma
Hi all, While creating an update request to solr, Its recommended creating batch request instead of small updates. What is the optimum batch size? Is there any number or any computation which can help us to assist on the same. -- Warm Regards, Lucky Sharma Contact No :+91 9821559918

Solr Cloud configuration

2019-04-25 Thread Sadiki Latty
Hi, I am doing some testing with Solr Cloud and I have a couple questions. Consider this config: - 2 Solr instances - 3 ZK instances (2 of which are co-located on the same server as the 2 solr servers) - numShards 2 - replica 1 If I need to upgrade Solr, t

Re: Solr Cloud configuration

2019-04-25 Thread Jörn Franke
Are the replicas on the other node? > Am 25.04.2019 um 22:44 schrieb Sadiki Latty : > > Hi, > > I am doing some testing with Solr Cloud and I have a couple questions. > Consider this config: > > - 2 Solr instances > > - 3 ZK instances (2 of which are co-located on the same se

Version of OpenSearch specification Solr currently uses?

2019-04-25 Thread DESDCS
What version of OpenSearch specification does Solr currently uses? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

RE: Solr-Batch Update

2019-04-25 Thread Markus Jelsma
Hello, There is no definitive rule for this, it depends on your situation such as size of documents, resource constraints and possible heavy analysis chain. And in case of (re)indexing a large amount, your autocommit time/limit is probably more important. In our case, some collections are fine

Re: Solr Cloud configuration

2019-04-25 Thread Shawn Heisey
On 4/25/2019 2:44 PM, Sadiki Latty wrote: - replica 1 If I need to upgrade Solr, the recommended method is to update one at a time. However, when I bring down one Solr instance I noticed that queries no longer work and I get the error "no servers hosting shard" from the node that is u