Hi Jack, Ya, the requirement is like that. I also want to apply various filters on the field like shingle, pattern replace etc. That is why I am using the text field. (But for the above run these filters were not enabled)
The facet count is set as 10 and the unique terms can go into thousands. Regards, On Wed, Feb 26, 2014 at 6:33 PM, Jack Krupansky <j...@basetechnology.com>wrote: > Are you sure you want to be faceting on a text field, as opposed to a > string field? I mean, each term (word) from the text will be a separate > facet value. > > How many 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.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 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 > some of the nodes going down and solr getting generally slow. > > The text field can have few words to a few thousand words. The Solr version > we are using is 4.3.0 and the Zookeeper version is 3.4.5. On checking the > logs, Zookeeper was giving an EndOfStreamException > > Any hint on this will be helpful. > > Thanks & Regards, >