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

2009-05-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1593: --- Attachment: LUCENE-1593.patch Patch includes all discussed changes, and defaults TSDC and TFC to out

[jira] Commented: (LUCENE-1542) NearSpansUnordered.getPayload does not always return the correct payloads when terms are located at the same position

2009-05-06 Thread Jonathan Mamou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706365#action_12706365 ] Jonathan Mamou commented on LUCENE-1542: I think that the bug is not related to pa

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

2009-05-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706373#action_12706373 ] Michael McCandless commented on LUCENE-1593: Patch looks good! I can confirm

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

2009-05-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706377#action_12706377 ] Michael McCandless commented on LUCENE-1313: {quote} > RAMDir changes (delete

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

2009-05-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-1621. - Resolution: Fixed > deprecate term and getTerm in MultiTermQuery > -

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

2009-05-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1593: --- Attachment: LUCENE-1593.patch * Removed the leftover references to Query#scoresDocInOrder. * Removed

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

2009-05-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706447#action_12706447 ] Michael McCandless commented on LUCENE-1593: bq. I don't think we should do an

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

2009-05-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1593: --- Attachment: LUCENE-1593.patch OK I made some tiny fixes: * Added CHANGES entry ex

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

2009-05-06 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706557#action_12706557 ] Jason Rutherglen commented on LUCENE-1313: -- {quote}I don't think that's needed. I

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

2009-05-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706568#action_12706568 ] Shai Erera commented on LUCENE-1593: bq. MultiSearcher.search was creating too big an

[jira] Created: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-05-06 Thread Shai Erera (JIRA)
Mating Collector and Scorer on doc Id orderness --- Key: LUCENE-1630 URL: https://issues.apache.org/jira/browse/LUCENE-1630 Project: Lucene - Java Issue Type: Improvement Components: Sear

QueryWeight (Was... Re: [jira] Created: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness)

2009-05-06 Thread Marvin Humphrey
> * Add to Searcher the new QueryWeight variants. If you make QueryWeight a subclass of Query, do you need any new methods? Before Weight existed, only Query and Scorer existed. Compiling a Scorer involved "weighting the query", by factoring IDF etc, then calling query.Scorer(). To make Query o

[jira] Commented: (LUCENE-1260) Norm codec strategy in Similarity

2009-05-06 Thread Johan Kindgren (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706604#action_12706604 ] Johan Kindgren commented on LUCENE-1260: Wouldn't the simplest solution be to refa

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

2009-05-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706611#action_12706611 ] Michael McCandless commented on LUCENE-1313: {quote} > I don't think that's ne

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

2009-05-06 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706662#action_12706662 ] Jason Rutherglen commented on LUCENE-1313: -- In the patch the merge policies are s

[jira] Updated: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-06 Thread Xiaoping Gao (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaoping Gao updated LUCENE-1629: - Attachment: analysis-data.zip Lexical dictionary files, unzip it to somewhere, run TestSmartChin

[jira] Updated: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-06 Thread Xiaoping Gao (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaoping Gao updated LUCENE-1629: - Attachment: LUCENE-1629.patch Here is all the source code of intelligent analyzer for Chinese. A