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.