Hello,
I would like to ask, what could be the memory/cpu impact, if the fq
parameter in many of the queries is a long string (fq={!terms
f=...}..., ) around 200 chars. Most of the queries are like:
"q={!frange l=Timestamp1 u=Timestamp2}... + some others criteria". This is
with SolrCloud 4.
tart.com/ - Resources for Solr users, new and
> experienced
> >
> >
> >> On 27 May 2017 at 11:32, Shawn Heisey wrote:
> >>> On 5/27/2017 9:05 AM, Shawn Heisey wrote:
> >>>> On 5/27/2017 7:14 AM, Daniel Angelov wrote:
> >>>> I would lik
Is the filter cache separate for each host and then for each collection and
then for each shard and then for each replica in SolrCloud?
For example, on host1 we have, coll1 shard1 replica1 and coll2 shard1
replica1, on host2 we have, coll1 shard2 replica2 and coll2 shard2
replica2. Does this mean,
Daniel
Am 02.06.2017 15:32 schrieb "Susheel Kumar" :
> Thanks for the correction Shawn. Yes its only the heap allocation settings
> are per host/JVM.
>
> On Fri, Jun 2, 2017 at 9:23 AM, Shawn Heisey wrote:
>
> > On 6/1/2017 11:40 PM, Daniel Angelov wrote:
> &g
ent. By "same" here I mean have the same .
>
> So completely sidestepping the question of the propagation delays of
> trying to consult some kind of central filterCache, the nature of that
> cache is such that you couldn't share it between replicas anyway.
>
> Bes
Sorry for the typos in the previous mail, "fg" should be "fq"
Am 02.06.2017 18:15 schrieb "Daniel Angelov" :
> This means, that quering alias NNN pointing 3 collections, each 10 shards
> and each 2 replicas, a query with very long fg value, say 20 cha
In this case, for example:
http://host1:8983/solr/collName/admin/mbeans?stats=true
returns us stats in the contex of the shard of "collName", living on host1,
is not it?
BR
Daniel
Am 02.06.2017 20:00 schrieb "Daniel Angelov" :
Sorry for the typos in the previous mail, &qu
Is it posible to set maximum indexed documents in solr? For example, I want
to insert in solr max 5000 document, after that solr must refuse unserting.
Is it posible to set maximum indexed documents in solr? For example, I want
to insert in solr max 5000 document, after that solr must refuse unserting.
Is it possible to make a servlet which take some information/statistic about
solrj request/response between another web application and solr server? For
example I have a JBOSS web appl for add/select documents from solr, but I
want to take some information about this operations in another web appl
another option would be to hook into Solr's logging and fire events/data
> off elsewhere.
>
> or perhaps a proxy in the middle that forwards requests on to Solr, but
> captures however you like.
>
> Erik
>
>
> On Jan 21, 2010, at 6:35 AM, Daniel Angelov w
Thanks Shalin,
your proposal is good. Could you give me some link, where I can read some
documantation about your idea. If I write some class extending
UpdateRequestProcessor, where I have to put it, so the requests to solr go
through that new class.
Daniel Angelov
On Thu, Jan 21, 2010 at 3:05
<
shalinman...@gmail.com> wrote:
> On Thu, Jan 21, 2010 at 1:21 PM, Daniel Angelov <
> dani.b.ange...@googlemail.com> wrote:
>
> > Is it posible to set maximum indexed documents in solr? For example, I
> want
> > to insert in solr max 5000 document, aft
13 matches
Mail list logo