Re: Boosting on field-not-empty

2014-10-30 Thread Erick Erickson
gt; function queries separated by white space and each with an optional boost. >> Make sure you eliminate any internal white space in single function queries >> when using bf). For example: >> >> < >> http://lucene.472066.n3.nabble.com/file/n4166709/Screen_Shot_2014-10-30_at_9.png >> > >> >> >> >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Boosting-on-field-not-empty-tp4166692p4166709.html >> Sent from the Solr - User mailing list archive at Nabble.com. >>

Re: Boosting on field-not-empty

2014-10-30 Thread Håvard Wahl Kongsgård
066.n3.nabble.com/file/n4166709/Screen_Shot_2014-10-30_at_9.png > > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Boosting-on-field-not-empty-tp4166692p4166709.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Boosting on field-not-empty

2014-10-30 Thread Ramzi Alqrainy
unction queries when using bf). For example: <http://lucene.472066.n3.nabble.com/file/n4166709/Screen_Shot_2014-10-30_at_9.png> -- View this message in context: http://lucene.472066.n3.nabble.com/Boosting-on-field-not-empty-tp4166692p4166709.html Sent from the Solr - User mailing list archive at Nabble.com.

Boosting on field-not-empty

2014-10-30 Thread Håvard Wahl Kongsgård
Hi, a simple question how to boost field-not-empty. For some reasons solr(4.6) returns rows with empty fields first (while the fields are not part of the search query). I came across this old thread http://grokbase.com/t/lucene/solr-user/125e4yenha/boosting-on-field-empty-or-not , but no solution