RE: Faceted search not working?

2010-05-25 Thread Birger Lie
Hi,
try

http://localhost:8080/solr/select/?q=YOUR-QUERYfacet=truefacet.field=title


I don't think the bolean fields is mapped to on and off :)


-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 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 faceting on?

I'm using latest Solr 1.4 release.  Data is indexed from the database using 
dataimporter.

Thanks.

Ilya Sterin


RE: using different field for search and boosting

2009-11-09 Thread Birger Lie
Se the Dismax Search Handler 

this handler support search on multiple fields and a relevancy biasing :)


-Birger

-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com] 
Sent: 9. november 2009 14:35
To: solr-user@lucene.apache.org
Subject: Re: using different field for search and boosting

I'm not sure I understand this. Unless you're including model in
the search, how can you expect model^4 to mean anything? And
if you are including model, would just including it as an OR
clause and boosting it work?

Perhaps a couple of examples of queries you'd like to run and how
you'd like boosting to influence the results would help

Best
Erick

On Sun, Nov 8, 2009 at 9:37 PM, darniz rnizamud...@edmunds.com wrote:


 hello
 i wanted to know if its possible to search on one field and provide
 boosting
 relevancy on other fields.

 For example if i have fields like make, model, description etc and all are
 copied to text field.
 So can i define a handler where i do a search on text field but can define
 relevancy models on make,model and description ie make^4 model^2

 Any advice.
 --
 View this message in context:
 http://old.nabble.com/using-different-field-for-search-and-boosting-tp26260479p26260479.html
 Sent from the Solr - User mailing list archive at Nabble.com.