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
st 28, 2013 3:36 PM > To: solr-user@lucene.apache.org > Subject: coordination factor in between query terms > > How can i specify coordination factor between query terms eg. q="termA > termB" > > doc1= { field: termA} > doc2 = {field: termA termB termC termD } > > I want d

RE: coordination factor in between query terms

2013-08-28 Thread Greg Walters
PM To: solr-user@lucene.apache.org Subject: coordination factor in between query terms How can i specify coordination factor between query terms eg. q="termA termB" doc1= { field: termA} doc2 = {field: termA termB termC termD } I want doc2 scored higher than doc1 -- Anirudha P. Jadhav

coordination factor in between query terms

2013-08-28 Thread Anirudha Jadhav
How can i specify coordination factor between query terms eg. q="termA termB" doc1= { field: termA} doc2 = {field: termA termB termC termD } I want doc2 scored higher than doc1 -- Anirudha P. Jadhav