akinori schrieb:
When I search "make for", solr returns words include both "make" and "for", but when I type more than 3 words such as "in order to", the result becomes 0 though the index is sure to have several words including 3 of the words. 2 words are ok but more than 3 words resulted zero. Why is happens?
Hi Akinori, I guess you're using the DisMax query parser. Please read this entire page: http://wiki.apache.org/solr/DisMaxRequestHandler The parameter that allows you to tweak this is the "mm" parameter. Michael Ludwig