Re: QueryElevationComponent blues

2010-03-09 Thread Ryan Grange
I'd read that too, but in the debug data queryBoosting is showing matches on our int typed identifiers (though it does show it as str123456/str). Is the problem that it can match against an integer, but it can't reorder them in the results? This seems unlikely as using a standard query and

QueryElevationComponent blues

2010-03-08 Thread Ryan Grange
Using Solr 1.4. Was using the standard query handler, but needed the boost by field functionality of qf from dismax. So we altered the query to boost certain phrases against a given field. We were using QueryElevationComponent (elevator from solrconfig.xml) for one particular entry we wanted

Re: QueryElevationComponent blues

2010-03-08 Thread Jon Baer
Maybe some things to try: * make sure your uniqueKey is string field type (ie if using int it will not work) * forceElevation to true (if sorting) - Jon On Mar 9, 2010, at 12:34 AM, Ryan Grange wrote: Using Solr 1.4. Was using the standard query handler, but needed the boost by field