I am new to Umbraco and Lucene. I have found a lot of code and articles on Lucene, but I still can't build an acceptable search.
I have these fields: "nodeName" and "bodyText"
What I need:
When I search for "men shoes", it should only return results that
have both "men" and "shoes", but also return a page where the nodeName only has "shoes" and the bodyText only has "men".
When I search for "shoes", I want results containing "shoe" or "shoes." but not "hoes" if possible
Boost the nodeName field
Get a snippet of bodyText that contains the matched word(s)
Highlight the matched words on both the page name and the snippet of the bodyText
Building a good search engine
I am new to Umbraco and Lucene. I have found a lot of code and articles on Lucene, but I still can't build an acceptable search.
I have these fields: "nodeName" and "bodyText"
What I need:
Has anyone ever done this?
is working on a reply...