You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2007/02/20 21:34:06 UTC

[jira] Updated: (SOLR-168) analysis.jsp messes up token positions

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

Yonik Seeley updated SOLR-168:
------------------------------

    Attachment: analysis.jsp.patch

fix attached.

> analysis.jsp messes up token positions
> --------------------------------------
>
>                 Key: SOLR-168
>                 URL: https://issues.apache.org/jira/browse/SOLR-168
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>            Reporter: Yonik Seeley
>         Attachments: analysis.jsp.patch
>
>
> If two or more tokens are in a position column, and there is a larger position column somewhere else, the empty space won't be filled in correctly, resulting in tokens displayed in the wrong positions.
> simple example:
> a=>b,c
> q=>x,y,z
> then analyze "a q" and the first column will contain "b","c","z"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.