CustomQueryParser

2008-12-15 Thread ayyanar
the code sample to override the newTermQuery() to create a BoostingTermQuery Thanks in advance Ayyanar -- View this message in context: http://www.nabble.com/CustomQueryParser-tp21012136p21012136.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: using BoostingTermQuery

2008-12-15 Thread ayyanar
igure the overridden query parser in solr -Ayyanar -- View this message in context: http://www.nabble.com/using-BoostingTermQuery-tp19637123p21011626.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: scoring individual values in a multivalued field

2008-12-14 Thread ayyanar
Hi Sebastin, did you find solution for your problem. Kindly post the code examples. This will help me lot. -- View this message in context: http://www.nabble.com/scoring-individual-values-in-a-multivalued-field-tp19212800p21008475.html Sent from the Solr - User mailing list archive at Nabble.co

Re: scoring individual values in a multivalued field

2008-12-14 Thread ayyanar
Hi Hossman, you suggested two solutions. Can you explain little bit more on the second option? Iam not able to understand. Kindly explain with an example At the moment, the simplest mechanisms for achieving something like what you are describing that i know of are: 1) repetitive values. Add

Re: Nwebie Question on boosting

2008-12-11 Thread ayyanar
Thanks Rob. Can you plz provide some sample documents (lucene) for title bassed boosting? -- View this message in context: http://www.nabble.com/Nwebie-Question-on-boosting-tp20950286p20952532.html Sent from the Solr - User mailing list archive at Nabble.com.

Nwebie Question on boosting

2008-12-10 Thread ayyanar
), should the query contains the that particular field? For example, if we set the boost for title field, should we create the termquery for title field? Also, based on your experience, can you explain why you need the boosting. Thanks, Ayyanar. A -- View this message in context: http

Newbie Question boosting

2008-12-10 Thread ayyanar
), should the query contains the that particular field? For example, if we set the boost for title field, should we create the termquery for title field? Also, based on your experience, can you explain why you need the boosting. Thanks, Ayyanar. A -- View this message in context: http://www.nabble.com

Value based boosting - Design Help

2008-12-10 Thread ayyanar
We have a requirement for a keyword search in one of our projects and we are using Solr/Lucene for the same. We have the data, link_id, title, url and a collection of keywords associated to a link_id. Right now we have indexed link_id, title, url and keywords (multivalued field) in a single in