one of the shard delay in response in Solr cluster

2016-09-18 Thread Mugeesh Husain
Hi, I have 3 shard, each of shard with 3 servers in solrcloud, if we fired the query in solr, we woudl get the result from these shard data, if one of the shard have delay in response, then how to identify which shard is not giving properly response time(or delay reponse or some issue etc). I am

Re: Boost according to values

2016-09-18 Thread Rajendra Gaikwad
Hi Midas, I am sure,even though you have results with constant relavance, sorting will give you expected results. Anyway there is parameter bf in dismax parser. Add parameter bf=field(popularity) to query, It is similar to boost items by value in popularity field. hence ultimately higher popularity

Re: Boost according to values

2016-09-18 Thread Midas A
my use case do not suggest me to sort . i have set of data with same relevance. what should be query in that case . On Mon, Sep 19, 2016 at 11:51 AM, Rajendra Gaikwad wrote: > Hi Midas, > > Sort search results on popularity field by desc order. > E.g popularity is field in the index which sto

Re: Boost according to values

2016-09-18 Thread Rajendra Gaikwad
Hi Midas, Sort search results on popularity field by desc order. E.g popularity is field in the index which stores popularity information. http://localhost:8983/solr/mycollection/select?q=*:*&sort=popularity desc Thanks, Rajendra Gaikwad Please execuse typo On Mon, Sep 19, 2016, 11:36 AM Mida

Re: Boost according to values

2016-09-18 Thread Rajendra Gaikwad
Hi Midas, Sort search results on popularity field by desc order. E.g popularity is field in the index which stores popularity information. http://localhost:8983/solr/mycollection/select?q=*:*&sort=popularity desc Thanks, Rajendra Gaikwad Please execuse typo On Mon, Sep 19, 2016, 11:36 AM Midas

Boost according to values

2016-09-18 Thread Midas A
i have n items in my search result with popularity (1,2,3,4n) . I want higher popularity item should come first then next popularity item say for example a) item with popularity n, b) item with popularity n -1, c) item with popularity n -2, d) item with popularity n - 3, e) item with popular

In cloud mode, using implicit router. Leader changed, not available to index data, and no error occurred.

2016-09-18 Thread Jerome Yang
Hi all, The situation is: Three hosts, host1, host2, host3. Solr version 6.1 in cloud mode. 8 solr nodes on each host. Create a collection using implicit router. Execute index and delete index. The collection works fine. Then kill 3 nodes, some of shards change leader. Then index data to new lead

maxClientCnxns for CDCR

2016-09-18 Thread Contacts
I am debugging issue with CDCR (2 node Solr 6.1 3x zk 3.4.8)... What should be appropriate maxClientCnxns? default is 60. Note: I don't see exception "Too many connection." in log. Does it mean connection limit is not an issue?

Re: changed query parsing between 4.10.4 and 5.5.3?

2016-09-18 Thread Greg Pendlebury
Hi Bernd, I was referring to assessing 5.5's behaviour based on a comparison to 4.10 when giving it that same inputs and configuration. Maybe I am wrong, and I apologise if so. I am only seeing fragments of the situation each time, so it is hard to be sure. Certainly in this case it looks like a c

I cannot get phrases highlighted correctly without using the Fast Vector highlighter

2016-09-18 Thread Panagiotis T
I'm using Solr 6.2 (tried with 6.1 also) I created a new core and the only change I made is adding the following line in my schema.xml I've indexed two simple xml files. Here's a sample: foo bar foo bar I'm executing a simple query: http://localhost:8983/solr/test/select?hl.fl=body_text_e