Hi guys,

I was wondering if there was a way to pass commonly used boost values in with 
commonly used filter queries in these solrConfig event handler sections.  Could 
I just append the ^1.5 at the end of the fq value?  IE can I do this:
                <str name="fq">taxonomyCategoryTypeId:1^1.5</str>
Or perhaps this:
                <str name="fq">(taxonomyCategoryTypeId:1)%5e1.5</str>


Is there a more comprehensive list of possible xml query parameters we can put 
in these config sections?  Is it just anything normally passed in? So far these 
are the only ones I have seen used:

<listener event="newSearcher" class="solr.QuerySenderListener">
<arr name="queries">
<lst>
                <str name="q">star:1</str>
                <str name="facet.field">storeId</str>
                <str name="start">0</str>
                <str name="rows">35</str>
                <str name="fq">taxonomyCategoryTypeId:0 TO 1</str>
...Etc etc...

Thanks,
Robi

Reply via email to