Re: coordination factor in between query terms

2013-08-28 Thread Anirudha Jadhav
my bad, typo there q=termA termB i know omitNorms is indexTime field option, can it be applied to the query also? are there other solutions to this kind of a problem? curious On Wed, Aug 28, 2013 at 4:52 PM, Chris Hostetter wrote: > > 1) Coordination factor is controlled by the Similarity you

Re: coordination factor in between query terms

2013-08-28 Thread Chris Hostetter
1) Coordination factor is controlled by the Similarity you have configured -- there is no request time option to affect hte coordination function. the Default Similarity already includes a simple ratio coord factor... https://lucene.apache.org/core/4_4_0/core/org/apache/lucene/search/similariti

Re: coordination factor in between query terms

2013-08-28 Thread Anirudha Jadhav
i don't know what term to boost. I just need the documents with both terms listed as ranked higher. but since Doc1 is smaller and has an exact match on the term as per tf-idf is ranked higher. On Wed, Aug 28, 2013 at 4:47 PM, Greg Walters wrote: > Just boost the term you want to show up higher

RE: coordination factor in between query terms

2013-08-28 Thread Greg Walters
Just boost the term you want to show up higher in your results. http://wiki.apache.org/solr/SolrRelevancyCookbook#Boosting_Ranking_Terms - Greg -Original Message- From: anirudh...@gmail.com [mailto:anirudh...@gmail.com] On Behalf Of Anirudha Jadhav Sent: Wednesday, August 28, 2013 3:36