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
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 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?
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
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
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
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
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
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
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
10 matches
Mail list logo