But if I just add facet.method=fcs, wouldn't I just get fcs? Mark said this new method based on docvalues is better than fcs, so wouldn't I need to do something other than specifying fcs to enable this new method?
________________________________ From: Upayavira <u...@odoko.co.uk> To: solr-user@lucene.apache.org Sent: Thursday, March 21, 2013 9:04 AM Subject: Re: Facets with 5000 facet fields as was said below, add facet.method=fcs to your query URL. Upayavira On Thu, Mar 21, 2013, at 09:41 AM, Andy wrote: > What do I need to do to use this new per segment faceting method? > > > ________________________________ > From: Mark Miller <markrmil...@gmail.com> > To: solr-user@lucene.apache.org > Sent: Wednesday, March 20, 2013 1:09 PM > Subject: Re: Facets with 5000 facet fields > > > On Mar 20, 2013, at 11:29 AM, Chris Hostetter <hossman_luc...@fucit.org> > wrote: > > > Not true ... per segment FIeldCache support is available in solr > > faceting, you just have to specify facet.method=fcs (FieldCache per > > Segment) > > Also, if you use docvalues in 4.2, Robert tells me it is uses a new per > seg faceting method that may have some better nrt characteristics than > fcs. I have not played with it yet but hope to soon. > > - Mark