Re: Solr cloud: Faceting issue on text field

2014-02-28 Thread David Miller
Hi Chris, The enum option is working for us, with suitable minDf settings. We are able to do faceting with decent speed using this. Thanks a lot, Dave On Fri, Feb 28, 2014 at 9:09 AM, David Miller wrote: > Hi Chris, > > Thanks for the info. I have looked into the "docValues" option earlier. >

Re: Solr cloud: Faceting issue on text field

2014-02-28 Thread David Miller
Hi Chris, Thanks for the info. I have looked into the "docValues" option earlier. But docValues doesn't support textField and we require textField to enable various tokenizer and analyzers (like shingle, pattern filter etc.) We require the faceting to be on terms with in the text field, not as a w

Re: Solr cloud: Faceting issue on text field

2014-02-27 Thread Chris Hostetter
: Yes, the memory and cpu spiked for that machine. Another issue I found in : the log was "SolrException: Too many values for UnInvertedField faceting on : field". : I was using the fc method. Will changing the method/params help? the fc/fcs faceting methods really aren't going to work well with

Re: Solr cloud: Faceting issue on text field

2014-02-27 Thread David Miller
any facet values do you typically returning? >> >> How many unique terms occur in the facet field? >> >> -- Jack Krupansky >> >> -Original Message- From: David Miller >> Sent: Wednesday, February 26, 2014 2:06 PM >> To: solr-user@lucene.apache.

Re: Solr cloud: Faceting issue on text field

2014-02-26 Thread David Miller
g? > > How many unique terms occur in the facet field? > > -- Jack Krupansky > > -Original Message- From: David Miller > Sent: Wednesday, February 26, 2014 2:06 PM > To: solr-user@lucene.apache.org > Subject: Solr cloud: Faceting issue on text field > > >

Re: Solr cloud: Faceting issue on text field

2014-02-26 Thread Jack Krupansky
Message- From: David Miller Sent: Wednesday, February 26, 2014 2:06 PM To: solr-user@lucene.apache.org Subject: Solr cloud: Faceting issue on text field Hi, I am encountering an issue where Solr nodes goes down when trying to obtain facets on a text field. The cluster consists of a few servers and

Re: Solr cloud: Faceting issue on text field

2014-02-26 Thread David Miller
Hi Greg, Thanks for the info. But the scenario in link is little bit different from my requirement. Regards, On Wed, Feb 26, 2014 at 4:46 PM, Greg Walters wrote: > I don't have much experience with faceting and its best practices though > I'm sure someone else on here can pipe up to address y

Re: Solr cloud: Faceting issue on text field

2014-02-26 Thread Greg Walters
I don't have much experience with faceting and its best practices though I'm sure someone else on here can pipe up to address your questions there. In the mean time have you read http://sbdevel.wordpress.com/2013/04/16/you-are-faceting-itwrong/? On Feb 26, 2014, at 3:26 PM, David Miller wrot

Re: Solr cloud: Faceting issue on text field

2014-02-26 Thread David Miller
Hi Greg, Yes, the memory and cpu spiked for that machine. Another issue I found in the log was "SolrException: Too many values for UnInvertedField faceting on field". I was using the fc method. Will changing the method/params help? One thing I don't understand is that, the query was returning onl

Re: Solr cloud: Faceting issue on text field

2014-02-26 Thread Greg Walters
IIRC faceting uses copious amounts of memory; have you checked for GC activity while the query is running? Thanks, Greg On Feb 26, 2014, at 1:06 PM, David Miller wrote: > Hi, > > I am encountering an issue where Solr nodes goes down when trying to obtain > facets on a text field. The cluster

Solr cloud: Faceting issue on text field

2014-02-26 Thread David Miller
Hi, I am encountering an issue where Solr nodes goes down when trying to obtain facets on a text field. The cluster consists of a few servers and have around 200 million documents (small to medium). I am trying the faceting first time on this field and it gives a 502 Bad Gateway error along with s