Ulrich Mayring writes:
Will do, thank you very much. However, how do I get at the analyzed form
of my terms?
Instanciate the analyzer, create a token stream feeding your input, loop over the tokens, output the results.
Look at AnalysisDemo referred to here:
http://wiki.apache.org/jakarta-lucene/AnalysisParalysis
Keep in mind that phrase queries do not support wildcards - they are analyzed and any wildcard characters are likely stripped and cause tokens to split.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
