?q=facetFormat_product_s:"Pfqs ePub eBook Sfqs" - return correct results
with all the documents which 
have "Pfqs ePub eBook Sfqs" in field facetFormat_product_s.

However it does not work with Dismaxrequest.

Also ?q=facetFormat_product_s:"Pfqs Boxed set Sfqs"&qt=dismaxrequest works
perfectly fine.
 
I am not able to understand why it is working with "Pfqs Boxed set Sfqs" and
not working with "Pfqs ePub eBook Sfqs".

Please help.

Thanks,
Prerna






Michael Ludwig-4 wrote:
> 
> prerna07 schrieb:
>>
>> I am facing issue with query with dismaxrequest.
> 
>> ?q=facetFormat_product_s:"Pfqs ePub eBook Sfqs" - return correct
>> results
>>
>> ?q=facetFormat_product_s:"Pfqs ePub eBook Sfqs"&qt=dismaxrequest -
>> dose not return results, although field facetFormat_product_s is
>> defined in dismaxrequest Handler of solrconfig.xml
> 
> You mustn't include the fieldname in the query when sending the query
> to the DisMax query parser. The fieldname will be interpreted as just
> another term to build a query clause from.
> 
>> ?q=facetFormat_product_s:"Pfqs Cassette Sfqs"&qt=dismaxrequest -
>> return correct results
> 
> I'd attribute that to the "mm" (minimum match) parameter, the meaning
> of which you can understand reading the following page, which it would
> probably make a lot of sense to read anyway:
> 
> http://wiki.apache.org/solr/DisMaxRequestHandler
> 
> Michael Ludwig
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Solr-Query-%7C-Field%3Avalue-with-dismaxquery-tp24069634p24106992.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to