Re: Boosting only top n results that match a criteria

2019-12-28 Thread Emir Arnautović
You could try and see if field collapsing can help you. That could let you return top 5 from each class if that is acceptable. Otherwise, you’ll have to go with two queries. HTH, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training

Re: Solr 7.5 speed up, accuracy details

2019-12-28 Thread Dave
There is no increase in speed, but features. Doc values add some but it’s hard to quantify, and some people think solr cloud has speed increases but I don’t think they exist when hardware cost is nonexistent and it adds too much complexity to something that should be simple. > On Dec 28,

Re: Solr 7.5 speed up, accuracy details

2019-12-28 Thread Rajdeep Sahoo
Hi all, How can I get the performance improvement features in indexing and search in solr 7.5... On Sat, 28 Dec, 2019, 9:18 PM Rajdeep Sahoo, wrote: > Thank you for the information > Why you are recommending to use the schema api instead of schema xml? > > > On Sat, 28 Dec, 2019, 8:01

Re: Solr 7.3 cluster issue

2019-12-28 Thread David Barnett
Hi Jan et all clusterstate shows all cores and replicas on node 1 and 2 but node 0 is empty. All three nodes live_nodes shows the correct 3 node addresses. Thanks for the advice, we will use a 4th node. On 28 Dec 2019, 14:10 +, Jan Høydahl , wrote: > Wonder what clusterstate actually says.

Re: Solr 7.5 seed up, accuracy details

2019-12-28 Thread Rajdeep Sahoo
Thank you for the information Why you are recommending to use the schema api instead of schema xml? On Sat, 28 Dec, 2019, 8:01 PM Jörn Franke, wrote: > This highly depends on how you designed your collections etc. - there is > no general answer. You have to do a performance test based on

Re: Solr 7.3 cluster issue

2019-12-28 Thread Erick Erickson
+1 to Jan’s comments, especially the idea of adding a 4th node and doing your ADDREPLICAs to that before doing the DELETEREPLICAS for the replicas on the sick node. I’ve used this to bring clusters back to health. This assumes you have at least one active leader for all shards. That ZK error

Re: Solr 7.5 seed up, accuracy details

2019-12-28 Thread Jörn Franke
This highly depends on how you designed your collections etc. - there is no general answer. You have to do a performance test based on your configuration and documents. I also recommend to check the Solr documentation on how to design a collection for 7.x and maybe start even from scratch

Solr 7.5 seed up, accuracy details

2019-12-28 Thread Rajdeep Sahoo
Hi all, Is there any way I can get the speed up,accuracy details i.e. performance improvements of solr 7.5 in comparison with solr 4.6 Currently,we are using solr 4.6 and we are in a process to upgrade to solr 7.5. Need these details. Thanks in advance

Re: Solr 7.3 cluster issue

2019-12-28 Thread Jan Høydahl
Wonder what clusterstate actually says. I can think of two things that could possibly heal the cluster: A rolling restart of all nodes may make Solr heal itself, but the risk is that some shards may not have a replica and if you get stuck in recovery during restart you have downtime. Another

RE: Exceptions in solr log

2019-12-28 Thread Vadim Ivanov
Hi, I'm facing the same problem with Solrcloud 7x - 8x. I have TLOG type of replicas and when I delete Leader, log is always full of this: 2019-12-28 14:46:56.239 ERROR (indexFetcher-45942-thread-1) [ ] o.a.s.h.IndexFetcher No files to download for index generation: 7166 2019-12-28 14:48:03.157

Re: does copyFields increase indexe size ?

2019-12-28 Thread Nicolas Paris
> So what will be added is just another set of pointers to each relevant > term. That's not going to be very large. Probably Hi Shawn. This explains much ! Thanks. In case of text fields, the highlight is done on the source fields and the _text_ field is only used for lookup. This behavior is