Hi, I have a case where i need to find the results of a query that search for a exact phrase + other words, for example, if i have a keyword like:
"how about" tomorrow morning the results that should be fetched should match these criteria: - containing exact phrase how about <= exactly how about - containing word tomorrow - containing word morning Can anybody explain to me how to do this? I tried: q=exactText:"how+about" AND content:tomorrow+morning q=exactText:"how+about" AND _query_:"{!dismax qf=content pf=content v=$qq}"&qq=tomorrow+morning but the results that i got: (1) documents always contain phrase "how about" plus tomorrow (2) documents always contain phrase "how about" plus morning (3) documents always contain phrase "how about" plus tomorrow and morning the correct results should only be (3), please help, thanks ... -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-3-6-1-tp4028502.html Sent from the Solr - User mailing list archive at Nabble.com.