[jira] Commented: (LUCENE-1044) Behavior on hard power shutdown

2009-02-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675841#action_12675841 ] Michael McCandless commented on LUCENE-1044: Yes, this is committed and availa

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

2009-02-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675863#action_12675863 ] Michael McCandless commented on LUCENE-1516: I think we can simplify the appr

[jira] Reopened: (LUCENE-1314) IndexReader.clone

2009-02-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-1314: Reopening to remember to add the missing deprecations for 2.9... > IndexReader.clone

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-02-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675900#action_12675900 ] Michael McCandless commented on LUCENE-1483: OK I committed the missing deprec

[jira] Resolved: (LUCENE-1314) IndexReader.clone

2009-02-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1314. Resolution: Fixed Duh, wrong issue. > IndexReader.clone > - > >

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-02-23 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675903#action_12675903 ] Mark Miller commented on LUCENE-1483: - bq. OK I committed the missing deprecations. +

[jira] Resolved: (LUCENE-1465) NearSpansOrdered.getPayload does not return the payload from the minimum match span

2009-02-23 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-1465. - Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Th

[jira] Updated: (LUCENE-1522) another highlighter

2009-02-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Attachment: LUCENE-1522.patch The attached patch has "colored tag highlighting" feature. :)

[jira] Updated: (LUCENE-1522) another highlighter

2009-02-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Attachment: colored-tag-sample.png > another highlighter > --- > >

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

2009-02-23 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675979#action_12675979 ] Jason Rutherglen commented on LUCENE-1516: -- > make a new SegmentReaderPool privat

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

2009-02-23 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675982#action_12675982 ] Jason Rutherglen commented on LUCENE-1516: -- In SegmentInfo it's hashCode only tak

[jira] Commented: (LUCENE-1044) Behavior on hard power shutdown

2009-02-23 Thread Yeliz Eseryel (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675983#action_12675983 ] Yeliz Eseryel commented on LUCENE-1044: --- Thanks Michael! > Behavior on hard power s

Re: [jira] Commented: (LUCENE-1398) Add ReverseStringFilter

2009-02-23 Thread Chris Hostetter
: I don't know how others feel, but I'd personally like to stop the : practice of making more Analyzer classes whenever a new TokenFilter is : added. +1 -Hoss - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.o

Re: LIA2 on l.a.o/java OK?

2009-02-23 Thread Chris Hostetter
: I'm OK with LIA2 on the front page - as Erik suggests it does help lend : credibility to a project. +1 to more visibility to books focused on lucene on "official" www site pages (not just hte wiki) +1 to prominent display via a section on the main page like wicket currently has, with lin

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

2009-02-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676053#action_12676053 ] Michael McCandless commented on LUCENE-1516: bq. How are these sample SegmentR

IndexWriter.rollback() logic

2009-02-23 Thread An Hong
A question about IndexWriter.rollback() logic. Its javadoc says that it "Close the IndexWriter without committing any of the changes that have occurred since it was opened." So if I do 1. Open IndexWriter 2. Add doc1 3. Commit (successfully) 4. Add doc2 5. PrepareCommit() 6. Rollback()

Upgrading an old index to 2.4 format

2009-02-23 Thread An Hong
I've several existing indexes in 2.1 file format. If these indexes have multiple segments and have not been optimized, a call to IndexWriter.optimize() should create a newly merged segment of the latest 2.4 file format. Is this true? And, is there a way to force a file format upgrade on a 2.1

Re: IndexWriter.rollback() logic

2009-02-23 Thread Jason Rutherglen
Howdy An, Commit means the changes are committed, there's no rollback at that point. Also in the futuer please post your questions to java-dev@lucene.apache.org Take care, Jason On Mon, Feb 23, 2009 at 3:52 PM, An Hong wrote: > A question about IndexWriter.rollback() logic. Its javadoc says

Re: IndexWriter.rollback() logic

2009-02-23 Thread Chris Hostetter
: Also in the futuer please post your questions to java-dev@lucene.apache.org I believe jason ment to type java-u...@lucene... http://people.apache.org/~hossman/#java-dev Please Use "java-u...@lucene" Not "java-...@lucene" Your question is better suited for the java-u...@lucene mailing list ...

segments.gen file

2009-02-23 Thread Michael Busch
Hi, with LUCENE-1044 we sync the FS after writing files. Do we still need the segments.gen file to handle stale caches correctly? -Michael - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional comman