> The field names will be populated into a data store (like memcache) and
> facets have to be driven from that data store.
>
> I need to write a Custom FacetComponent which picks up the facet fields
> from the data store.
> Thanks for your response.
>
> -Ravi Bulusu
>
:
: Unfortunately the facet fields are not static. The field are dynamic SOLR
: fields and are generated by different applications.
: The field names will be populated into a data store (like memcache) and
: facets have to be driven from that data store.
:
: I need to write a Custom FacetComponen
picks up the facet fields from
the data store.
Thanks for your response.
-Ravi Bulusu
Subject:
Re: SOLR error with custom FacetComponent
From:
Erik Hatcher
Date:
2011-09-21 18:18
Why create a custom facet component for this?
Simply add lines like this to your request handler(s
Why create a custom facet component for this?
Simply add lines like this to your request handler(s):
manu_exact
either in defaults or appends sections.
Erik
On Sep 21, 2011, at 14:00 , Ravi Bulusu wrote:
> Hi All,
>
>
> I'm trying to write a custom SOLR facet component