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
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
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
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
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-
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
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
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
What version of OpenSearch specification does Solr currently uses?
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
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
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
11 matches
Mail list logo