On Mon, Jan 4, 2010 at 5:38 PM, Peter S <pete...@hotmail.com> wrote: > When I query: "Something" or "Something Else" or "*thing" or "*omething*", > I get back the expected results. > If, however, I query: "Some*" or "S*" or "s*" etc, I get no results (although > this type of non-leading wildcard works fine with other fieldType schema > elements that don't use KeywordTokenizer).
Is your query string actually in quotes? Wildcards aren't currently supported in quotes. So text_verbatim:Some* should work. -Yonik http://www.lucidimagination.com