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 ArrayL

[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-tabpanel&focusedCommentId=12705216#action_12705216 ] Shai Erera commented on LUCENE-1593: bq. I don't think we should add score back into t

[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] 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] 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-tabpanel&focusedCommentId=12705138#action_12705138 ] Michael McCandless commented on LUCENE-1609: Could we instead change TermInfos

[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-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-tabpanel&focusedCommentId=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 Repor

[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-tabpanel&focusedCommentId=12705128#action_12705128 ] Uwe Schindler commented on LUCENE-1623: --- Hi Mike, a little bit too late, but there

[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-tabpanel&focusedCommentId=12705103#action_12705103 ] Michael McCandless commented on LUCENE-1593: bq. maybe we can change TFC.creat

[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. Th

[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: - Attachment: LUCENE-1626-positionincrement.patch the same patch Paul Cowan attached to LUCENE-1626 addres

[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 the

[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 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-tabpanel&focusedCommentId=12705090#action_12705090 ] Michael McCandless commented on LUCENE-1593: bq. Do you propose it for back-co

[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 Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705087#action_12705087 ] Shai Erera commented on LUCENE-1593: bq. And default Collector.acceptsDocsOutOfOrder s

[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 (w

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

2009-05-01 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705041#action_12705041 ] Marvin Humphrey commented on LUCENE-1593: - > I think I'd lean towards the 12 impls

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

2009-05-01 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705029#action_12705029 ] Marvin Humphrey commented on LUCENE-1536: - > it would be amajor change because you

[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-tabpanel&focusedCommentId=12705020#action_12705020 ] Michael McCandless commented on LUCENE-1593: {quote} > Yonik does Solr have an

[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 IndexN

[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-tabpanel&focusedCommentId=12705017#action_12705017 ] Michael McCandless commented on LUCENE-1593: bq. Unless we assume that OUT_OF_

[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-tabpanel&focusedCommentId=12705013#action_12705013 ] Michael McCandless commented on LUCENE-1536: I don't think it should be the c

[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-tabpanel&focusedCommentId=12705012#action_12705012 ] Michael McCandless commented on LUCENE-1536: I don't think it should be the ca

[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-tabpanel&focusedCommentId=12705008#action_12705008 ] Michael McCandless commented on LUCENE-1536: bq. Has anyone tested if this res

[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-tabpanel&focusedCommentId=12705003#action_12705003 ] Michael McCandless commented on LUCENE-1614: bq. Then, we can see how to proce

[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-tabpanel&focusedCommentId=12704995#action_12704995 ] Michael McCandless commented on LUCENE-1313: Patch looks good! Some comments:

[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] 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 i

[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] 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 non-a

[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 create