Long string in fq value parameter, more than 2000000 chars

2017-05-27 Thread Daniel Angelov
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.

Re: Long string in fq value parameter, more than 2000000 chars

2017-05-27 Thread Daniel Angelov
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?

2017-06-01 Thread Daniel Angelov
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,

Re: 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?

2017-06-02 Thread Daniel Angelov
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

Re: 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?

2017-06-02 Thread Daniel Angelov
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

Re: 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?

2017-06-02 Thread Daniel Angelov
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

Re: 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?

2017-06-02 Thread Daniel Angelov
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

question

2010-01-20 Thread Daniel Angelov
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?

2010-01-21 Thread Daniel Angelov
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.

servlet forwarding solrj request/response

2010-01-21 Thread Daniel Angelov
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

Re: servlet forwarding solrj request/response

2010-01-21 Thread Daniel Angelov
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

Re: question

2010-01-21 Thread Daniel Angelov
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

Re: question

2010-01-21 Thread Daniel Angelov
< 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