[jira] Resolved: (LUCENE-1624) Don't commit an empty segments_N when IW is opened with create=true

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1624. Resolution: Fixed Don't commit an empty segments_N when IW is opened with

[jira] Resolved: (LUCENE-1623) Back-compat break with non-ascii field names

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1623. Resolution: Fixed Committed to trunk 2.4 branch. Back-compat break with

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

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1618: -- Assignee: Michael McCandless Allow setting the IndexWriter docstore to be a

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

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1618: --- Attachment: LUCENE-1618.patch New patch attached w/ minor fixes: added more detail

[jira] Created: (LUCENE-1625) openReaderPassed not populated in CheckIndex.Status.SegmentInfoStatus

2009-05-01 Thread Tim Smith (JIRA)
openReaderPassed not populated in CheckIndex.Status.SegmentInfoStatus - Key: LUCENE-1625 URL: https://issues.apache.org/jira/browse/LUCENE-1625 Project: Lucene - Java Issue

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

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704995#action_12704995 ] Michael McCandless commented on LUCENE-1313: Patch looks good! Some comments:

[jira] Commented: (LUCENE-1614) Add next() and skipTo() variants to DocIdSetIterator that return the current doc, instead of boolean

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705003#action_12705003 ] Michael McCandless commented on LUCENE-1614: bq. Then, we can see how to

[jira] Commented: (LUCENE-1536) if a filter can support random access API, we should use it

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705008#action_12705008 ] Michael McCandless commented on LUCENE-1536: bq. Has anyone tested if this

[jira] Commented: (LUCENE-1536) if a filter can support random access API, we should use it

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705012#action_12705012 ] Michael McCandless commented on LUCENE-1536: I don't think it should be the

[jira] Commented: (LUCENE-1536) if a filter can support random access API, we should use it

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705013#action_12705013 ] Michael McCandless commented on LUCENE-1536: I don't think it should be the

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

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705017#action_12705017 ] Michael McCandless commented on LUCENE-1593: bq. Unless we assume that

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

2009-05-01 Thread Dan Rosher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Rosher updated LUCENE-1609: --- Attachment: LUCENE-1609.patch I've added the TermInfosReader object to the constructor of the

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

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705020#action_12705020 ] Michael McCandless commented on LUCENE-1593: {quote} Yonik does Solr have any

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

2009-05-01 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 * IndexFileDeleter takes into account the ram directory

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

2009-05-01 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705087#action_12705087 ] Shai Erera commented on LUCENE-1593: bq. And default Collector.acceptsDocsOutOfOrder

[jira] Created: (LUCENE-1626) getPositionIncrementGap(String fieldname, int currentPos)

2009-05-01 Thread Hoss Man (JIRA)
getPositionIncrementGap(String fieldname, int currentPos) - Key: LUCENE-1626 URL: https://issues.apache.org/jira/browse/LUCENE-1626 Project: Lucene - Java Issue Type: New Feature

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

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705090#action_12705090 ] Michael McCandless commented on LUCENE-1593: bq. Do you propose it for

[jira] Updated: (LUCENE-1626) getPositionIncrementGap(String fieldname, int currentPos)

2009-05-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1626: - Description: This issue is to cover the changes required to do a search across multiple fields with

[jira] Updated: (LUCENE-1494) masking field of span for cross searching across multiple fields (many-to-one style)

2009-05-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1494: - Description: This issue is to cover the changes required to do a search across multiple fields with

[jira] Resolved: (LUCENE-1494) masking field of span for cross searching across multiple fields (many-to-one style)

2009-05-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved LUCENE-1494. -- Resolution: Fixed Assignee: Hoss Man Committed revision 770794. Thanks for your patch Paul.

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

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705103#action_12705103 ] Michael McCandless commented on LUCENE-1593: bq. maybe we can change

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

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705138#action_12705138 ] Michael McCandless commented on LUCENE-1609: Could we instead change

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

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1618. Resolution: Fixed Thanks Jason! Allow setting the IndexWriter docstore to be a

[jira] Resolved: (LUCENE-1623) Back-compat break with non-ascii field names

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1623. Resolution: Fixed Back-compat break with non-ascii field names

[jira] Commented: (LUCENE-1623) Back-compat break with non-ascii field names

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705133#action_12705133 ] Michael McCandless commented on LUCENE-1623: Great catches Uwe, I'll fold them

[jira] Created: (LUCENE-1627) SpellChecker has no close method

2009-05-01 Thread Hoss Man (JIRA)
SpellChecker has no close method -- Key: LUCENE-1627 URL: https://issues.apache.org/jira/browse/LUCENE-1627 Project: Lucene - Java Issue Type: Bug Components: contrib/spellchecker

[jira] Commented: (LUCENE-1623) Back-compat break with non-ascii field names

2009-05-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705128#action_12705128 ] Uwe Schindler commented on LUCENE-1623: --- Hi Mike, a little bit too late, but there

[jira] Reopened: (LUCENE-1623) Back-compat break with non-ascii field names

2009-05-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-1623: Back-compat break with non-ascii field names

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

2009-05-01 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705216#action_12705216 ] Shai Erera commented on LUCENE-1593: bq. I don't think we should add score back into

Build failed in Hudson: Lucene-trunk #814

2009-05-01 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/814/changes Changes: [mikemccand] LUCENE-1618: added FileSwitchDirectory, which will be used for NRT readers in IndexWriter [mikemccand] LUCENE-1623: fix case that was swallowing IOException; use .clear() instead of creating new