[ https://issues.apache.org/jira/browse/LUCENE-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Muir updated LUCENE-2031: -------------------------------- Attachment: LUCENE-2031.patch Hi, although unrelated really, the MemoryIndex had some code where it would check for this PatternAnalyzer and do some special FastStringReader things. I believe we should ultimately remove this FastStringReader completely, but for now, just use a normal StringReader in MemoryIndex. > Move PatternAnalyzer out of contrib/memory to contrib/analyzers > --------------------------------------------------------------- > > Key: LUCENE-2031 > URL: https://issues.apache.org/jira/browse/LUCENE-2031 > Project: Lucene - Java > Issue Type: Task > Components: contrib/* > Reporter: Robert Muir > Priority: Minor > Attachments: LUCENE-2031.patch > > > in the memory index contrib there is a PatternAnalyzer. > i think this analyzer belongs in contrib/analyzers instead, it has no > relation to memory index. -- 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: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org