We are using multiselect facets like what you have below (although I haven't 
verified your syntax).  So no, we are not using sessions.

See http://www.lucidimagination.com/search/?q=multiselect+faceting#/s:email for 
help.

-Grant
http://www.lucidimagination.com

On Apr 1, 2010, at 12:35 PM, bbarani wrote:

> 
> Hi,
> 
> I am trying to create a search functionality same as that of
> Lucidimagination search.
> 
> As of now I have formed the Facet query as below
> 
> http://localhost:8080/solr/db/select?q=*:*&fq={!tag=3DotHierarchyFacet}3DotHierarchyFacet:ABC&facet=on&facet.field={!ex=3DotHierarchyFacet}3DotHierarchyFacet&facet.field=ApplicationStatusFacet&facet.mincount=1
> 
> Since I am having multiple facets I have planned to form the query based on
> the user selection. Something like below...if the user selects (multiple
> facets) application status as 'P' I would form the query as below
> 
> http://localhost:8080/solr/db/select?q=*:*&fq={!tag=3DotHierarchyFacet}3DotHierarchyFacet:NTS&fq={!tag=ApplicationStatusFacet}ApplicationStatusFacet:P&facet=on&facet.field={!ex=3DotHierarchyFacet}3DotHierarchyFacet&&facet.field={!ex=ApplicationStatusFacet}&facet.mincount=1
> 
> Can someone let me know I am forming the correct query to perform
> multiselect facets? I just want to know if I am doing anything wrong in the
> query..
> 
> We are also trying to achieve this using sessions but if we are able to
> solve this by query I would prefer using query than using session
> variables..
> 
> Thanks,
> Barani
> -- 
> View this message in context: 
> http://n3.nabble.com/Does-Lucidimagination-search-uses-Multi-facet-query-filter-or-uses-session-tp691167p691167.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to