[
https://issues.apache.org/jira/browse/LUCENE-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch resolved LUCENE-571.
----------------------------------
Resolution: Duplicate
See LUCENE-1100.
> StandardTokenizer parses decimal number as <HOST>
> -------------------------------------------------
>
> Key: LUCENE-571
> URL: https://issues.apache.org/jira/browse/LUCENE-571
> Project: Lucene - Java
> Issue Type: Bug
> Components: Analysis
> Affects Versions: 1.9
> Reporter: Tom Emerson
> Priority: Minor
>
> The standard tokenizer in 1.9.1 returns a decimal number such as "3.14" as a
> <HOST>, though a number like "3,141.59" is returned as a <NUM>. I believe,
> though I haven't tried it yet, that moving the rule for <HOST> after <NUM>,
> instead of before it, will obviate this. Or updating <HOST> to require a TLD
> as the last component, which would require you to split the interpretation of
> IP addresses from name-based addresses.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]