« Return to Thread: [jira] Created: (SOLR-1256) show CharFilters in analysis.jsp

[jira] Updated: (SOLR-1256) show CharFilters in analysis.jsp

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View in Thread


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

Koji Sekiguchi updated SOLR-1256:
---------------------------------

    Attachment: SOLR-1256.patch

reset() method of CharFilter and CharReader is implemented in this patch:
{code:title=CharFilter.java/CharReader.java}
+  public void reset() throws IOException {                                    
+    input.reset();                                                            
+  }                                                                            
{code}
It calls wrapped reader's reset(). I use reader.reset() to rewind reader in the chain of CharFilters.

> show CharFilters in analysis.jsp
> --------------------------------
>
>                 Key: SOLR-1256
>                 URL: https://issues.apache.org/jira/browse/SOLR-1256
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>    Affects Versions: 1.4
>            Reporter: Yonik Seeley
>            Assignee: Koji Sekiguchi
>             Fix For: 1.4
>
>         Attachments: SOLR-1256.patch
>
>
> CharFilters aren't currently shown in analysis.jsp output

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

 « Return to Thread: [jira] Created: (SOLR-1256) show CharFilters in analysis.jsp