Hi All,

I am searching a term on Solr by using wildcard character "*" like this :
    
http://delpearsonwebapps:8080/apache-solr-1.3.0/core510000043/select/?q=alle*

here the search term(word) is : alle*
This query gives me proper result , but as i give dismaxrequest as parameter
in the query , no results are returned , query with dismax parameter goes
like this :

http://delpearsonwebapps:8080/apache-solr-1.3.0/core510000043/select/?q=alle*&qt=dismaxrequest


Can anybody let me know the reason behind this behavior, also do I need to
make any changes in my SolrConfig.XML  in order to make the query run with
both Wildcard as well as dismaxrequest.

Thanks in advance.

Payal
-- 
View this message in context: 
http://www.nabble.com/Issue-with-Search-when-using-wildcard%28*%29-in-search-term.-tp20914102p20914102.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to