Solr faceted search not working for a certain request handler

2014-03-17 Thread vit
the reason. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-faceted-search-not-working-for-a-certain-request-handler-tp4124838.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr faceted search not working for a certain request handler

2014-03-17 Thread Shawn Heisey
On 3/17/2014 9:25 AM, vit wrote: We have a big Solr search application where I need to add a faceted search for a certain request handler. And it does not work whereas for select handler it does. I tried to find something in the configuration but could not. If possible, please let me know where

RE: Faceted search not working?

2010-05-25 Thread Birger Lie
: Faceted search not working? I'm trying to perform a faceted search without any luck. Result set doesn't return any facet information... http://localhost:8080/solr/select/?q=title:*facet=onfacet.field=title I'm getting the result set, but no face information present? Is there something else

Re: Faceted search not working?

2010-05-25 Thread Sascha Szott
: Faceted search not working? I'm trying to perform a faceted search without any luck. Result set doesn't return any facet information... http://localhost:8080/solr/select/?q=title:*facet=onfacet.field=title I'm getting the result set, but no face information present? Is there something else

Re: Faceted search not working?

2010-05-25 Thread Jean-Sebastien Vachon
fields is mapped to on and off :) You can use true and on interchangeably. -Sascha -birger -Original Message- From: Ilya Sterin [mailto:ster...@gmail.com] Sent: 24. mai 2010 23:11 To: solr-user@lucene.apache.org Subject: Faceted search not working? I'm trying to perform

Re: Faceted search not working?

2010-05-25 Thread Sascha Szott
Sterin [mailto:ster...@gmail.com] Sent: 24. mai 2010 23:11 To: solr-user@lucene.apache.org Subject: Faceted search not working? I'm trying to perform a faceted search without any luck. Result set doesn't return any facet information... http://localhost:8080/solr/select/?q=title:*facet=onfacet.field

Re: Faceted search not working?

2010-05-25 Thread Ilya Sterin
Sascha thanks for the response, here is the output... ?xml version=1.0 encoding=UTF-8? response lst name=responseHeader int name=status0/int int name=QTime0/int lst name=params str name=wtxml/str str name=qtitle:*/str str name=fltitle/str /lst /lst result

Re: Faceted search not working? (RESOLVED)

2010-05-25 Thread Ilya Sterin
- From: Ilya Sterin [mailto:ster...@gmail.com] Sent: 24. mai 2010 23:11 To: solr-user@lucene.apache.org Subject: Faceted search not working? I'm trying to perform a faceted search without any luck.  Result set doesn't return any facet information... http://localhost:8080/solr/select/?q=title

Faceted search not working?

2010-05-24 Thread Ilya Sterin
I'm trying to perform a faceted search without any luck. Result set doesn't return any facet information... http://localhost:8080/solr/select/?q=title:*facet=onfacet.field=title I'm getting the result set, but no face information present? Is there something else that needs to happen to turn

Re: Faceted search not working?

2010-05-24 Thread Sascha Szott
Hi Ilya, Ilya Sterin wrote: I'm trying to perform a faceted search without any luck. Result set doesn't return any facet information... http://localhost:8080/solr/select/?q=title:*facet=onfacet.field=title I'm getting the result set, but no face information present? Is there something else

Re: Faceted search not working?

2010-05-24 Thread Erik Hatcher
it's probably because your query isn't matching anything. try q=title: [* TO *], or maybe even simply *:* if you are trying to match all documents. Erik On May 24, 2010, at 5:11 PM, Ilya Sterin wrote: I'm trying to perform a faceted search without any luck. Result set doesn't