: but no results for: : qt=dismax&q= blabla : ^1.5&version=2.2&start=0&rows=1&indent=on&fl=*,score&debugQuery=true&sort=length_seconds+desc : : doesn't DisMax support term boosting?
the dismax syntax is specifically very limited to match the common assumptions end users have about search input ... it understands + and - and "quotes" but none of hte other lucene query syntax ... boost info can be specified per field, or using the "bq" param. the DisMax wiki links tohte DisMax javadocs where all of hte request params are listed in detail ... there are also good examples of what types of values can be specifie for each param in the defaults and invarients for hte various DisMaxRequestHandler instances in the example solrconfig.xml -Hoss