[jira] Updated: (LUCENE-1877) Use NativeFSLockFactory as default for new API (direct ctors FSDir.open)

2009-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1877: -- Attachment: LUCENE-1877.patch Formatting changes in CHANGES.txt and some minor tweaks. Also

[jira] Commented: (LUCENE-1885) NativeFSLockFactory.makeLock(...).isLocked() does not work

2009-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12750841#action_12750841 ] Uwe Schindler commented on LUCENE-1885: --- The new patch in LUCENE-1877 changes the

[jira] Resolved: (LUCENE-1876) Some contrib packages are missing a package.html

2009-09-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-1876. - Resolution: Fixed Committed revision 810923. thanks Steven! Some contrib packages are

[jira] Created: (LUCENE-1888) Provide Option to Store Payloads on the Term Vector

2009-09-03 Thread Grant Ingersoll (JIRA)
Provide Option to Store Payloads on the Term Vector --- Key: LUCENE-1888 URL: https://issues.apache.org/jira/browse/LUCENE-1888 Project: Lucene - Java Issue Type: Improvement

[jira] Resolved: (LUCENE-1878) remove deprecated classes from spatial

2009-09-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1878. Resolution: Fixed remove deprecated classes from spatial

[jira] Created: (LUCENE-1889) FastVectorHighlighter: support for additional queries

2009-09-03 Thread Robert Muir (JIRA)
FastVectorHighlighter: support for additional queries - Key: LUCENE-1889 URL: https://issues.apache.org/jira/browse/LUCENE-1889 Project: Lucene - Java Issue Type: Wish

[jira] Commented: (LUCENE-1879) Parallel incremental indexing

2009-09-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12751077#action_12751077 ] Grant Ingersoll commented on LUCENE-1879: - Yes on the soft. grant. Parallel

[jira] Resolved: (LUCENE-1886) Improve Javadoc

2009-09-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved LUCENE-1886. -- Resolution: Fixed Assignee: Hoss Man Committed revision 811060. Thanks Bernd Improve Javadoc

[jira] Resolved: (LUCENE-1884) javadocs cleanup

2009-09-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved LUCENE-1884. -- Resolution: Fixed Assignee: Robert Muir i'm the last person in the world that should be

[jira] Commented: (LUCENE-1877) Use NativeFSLockFactory as default for new API (direct ctors FSDir.open)

2009-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12751190#action_12751190 ] Uwe Schindler commented on LUCENE-1877: --- I will commit soon! Use

[jira] Resolved: (LUCENE-1885) NativeFSLockFactory.makeLock(...).isLocked() does not work

2009-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-1885. --- Resolution: Fixed Committed revision: 811157 NativeFSLockFactory.makeLock(...).isLocked()

[jira] Resolved: (LUCENE-1877) Use NativeFSLockFactory as default for new API (direct ctors FSDir.open)

2009-09-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-1877. --- Resolution: Fixed Committed revision: 811157 Use NativeFSLockFactory as default for new

MoreLikeThis Extension for documents that have tags

2009-09-03 Thread Thomas D'Silva
Hi, I would like to contribute a class based on the MoreLikeThis class in contrib/queries that generates a query based on the tags associated with a document. The class assumes that documents are tagged with a set of tags (which are stored in the index in a seperate Field). The class determines

[jira] Updated: (LUCENE-1458) Further steps towards flexible indexing

2009-09-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1458: --- Attachment: LUCENE-1458.tar.bz2 I attached a .tar.bz2 of src/* with my current