[jira] Updated: (LUCENE-1628) Persian Analyzer

2009-05-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1628: --- Fix Version/s: 2.9 Persian Analyzer Key:

[jira] Commented: (LUCENE-1609) Eliminate synchronization contention on initial index reading in TermInfosReader ensureIndexIsRead

2009-05-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705547#action_12705547 ] Michael McCandless commented on LUCENE-1609: bq. Since the indexWriter now

[jira] Commented: (LUCENE-1618) Allow setting the IndexWriter docstore to be a different directory

2009-05-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705548#action_12705548 ] Michael McCandless commented on LUCENE-1618: OK thanks Jason, I just committed

Re: I wanna contribute a Chinese analyzer to lucene

2009-05-04 Thread Michael McCandless
On Mon, May 4, 2009 at 12:21 AM, Gao Pinker xiaoping...@gmail.com wrote: I've got a lexical dictionary from the author under apache license v2, and the code is all written by myself, so, the legal problems are solved entirely. Excellent! Now could you please tell me how to open an issue in

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

2009-05-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705552#action_12705552 ] Michael McCandless commented on LUCENE-1593: bq. Actually, if you request to

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

2009-05-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705675#action_12705675 ] Jason Rutherglen commented on LUCENE-1313: -- {quote}I don't like how deep the

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

2009-05-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705711#action_12705711 ] Shai Erera commented on LUCENE-1593: Ok will do that. I also would like to summarize

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

2009-05-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705717#action_12705717 ] Yonik Seeley commented on LUCENE-1593: -- Whew - that's a lot of change just to

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

2009-05-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705722#action_12705722 ] Shai Erera commented on LUCENE-1593: bq. Whew - that's a lot of change just to

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

2009-05-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705732#action_12705732 ] Yonik Seeley commented on LUCENE-1593: -- bq. Or ... we can stop using BS at all and

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

2009-05-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705776#action_12705776 ] Michael McCandless commented on LUCENE-1593: Shai your summary of what needs

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

2009-05-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705788#action_12705788 ] Michael McCandless commented on LUCENE-1313: {quote} OK, though I'd like to

Re: perf enhancement and lucene-1345

2009-05-04 Thread John Wang
Michael: Actually this is not what I meant. It was discussion that was wrapped in Lucene-1345 where I posted some optimizations for Conjunction and Disjunction Scorers and some numbers. Because of the confusion of what Lucene-1345 is, the loop was never closed. I am just writing to follow

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

2009-05-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: LUCENE-1313.patch * In DocumentsWriter.balanceRAM if NRT is on the total

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

2009-05-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705851#action_12705851 ] Jason Rutherglen commented on LUCENE-1313: -- Did we decide to simply add a boolean

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

2009-05-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705874#action_12705874 ] Shai Erera commented on LUCENE-1593: bq. shouldn't we do the interface - abstract