[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-05-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705947#action_12705947 ] Michael McCandless commented on LUCENE-1593: bq. I don't mind doing that. I al

[jira] Commented: (LUCENE-1313) Realtime Search

2009-05-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705952#action_12705952 ] Michael McCandless commented on LUCENE-1313: {quote} Did we decide to simply a

[jira] Commented: (LUCENE-1313) Realtime Search

2009-05-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705963#action_12705963 ] Michael McCandless commented on LUCENE-1313: * We shouldn't add FSD.setPrim

Re: I wanna contribute a Chinese analyzer to lucene

2009-05-05 Thread Gao Pinker
I have opened a new issue(http://issues.apache.org/jira/browse/LUCENE-1629) and now creating the patch, There are 2500 lines of code to be added cause this Chinese analyzer is really complex. Now I'm having 2 problems: 1. My code depends on log4j, but I found no other analyzers depend on it, so s

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-05-05 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705977#action_12705977 ] Earwin Burrfoot commented on LUCENE-1593: - bq. So for this issue: create the "alwa

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-05-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705982#action_12705982 ] Michael McCandless commented on LUCENE-1593: bq. I assume the possibility to g

Re: I wanna contribute a Chinese analyzer to lucene

2009-05-05 Thread John Wang
Hi Gao: On the google code page, can you check in the source? Thanks -John On Tue, May 5, 2009 at 2:30 AM, Gao Pinker wrote: > I have opened a new issue(http://issues.apache.org/jira/browse/LUCENE-1629) > and now creating the patch, > There are 2500 lines of code to be added cause this Chi

Re: I wanna contribute a Chinese analyzer to lucene

2009-05-05 Thread Gao Pinker
Hi, I have already put the source code in the zip file http://imdict-chinese-analyzer.googlecode.com/files/imdict-chinese-analyzer.zip On Tue, May 5, 2009 at 10:47 PM, John Wang wrote: > Hi Gao: > On the google code page, can you check in the source? > > Thanks > > -John > > > On Tue, May 5,

Re: I wanna contribute a Chinese analyzer to lucene

2009-05-05 Thread Michael McCandless
On Tue, May 5, 2009 at 5:30 AM, Gao Pinker wrote: > 1. My code depends on log4j, but I found no other analyzers depend on it, so > should I keep the dependence or change my code to remove it? If removing the dependency is not difficult, I would remove it? It might inhibit others who otherwise w

Re: I wanna contribute a Chinese analyzer to lucene

2009-05-05 Thread John Wang
I understand. It would be good to check into the svn google code provides. -John On Tue, May 5, 2009 at 7:55 AM, Gao Pinker wrote: > Hi, I have already put the source code in the zip file > > http://imdict-chinese-analyzer.googlecode.com/files/imdict-chinese-analyzer.zip > > > On Tue, May 5, 200

[jira] Commented: (LUCENE-1607) String.intern() faster alternative

2009-05-05 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706129#action_12706129 ] Earwin Burrfoot commented on LUCENE-1607: - Bug in previous algo (unbounded hash):

[jira] Commented: (LUCENE-1313) Realtime Search

2009-05-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706175#action_12706175 ] Jason Rutherglen commented on LUCENE-1313: -- {quote}RAMDir changes (deletes are ap

[jira] Commented: (LUCENE-1313) Realtime Search

2009-05-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706207#action_12706207 ] Jason Rutherglen commented on LUCENE-1313: -- {quote}The dual directories is contin

[jira] Updated: (LUCENE-1621) deprecate term and getTerm in MultiTermQuery

2009-05-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1621: Attachment: LUCENE-1621.patch couple fixes regarding hashcode/equals > deprecate term and getTerm

[jira] Commented: (LUCENE-1313) Realtime Search

2009-05-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706305#action_12706305 ] Jason Rutherglen commented on LUCENE-1313: -- I'm not sure we have the right model