Re: querying with two words returns less results when ORing terms

2008-04-28 Thread briand
k"~2^2.5 >> | tags:"food drink"~2^10.0 | content:"food drink"~2 | name:"food >> drink"~2^15.0 | author:"food drink"~2^10.0 | locations:"food >> drink"~2^5.0)~0.01) >> >> >> -- >> View this message in context:

Re: querying with two words returns less results when ORing terms

2008-04-28 Thread Howard Lee
xQuery((summary:"food drink"~2^2.0 | places:"food > drink"~2^2.5 > | tags:"food drink"~2^10.0 | content:"food drink"~2 | name:"food > drink"~2^15.0 | author:"food drink"~2^10.0 | locations:"food > drink"~2^5.0)~0.01) > > > -- > View this message in context: > http://www.nabble.com/querying-with-two-words-returns-less-results-when-ORing-terms-tp16942461p16942461.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: querying with two words returns less results when ORing terms

2008-04-28 Thread briand
summary:drink^2.0 | >> places:drink^2.5 | tags:drink^10.0 | content:drink | name:drink^15.0 | >> author:drink^10.0 | locations:drink^5.0)~0.01))~2) >> DisjunctionMaxQuery((summary:"food drink"~2^2.0 | places:"food >> drink"~2^2.5 >> | tags:"food dri

Re: querying with two words returns less results when ORing terms

2008-04-28 Thread Alok K. Dhir
locations:drink^5.0)~0.01))~2) DisjunctionMaxQuery((summary:"food drink"~2^2.0 | places:"food drink"~2^2.5 | tags:"food drink"~2^10.0 | content:"food drink"~2 | name:"food drink"~2^15.0 | author:"food drink"~2^10.0 | locations:"fo

querying with two words returns less results when ORing terms

2008-04-28 Thread briand
2^2.0 | places:"food drink"~2^2.5 | tags:"food drink"~2^10.0 | content:"food drink"~2 | name:"food drink"~2^15.0 | author:"food drink"~2^10.0 | locations:"food drink"~2^5.0)~0.01) -- View this message in context: http://www.nabble.com/queryi