I am trying to perform a search like the following:
"John Smith" + "Port Colborne"
I had assumed that searching with that format would only return pages that contained both words in their entirety. It seems to return the results of two separate searches, one for the first word and one for the second word. Is it possible to search in the manner I had originally assumed and if so how?
Thanks!
Check out the Lucene.NET syntax: http://arachnode.net/forums/p/1541/15071.aspx#15071
http://lucene.apache.org/java/2_4_0/queryparsersyntax.html
Please let me know if this answers your question.
Mike
For best service when you require assistance:
Skype: arachnodedotnet
Exactly what I was looking for :) Thanks Mike!
You are welcome!