You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2011/01/26 13:07:45 UTC

[jira] Closed: (LUCENE-1403) StandardTokenizer - Improper Hostname Recognition

     [ https://issues.apache.org/jira/browse/LUCENE-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler closed LUCENE-1403.
---------------------------------

    Resolution: Won't Fix

The old StandardTokenizer behaviour was deprecated in Lucene 3.1 and replaced by a new one doing [Unicode Standard Annex #29|http://unicode.org/reports/tr29/] segmentation. The deprecated code will not get any fixes anymore.

> StandardTokenizer - Improper Hostname Recognition
> -------------------------------------------------
>
>                 Key: LUCENE-1403
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1403
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: contrib/analyzers
>    Affects Versions: 2.3.1, 2.3.2
>         Environment: Java 5
>            Reporter: Cullin Wible
>
> As of 2.3.1 the documentation for the StandardTokenizer states that it "Recognizes email addresses and internet hostnames as one token."
> However hostnames such as "my-host.com" are recognized as two tokens "my" and "host.com".
> Any host with a dash in the name is not recognized properly.

-- 
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org