I'd do neither <G> You can look at other analyzers, WhitespaceAnalyzer comes
to mind, breaks on whitespace and leavs all special characters in. There are
several to choose from.

And, if you are indexing other fields and want them handled differently, use
a PerFieldAnalyzerWrapper.

Finally, you might consider indexing the same value in more than one field
for different purposes (e.g. searching/displaying).

Best
Erick

On 8/11/06, Gustavo Scrigna <[EMAIL PROTECTED]> wrote:

 Hello all!,
    How can i tokenize money values?
    Example: $25000, u$s45000, etc, so that i can search for "$25000" or
"$250*"
    I think de "StandardTokenizer"* *class is the responsible for tokenize
the content of the field based on the grammar generated by javaCC, the
question is: I have to override the StandardTokenizer or i can use Filter's
to solve this problem?

Thank's in advance!

    Gustavo //


No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.10.8/415 - Release Date: 09/08/2006



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to