You can provide Lucene with different Analyzers[1] which determine how the text stream is handled so you could do what you want. I haven't decided the best way to allow the creator of the index to specify the Analyzer chain yet but I will make it possible to control which Analyzers are used.
Oh, and Lucene supports wildcards in its query syntax.
-- Andy Armstrong, Tagish