Re: SOLR Cloud: 1500+ threads are in TIMED_WAITING status

2018-04-07 Thread Doss
Hi, Is there any network parameter that we need to fine tune? Is there any specific tweaking needed to deploy solr in virtual machines? We use VMware. Thanks. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Bad request from solr by just changing the order in the filter query

2018-04-07 Thread Shawn Heisey
On 4/7/2018 1:54 PM, Elier Delgado wrote: Thanks Shawn, your query works but the facet counters became inconsistent. What *exactly* was wrong?  Is it possible that it was working the way it was designed to work, but different than you expected?  If you really think what you're getting is wron

Re: Bad request from solr by just changing the order in the filter query

2018-04-07 Thread Elier Delgado
On Sat, Mar 31, 2018 at 12:46 PM, Shawn Heisey wrote: > On 3/31/2018 10:22 AM, Elier Delgado wrote: > >> Hi, I'm working with facets in solr 7.2.1. Basically I'm following this >> tutorial: >> http://yonik.com/multi-select-faceting/ >> >> The following solr request works just fine: >> >> &json.

Re: ZK CLI script giving IOException doing upconfig

2018-04-07 Thread Shawn Heisey
On 4/4/2018 1:51 PM, Shawn Heisey wrote: On 4/4/2018 12:13 PM, Doug Turnbull wrote: [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@383] - Exception causing close of session 0x10024db7e280006: *Len error 5327937* With that information, I think I can tell you what went wrong. I asked

Re: Solr document routing using composite key

2018-04-07 Thread Nawab Zada Asad Iqbal
Thanks Shawn and Erick. This is what I also ended up finding, as the number of buckets increased, I noticed the issue. Zheng: I am using Solr7. But this was only an experiment on the hash, i.e., what distribution should I expect from it. (as the above gist shows). I didn't actually index into sol

Re: Running an analyzer chain in an update request processor

2018-04-07 Thread Walter Underwood
As I think more about this, we should have a signature processor that uses minhash. The MD5 signature processor was really easy to use. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Apr 7, 2018, at 4:55 AM, Emir Arnautović > wrote: > > Hi Walter

Re: Running an analyzer chain in an update request processor

2018-04-07 Thread Emir Arnautović
Hi Walter, I did this sample processor for the purpose of having doc values on analysed field: https://github.com/od-bits/solr-multivaluefield-processor (+ related blog: http://www.od-bits.com/2018/02/solr-docvalues-on-analysed-field.h