
jira at apache
Nov 4, 2009, 11:47 AM
Post #2 of 3
(142 views)
Permalink
|
|
[jira] Updated: (LUCENE-2031) Move PatternAnalyzer out of contrib/memory to contrib/analyzers
[In reply to]
|
|
[ 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-unsubscribe [at] lucene For additional commands, e-mail: java-dev-help [at] lucene
|