Hello all,
I'm facing this simple problem, yet impossible to resolve for me (I'm a
newbie in Solr).
I need to sort the results by score (it is simple, of course), but then
what I need is to take top 10 results, and re-order it (only those top 10
results) by a date field.
It's not the same as sort=
Erick, I'll do that. Thank you very much.
Regards,
Jacek
On Tue, May 1, 2012 at 7:19 AM, Erick Erickson wrote:
> The easiest way is to do that in the app. That is, return the top
> 10 to the app (by score) then re-order them there. There's nothing
> in Solr that I know of
Let's say there is a collection with a schema that specifies 5000 elements. I
would like to make a "real time get" call to retrieve a large subset of those
elements. Currently I am limited by the size restriction of the HTTP GET method
if I want to make that request be "real time" since I would
you
would not need to have it in URL every time.
Regards,
Alex
On Thu, Apr 11, 2019, 3:58 PM Zarski, Jacek,
wrote:
> Let's say there is a collection with a schema that specifies 5000
> elements. I would like to make a "real time get" call to retrieve a
> la
inuing writes seems to be enough to trigger
another snapshot resulting in further downtime. Is this case plausible?
Thanks,
Jacek
Some information I forgot to include:
Solr version : 7.2.1
Zk version : 3.4.10
-Original Message-
From: Zarski, Jacek
Sent: Monday, July 30, 2018 4:06 PM
To: solr-user@lucene.apache.org
Subject: Zookeeper / Solr interaction
Hi,
We have the following environment setup for zookeeper
I'm curious about a few more details of your
setup, how many collections, shards and replicas are we talking here?
Best,
Erick
On Mon, Jul 30, 2018 at 1:10 PM, Zarski, Jacek wrote:
> Some information I forgot to include:
> Solr version : 7.2.1
> Zk version : 3.4.10
>
> -Ori
te":"active",
"type":"TLOG",
"force_set_state":"false",
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"1",
"tlogReplicas":"1",
"znodeVersion":11,
As you can see I have 3 replicas but then I have also: "tlogReplicas":"1"
If I create collection with tlogReplicas=3 then cluster status shows
"tlogReplicas":"3"
IS that a bug or somehow 'works as it should' ?
Regards,
Jacek