[jira] Updated: (LUCENE-1550) Add N-Gram String Matching for Spell Checking

2009-03-02 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1550: Priority: Minor (was: Major) not major > Add N-Gram String Matching for Spell Checking >

[jira] Updated: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-03-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1516: - Attachment: LUCENE-1516.patch * In IW.checkpoint, SegmentReaderPool.closeUnusedSegmentRe

[jira] Updated: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-03-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1516: - Attachment: LUCENE-1516.patch - Most tests pass. Because SegmentReaders are held by the

[VOTE] Release Lucene 2.4.1

2009-03-02 Thread Michael McCandless
I've built the release artifacts, derived from revision 749403 on the 2.4 branch. Here are the changes: http://people.apache.org/~mikemccand/staging-area/lucene2.4.1changes/Changes.html Please vote to release these artifacts as 2.4.1: http://people.apache.org/~mikemccand/staging-area/luc

Re: Sorting and multi-term fields again

2009-03-02 Thread Earwin Burrfoot
My opinion is that if you want to enable sorting on multi-term fields, you need a pluggable selection policy. I see someone wanting biggest/smallest term represent a document when sorting. Or maybe a function of the terms. On Mon, Mar 2, 2009 at 20:34, Uwe Schindler wrote: > I updated yesterday h

[jira] Commented: (LUCENE-1541) Trie range - make trie range indexing more flexible

2009-03-02 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678045#action_12678045 ] Ning Li commented on LUCENE-1541: - An index size comparison will be great. > Trie range -

Sorting and multi-term fields again

2009-03-02 Thread Uwe Schindler
I updated yesterday https://issues.apache.org/jira/browse/LUCENE-1372 (added a relates), but my comment was not posted to this list (maybe relation updates in JIRA issues will not post to java-dev?). When working with Shalin Shekhar Mangar on SOLR-940 (where sorting of TrieRange fields is needed),

2.4.1

2009-03-02 Thread Michael McCandless
I plan to start the release process shortly! Mike - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org

Re: LockObtainFailedException exception

2009-03-02 Thread Michael McCandless
Is it possible you accidentally allow two writers to try to open the index? That would explain this failure; the 2nd writer would fail to acquire the lock, because the first writer has the index open. Or, is it possible you're not closing a previously opened writer? Mike Ketan Deshpande

[jira] Resolved: (LUCENE-1186) [PATCH] Clear ThreadLocal instances in close()

2009-03-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1186. Resolution: Fixed > [PATCH] Clear ThreadLocal instances in close() > -

[jira] Updated: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2009-03-02 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-1486: - Attachment: TestComplexPhraseQuery.java Updated Junit test to test for phrases with clauses that

LockObtainFailedException exception

2009-03-02 Thread Ketan Deshpande
Hi,     I am fairly new to Lucene, so forgive my elaborate explanation. We were facing frequent issues with Lucene 1.2 (Unreleased write.lock() files). To overcome the same, we have recently upgraded to Lucene 2.3.2 - however, we observed the following LockObtainFailedException exception during

[jira] Updated: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2009-03-02 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-1486: - Attachment: (was: TestComplexPhraseQuery.java) > Wildcards, ORs etc inside Phrase queries >

[jira] Updated: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2009-03-02 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-1486: - Attachment: ComplexPhraseQueryParser.java Updated to cater for phrase clauses that produce no ma

[jira] Updated: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2009-03-02 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-1486: - Attachment: (was: ComplexPhraseQueryParser.java) > Wildcards, ORs etc inside Phrase queries

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-03-02 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677991#action_12677991 ] Mark Harwood commented on LUCENE-1500: -- I struggle to see why endOffset Highlighter t

[jira] Updated: (LUCENE-1551) Add reopen(IndexCommit) methods to IndexReader

2009-03-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1551: --- Fix Version/s: 2.9 > Add reopen(IndexCommit) methods to IndexReader > --

[jira] Assigned: (LUCENE-1551) Add reopen(IndexCommit) methods to IndexReader

2009-03-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1551: -- Assignee: Michael McCandless > Add reopen(IndexCommit) methods to IndexReader

Re: segments.gen file

2009-03-02 Thread Michael McCandless
Super, thanks! Mike Danil ŢORIN wrote: https://issues.apache.org/jira/browse/LUCENE-1551 On Mon, Mar 2, 2009 at 13:40, Michael McCandless wrote: Ahh good point, that is missing. Can you open a Jira issue? Thanks. Mike Danil ŢORIN wrote: I'm more interested in reopen(IndexCommit) so

[jira] Created: (LUCENE-1551) Add reopen(IndexCommit) methods to IndexReader

2009-03-02 Thread Torin Danil (JIRA)
Add reopen(IndexCommit) methods to IndexReader -- Key: LUCENE-1551 URL: https://issues.apache.org/jira/browse/LUCENE-1551 Project: Lucene - Java Issue Type: Improvement Components: Index

Re: segments.gen file

2009-03-02 Thread Danil ŢORIN
https://issues.apache.org/jira/browse/LUCENE-1551 On Mon, Mar 2, 2009 at 13:40, Michael McCandless wrote: > > Ahh good point, that is missing.  Can you open a Jira issue?  Thanks. > > Mike > > Danil ŢORIN wrote: > >> I'm more interested in reopen(IndexCommit) so I could have full >> benefits of L

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-03-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677983#action_12677983 ] Michael McCandless commented on LUCENE-1500: bq. What did you think of my sugg

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-03-02 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677968#action_12677968 ] Mark Harwood commented on LUCENE-1500: -- Isn't your example predicated on being given

[jira] Updated: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-03-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1500: --- Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Fix Version/

Re: segments.gen file

2009-03-02 Thread Michael McCandless
Ahh good point, that is missing. Can you open a Jira issue? Thanks. Mike Danil ŢORIN wrote: I'm more interested in reopen(IndexCommit) so I could have full benefits of LUCENE-1483 (faster open, warm caches, less GC and so on) but on specific commit point. I'm not sure it's possible in curr

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-03-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677963#action_12677963 ] Michael McCandless commented on LUCENE-1500: The problem is, this hits a Strin

Re: segments.gen file

2009-03-02 Thread Danil ŢORIN
I'm more interested in reopen(IndexCommit) so I could have full benefits of LUCENE-1483 (faster open, warm caches, less GC and so on) but on specific commit point. I'm not sure it's possible in current trunk, and if we have open(IndexCommit) & company, maybe we should also have similar set of meth

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-03-02 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677956#action_12677956 ] Mark Harwood commented on LUCENE-1500: -- My thoughts were that this exception solely t

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-03-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677948#action_12677948 ] Michael McCandless commented on LUCENE-1500: Patch looks great, thanks Mark!

Re: segments.gen file

2009-03-02 Thread Michael McCandless
This is already available, as of 2.4. Mike Danil ŢORIN wrote: What about opening IndexReader/Searcher on certain commit point? Will it be implemented in 2.9? The use-case is similar to the one Michael Busch described, only I would like to open (or reopen) a searcher on specific commit point.