Re: Document boosting troubles

2010-06-17 Thread MitchK
s - Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/Document-boosting-troubles-tp902982p904129.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Document boosting troubles

2010-06-17 Thread dbashford
); break; default: row.put("$docBoost",0.1); } And still can't figure out what I need to do with my dismax querying to get scores for quality of match. Thoughts? -- View this m

Re: Document boosting troubles

2010-06-17 Thread MitchK
Bq -> boosting query. -- View this message in context: http://lucene.472066.n3.nabble.com/Document-boosting-troubles-tp902982p903208.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Document boosting troubles

2010-06-17 Thread MitchK
d entirely on the boosts I > provide...so how do I get something more like what I'm looking for? > > > > > Along those lines, I initially had put something like this in my > defaults... > > > rank:1^10.0 rank:2^9.0 rank:3^8.0 rank:4^7.0 rank:5^6.0 rank:6^5.0 > rank:7^4.0 rank:8^3.0 rank:9^2.0 > > > ...but that was not working, queries fail with a syntax exception. > Guessing this won't work? > > > > Thanks in advance for any help you can provide. > > -- View this message in context: http://lucene.472066.n3.nabble.com/Document-boosting-troubles-tp902982p903190.html Sent from the Solr - User mailing list archive at Nabble.com.

Document boosting troubles

2010-06-17 Thread dbashford
.0 rank:2^9.0 rank:3^8.0 rank:4^7.0 rank:5^6.0 rank:6^5.0 rank:7^4.0 rank:8^3.0 rank:9^2.0 ...but that was not working, queries fail with a syntax exception. Guessing this won't work? Thanks in advance for any help you can provide. -- View this message in context: http://lucene.472066.n3.nabble.com/Document-boosting-troubles-tp902982p902982.html Sent from the Solr - User mailing list archive at Nabble.com.