Query Time Boosting

2008-03-24 Thread Amitha Talasila
Hi All, We have a requirement for our Project, there is a date field called start date in the schema. When a query is done Products whose start date is within 10 days from today's date need to be boosted by 100 points, and start date within 30 days should be boosted by 80 points and so. Is

Problem getting the FacetCount

2007-09-20 Thread Amitha Talasila
Hi, We are facing a problem in getting the facet Count for a particular query. We are getting the weight as 12m and it is indexed a string field. But when we make a facet query like, http://localhost:8983/solr/select?q=ipod&rows=0&facet=true&facet.limit=-1&fac et.query=weight:{0m TO 1

Customize the way relevancy is calculated

2007-09-18 Thread Amitha Talasila
Hi, I have the following requirement. We have an option to sort the search results by relevance. Right now we are getting the search results making an http call If the user chooses that option, the results should be sorted based on the relevance. But the relevance should be calcul