You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by rayandev <ra...@gmail.com> on 2009/03/27 15:44:56 UTC

Faceting question

I am using the faceting feature and it works, I get back the facet counts,
but I need to know which facet.method(enum  or fc) is used. Is there a way
to turn on the debug info for faceting. 


Here's my setup
Solr 1.3
EmbededSolrServer
SolrJ
Facet fields are indexed as multivalued solr.StrField

Thanks
Rayan
-- 
View this message in context: http://www.nabble.com/Faceting-question-tp22743106p22743106.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Faceting question

Posted by rayan dev <ra...@gmail.com>.
   Thanks Yonik.

If it is using enum method then it should also be caching the facet query
for every indexed value for the facet fields.

1) Do I need to add filterCache  and hashDocSet entry to the solrconfig.xml
for this caching to happen.?
I did not find any noticeable difference in query time if I added that or
not.

2) Will the performance be the same with more facet values and bigger index
?
 The current implementation has 10 different facet values and there is
300,000 documents indexed.
I will be adding more multivalued facet fields,  the combined facet values
could be upto 60 and index could go up to 1 million documents

Thanks
Rayan


On Fri, Mar 27, 2009 at 11:18 AM, Yonik Seeley
<yo...@lucidimagination.com>wrote:

> It would be the enum method... Solr 1.3 doesn't have the "fc" method
> for multi-valued fields... that's a 1.4 feature.
>
> -Yonik
> http://www.lucidimagination.com
>
> On Fri, Mar 27, 2009 at 10:44 AM, rayandev <ra...@gmail.com> wrote:
> >
> > I am using the faceting feature and it works, I get back the facet
> counts,
> > but I need to know which facet.method(enum  or fc) is used. Is there a
> way
> > to turn on the debug info for faceting.
> >
> >
> > Here's my setup
> > Solr 1.3
> > EmbededSolrServer
> > SolrJ
> > Facet fields are indexed as multivalued solr.StrField
> >
> > Thanks
> > Rayan
> > --
> > View this message in context:
> http://www.nabble.com/Faceting-question-tp22743106p22743106.html
> > Sent from the Solr - User mailing list archive at Nabble.com.
>

Re: Faceting question

Posted by Yonik Seeley <yo...@lucidimagination.com>.
It would be the enum method... Solr 1.3 doesn't have the "fc" method
for multi-valued fields... that's a 1.4 feature.

-Yonik
http://www.lucidimagination.com

On Fri, Mar 27, 2009 at 10:44 AM, rayandev <ra...@gmail.com> wrote:
>
> I am using the faceting feature and it works, I get back the facet counts,
> but I need to know which facet.method(enum  or fc) is used. Is there a way
> to turn on the debug info for faceting.
>
>
> Here's my setup
> Solr 1.3
> EmbededSolrServer
> SolrJ
> Facet fields are indexed as multivalued solr.StrField
>
> Thanks
> Rayan
> --
> View this message in context: http://www.nabble.com/Faceting-question-tp22743106p22743106.html
> Sent from the Solr - User mailing list archive at Nabble.com.