I know that Lucene has extensive support for wildcard searches and I know you can search for things like:
Stackover* (which will return Stackoverflow)
That said, my users's aren't interested in learning a query syntax. Can Lucene preform this type of wild card search using an out-of-box Analyzer? Or, should I append "*" to every search query?