|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (SOLR-1256) show CharFilters in analysis.jspshow CharFilters in analysis.jsp
-------------------------------- Key: SOLR-1256 URL: https://issues.apache.org/jira/browse/SOLR-1256 Project: Solr Issue Type: Bug Reporter: Yonik Seeley 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. |
|
|
[jira] Assigned: (SOLR-1256) show CharFilters in analysis.jsp[ https://issues.apache.org/jira/browse/SOLR-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned SOLR-1256: ------------------------------------ Assignee: Koji Sekiguchi > show CharFilters in analysis.jsp > -------------------------------- > > Key: SOLR-1256 > URL: https://issues.apache.org/jira/browse/SOLR-1256 > Project: Solr > Issue Type: Bug > Reporter: Yonik Seeley > Assignee: Koji Sekiguchi > > 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. |
|
|
[jira] Updated: (SOLR-1256) show CharFilters in analysis.jsp[ https://issues.apache.org/jira/browse/SOLR-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1256: --------------------------------- Component/s: web gui Priority: Minor (was: Major) Affects Version/s: 1.4 Fix Version/s: 1.4 > 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 > Priority: Minor > 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. |
|
|
[jira] Updated: (SOLR-1256) show CharFilters in analysis.jsp[ 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. |
|
|
[jira] Commented: (SOLR-1256) show CharFilters in analysis.jsp[ https://issues.apache.org/jira/browse/SOLR-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727443#action_12727443 ] Koji Sekiguchi commented on SOLR-1256: -------------------------------------- I'll commit in a day or two. > 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 > Priority: Minor > 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. |
|
|
[jira] Resolved: (SOLR-1256) show CharFilters in analysis.jsp[ https://issues.apache.org/jira/browse/SOLR-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1256. ---------------------------------- Resolution: Fixed Committed revision 792370. > 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 > Priority: Minor > 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. |
| Free embeddable forum powered by Nabble | Forum Help |