Re: Solr admin client crash - caused by too many fields

2018-08-14 Thread ruby
Thanks for your answer. In previous Solr version (5.0) I had same number of fields and didn't run into this issue. Did anything change in Solr 6.0 above? Thanks -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr admin client crash - caused by too many fields

2018-08-14 Thread Toke Eskildsen
On Fri, 2018-08-10 at 06:38 -0700, ruby wrote: > I have 60 thousand fields in schema. When I go to the Analysis page > to analyze a field content > > http://localhost:8983/solr/#/collection1/analysis?analysis.fieldvalue > =xyz&analysis.query=xyz&analysis.fieldname=field1&verbose_output=0 > > the

Re: Solr admin client crash - caused by too many fields

2018-08-10 Thread Erick Erickson
The analysis page is not all that efficient and can take a long time to execute, especially with 60K fields. Having that many fields is almost always a cause to revisit your design and cut the number of fields down. Solr can cope (well, except for the analysis page and some other edge cases), but

Re: Solr admin client crash - caused by too many fields

2018-08-10 Thread Shawn Heisey
On 8/10/2018 7:38 AM, ruby wrote: I have 60 thousand fields in schema. When I go to the Analysis page to analyze a field content http://localhost:8983/solr/#/collection1/analysis?analysis.fieldvalue=xyz&analysis.query=xyz&analysis.fieldname=field1&verbose_output=0 the admin panel crashes and sh

Solr admin client crash - caused by too many fields

2018-08-10 Thread ruby
I have 60 thousand fields in schema. When I go to the Analysis page to analyze a field content http://localhost:8983/solr/#/collection1/analysis?analysis.fieldvalue=xyz&analysis.query=xyz&analysis.fieldname=field1&verbose_output=0 the admin panel crashes and shows error: Connection to Solr lost.

Solr admin client crash - caused by too many fields

2018-08-10 Thread ruby
I have 60 thousand fields in schema. When I go to the Analysis page to analyze a field content http://localhost:8983/solr/#/collection1/analysis?analysis.fieldvalue=xyz&analysis.query=xyz&analysis.fieldname=field1&verbose_output=0 the admin panel crashes and shows error: Connection to Solr lost.