Re: [External] Re: SolrCloud not able to view cloud page - Loading of "/solr/zookeeper?wt=json" failed (HTTP-Status 500)

2017-10-25 Thread Shawn Heisey
On 10/25/2017 6:44 PM, Tarjono, C. A. wrote: > Thanks so much for your input! We will try your suggestion and hope it will > resolve the issue. > > On the side note, would you know if this is an existing bug? if yes, has it > been resolved in later version? i.e. zk allows adding nodes when it exc

Re: [External] Re: SolrCloud not able to view cloud page - Loading of "/solr/zookeeper?wt=json" failed (HTTP-Status 500)

2017-10-25 Thread Erick Erickson
Later versions of Solr have been changed two ways: 1> changes have been made to not put so many items in the overseer queue in the first place 2> changes have been made to process the messages that do get there much more quickly. Meanwhile, my guess is you have a lot of replicas out there. I've se

JSON facet not working with dates

2017-10-25 Thread George Petasis
Hi all, I am using solr 6.5.0, and I want to do pivot faceting including a date field. My simple facet.json is: {   "dates": {     "type": "range",     "field": "observationStart.TimeOP",     "start": "3000-01-01T00:00:00Z",     "end":   "3000-01-02T00:00:00Z",     "gap":   "%2B15MINUTE",    

Re: [External] Re: SolrCloud not able to view cloud page - Loading of "/solr/zookeeper?wt=json" failed (HTTP-Status 500)

2017-10-25 Thread Tarjono, C. A.
@Shawn Heisey, Thanks so much for your input! We will try your suggestion and hope it will resolve the issue. On the side note, would you know if this is an existing bug? if yes, has it been resolved in later version? i.e. zk allows adding nodes when it exceeds the buffer. We are currently us

Using Ltr and payload together

2017-10-25 Thread isspek
Hi, I have a question on Solr version 7. Is it possible to use ltr and payload plugins together for enhancement of search results? I am newbie on this topic and I would like to know how I can use if it is possible. Thanks. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: TimeoutException, IOException, Read timed out

2017-10-25 Thread Erick Erickson
<1> It's not the explicit commits are expensive, it's that they happen too fast. An explicit commit and an internal autocommit have exactly the same cost. Your "overlapping ondeck searchers" is definitely an indication that your commits are happening from somwhere too quickly and are piling up. <

TimeoutException, IOException, Read timed out

2017-10-25 Thread Fengtan
Hi, We run a SolrCloud 6.4.2 cluster with ZooKeeper 3.4.6 on 3 VM's. Each VM runs RHEL 7 with 16 GB RAM and 8 CPU and OpenJDK 1.8.0_131 ; each VM has one Solr and one ZK instance. The cluster hosts 1,000 collections ; each collection has 1 shard and between 500 and 50,000 documents. Documents are

Re: Facet fields limits

2017-10-25 Thread Erick Erickson
None that I know of. On Wed, Oct 25, 2017 at 1:59 AM, Vincenzo D'Amore wrote: > Hi all, > > Do you know if there is a configuration parameter able to limit the number > of concurrent facets a user can submit in one request? > > Looking at documentation it seems is not possibile. > > Best regards,

Re: Some problems in SOLR-6.5.1

2017-10-25 Thread SOLR4189
Ofcource I did it. I did all changes in solrconfig.xml and used IndexUpgrader from 4 to 5 and then from 5 to 6. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Really slow facet performance in 6.6

2017-10-25 Thread Yonik Seeley
On Mon, Oct 23, 2017 at 3:06 PM, John Davis wrote: > Hello, > > We are seeing really slow facet performance with new solr release. This is > on an index of 2M documents. A few things we've tried: What happens when you run this facet request again? The first time a UIF faceting method runs for a f

Re: Some problems in SOLR-6.5.1

2017-10-25 Thread Rick Leir
Klin, You need to use the new version's solrconfig.xml, with modifications as necessary. Start by looking at the current solrconfig, what was modified there? Did you re-index? If you cannot reindex then you should upgrade to 5.n then to 6.m. Cheers -- Rick On October 24, 2017 11:21:48 PM EDT, S

Re: SolrCloud not able to view cloud page - Loading of "/solr/zookeeper?wt=json" failed (HTTP-Status 500)

2017-10-25 Thread Shawn Heisey
On 10/24/2017 8:11 AM, Tarjono, C. A. wrote: > Would like to check if anyone have seen this issue before, we started > having this a few days ago: > >   > > The only error I can see in solr console is below: > > 5960847[main-SendThread(172.16.130.132:2281)] WARN > org.apache.zookeeper.ClientCnxn [

Re: BlendedTermQuery for Solr?

2017-10-25 Thread Rick Leir
James It looks as if Markus could help: http://lucene.472066.n3.nabble.com/BlendedTermQuery-causing-negative-IDF-td4271289.html Also, ES has a query. You could look at the source there. "BlendedTermQuery forms the guts behind Elasticsearch’s cross_field search. -- Doug Turnbull Cheers -- Rick O

RE: Date range queries no longer work 6.6 to 7.1

2017-10-25 Thread Markus Jelsma
Thanks! -Original message- > From:Shawn Heisey > Sent: Tuesday 24th October 2017 19:04 > To: solr-user@lucene.apache.org > Subject: Re: Date range queries no longer work 6.6 to 7.1 > > On 10/24/2017 9:38 AM, Markus Jelsma wrote: > > We have switched back to 6.6 for now so we are fine fo

Facet fields limits

2017-10-25 Thread Vincenzo D'Amore
Hi all, Do you know if there is a configuration parameter able to limit the number of concurrent facets a user can submit in one request? Looking at documentation it seems is not possibile. Best regards, Vincenzo

RE: [External] Re: SolrCloud not able to view cloud page - Loading of "/solr/zookeeper?wt=json" failed (HTTP-Status 500)

2017-10-25 Thread Tarjono, C. A.
Thanks Eric for your response, please see below link for the image of our solrcloud dashboard that shows the error. https://imgur.com/QCn9BCl Best Regards, Christopher Tarjono Accenture Pte Ltd +65 9347 2484 c.a.tarj...@accenture.com -Original Message- From: Erick Erickson [mailto:e