Hi there,

i want to boost a field, see below.

If i add the defType:dismax i don't get results at all anymore.

What i am doing wrong?

Regards
Uwe

    <requestHandler name="/select" class="solr.SearchHandler">
        <lst name="defaults">
            <str name="omitHeader">true</str>
            <str name="df">text</str>
            <str name="q.op">AND</str>
            
            
            <str name="spellcheck.dictionary">default</str>
            
            <str name="spellcheck">true</str>
            <str name="spellcheck.extendedResults">true</str>
            <str name="spellcheck.count">1</str>
            
            <str name="spellcheck.maxResultsForSuggest">100</str>
            <str name="spellcheck.collate">true</str>
            <str name="spellcheck.collateExtendedResults">true</str>
            <str name="spellcheck.maxCollations">1</str>
                                                
                    
                    <str name="defType">dismax</str>
                    <str name="qf">
                           SignalImpl.baureihe^1011 text^0.1
                    </str>
                    
                    
                    
                        
        </lst>
        <arr name="last-components">
            <str>spellcheck</str>
        </arr>
    </requestHandler>



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Boosting-a-field-with-defType-dismax-No-results-at-all-tp4095850.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to