[JENKINS] Lucene-Solr-tests-only-trunk - Build # 10683 - Still Failing

2011-09-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/10683/ 1 tests failed. FAILED: org.apache.solr.update.AutoCommitTest.testSoftAndHardCommitMaxTime Error Message: null Stack Trace: junit.framework.AssertionFailedError: at org.apache.lucene.util.LuceneTestCaseRunner.run

[JENKINS] Lucene-trunk - Build # 1688 - Still Failing

2011-09-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1688/ 1 tests failed. REGRESSION: org.apache.lucene.util.automaton.TestCompiledAutomaton.testRandom Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at org.apache.lucene.util.automaton.RunAutomaton

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 10682 - Failure

2011-09-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/10682/ 1 tests failed. REGRESSION: org.apache.lucene.util.fst.TestFSTs.testRealTerms Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at org.apache.lucene.util.ArrayUtil.grow(ArrayUt

Re: problems writing a custom Similarity class

2011-09-30 Thread Robert Muir
On Sun, Sep 25, 2011 at 1:35 PM, Jason Toy wrote: > Scoring seems to still be using an idf score that is not 1 and returning > results sorted by rareness of a phrase instead of frequency of the word. also keep in mind overriding idf(int, int) might not give you what you want for phrase queries (s

[jira] [Updated] (LUCENE-3478) TestSimpleExplanations failure

2011-09-30 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3478: Attachment: LUCENE-3478.patch oops, apparently TestComplexExplanations tests some crazy queries th

Re: problems writing a custom Similarity class

2011-09-30 Thread Chris Hostetter
: I'm just starting to get into solr development and I want to try writing a : custom Scoring Class. I copied the DefaultSimilarity class and renamed it ... : I then make sure my TestSimilarity is always used by editing : conf/schema.xml to have this line: : : : Scoring seems to stil

[jira] [Updated] (LUCENE-3478) TestSimpleExplanations failure

2011-09-30 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3478: Attachment: LUCENE-3478.patch here's one possible solution: rather than have a hardcoded floating

[jira] [Updated] (LUCENE-3478) TestSimpleExplanations failure

2011-09-30 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3478: Description: {noformat} ant test -Dtestcase=TestSimpleExplanations -Dtestmethod=testDMQ8 -Dtests.

[jira] [Commented] (LUCENE-3478) TestSimpleExplanations failure

2011-09-30 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118614#comment-13118614 ] Robert Muir commented on LUCENE-3478: - LUCENE-3480 changed up random seeds... sorry,

[jira] [Commented] (LUCENE-3478) TestSimpleExplanations failure

2011-09-30 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118611#comment-13118611 ] Robert Muir commented on LUCENE-3478: - Hmm good find: maybe DefaultSimilarity's expla

[jira] [Resolved] (LUCENE-3474) pass liveDocs Bits down in scorercontext, instead of Weights pulling from the reader

2011-09-30 Thread Robert Muir (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3474. - Resolution: Fixed Fix Version/s: 4.0 > pass liveDocs Bits down in scorercontext, inst

[jira] [Commented] (LUCENE-3463) Jenkins trunk tests (nightly only) fail quite often with OOM in Automaton/FST tests

2011-09-30 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118605#comment-13118605 ] Robert Muir commented on LUCENE-3463: - Hoss asked me some questions about my comment,

[jira] [Updated] (LUCENE-3479) TestGrouping failure

2011-09-30 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3479: Attachment: LUCENE-3479.patch Thanks for opening this Mike! Attached is my recommended "fix". Her

[jira] [Assigned] (LUCENE-3479) TestGrouping failure

2011-09-30 Thread Robert Muir (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-3479: --- Assignee: Robert Muir (was: Michael McCandless) > TestGrouping failure > --

[jira] [Commented] (SOLR-2802) Toolkit of UpdateProcessors for modifying document values

2011-09-30 Thread Hoss Man (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118594#comment-13118594 ] Hoss Man commented on SOLR-2802: bq. I already have a FieldCopy processor which can copy/mo

[jira] [Commented] (LUCENE-3463) Jenkins trunk tests (nightly only) fail quite often with OOM in Automaton/FST tests

2011-09-30 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118582#comment-13118582 ] Robert Muir commented on LUCENE-3463: - I think its dangerous to do this per-test meth

[jira] [Commented] (LUCENE-3463) Jenkins trunk tests (nightly only) fail quite often with OOM in Automaton/FST tests

2011-09-30 Thread Hoss Man (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118573#comment-13118573 ] Hoss Man commented on LUCENE-3463: -- bq. There are still some issues with tests that crea

[jira] [Commented] (SOLR-2802) Toolkit of UpdateProcessors for modifying document values

2011-09-30 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118565#comment-13118565 ] Jan Høydahl commented on SOLR-2802: --- I think should still remain in Schema, as it is oft

[jira] [Updated] (LUCENE-3463) Jenkins trunk tests (nightly only) fail quite often with OOM in Automaton/FST tests

2011-09-30 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3463: -- Attachment: LUCENE-3463.patch Patch with full flexibility > Jenkins trunk tes

[jira] [Commented] (LUCENE-3463) Jenkins trunk tests (nightly only) fail quite often with OOM in Automaton/FST tests

2011-09-30 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118516#comment-13118516 ] Uwe Schindler commented on LUCENE-3463: --- We could generalize the whole thing a litt

[jira] [Updated] (LUCENE-3463) Jenkins trunk tests (nightly only) fail quite often with OOM in Automaton/FST tests

2011-09-30 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3463: -- Attachment: LUCENE-3463.patch Moved the codec handling back to LTC and made the test runner mo

[jira] [Commented] (LUCENE-3186) DocValues type should be recored in FNX file to early fail if user specifies incompatible type

2011-09-30 Thread Simon Willnauer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118497#comment-13118497 ] Simon Willnauer commented on LUCENE-3186: - any comments on this?

[jira] [Resolved] (LUCENE-3480) refactoring of docvalues params in Codec.java

2011-09-30 Thread Robert Muir (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3480. - Resolution: Fixed Fix Version/s: 4.0 > refactoring of docvalues params in Codec.java

[jira] [Updated] (LUCENE-3463) Jenkins trunk tests (nightly only) fail quite often with OOM in Automaton/FST tests

2011-09-30 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3463: -- Affects Version/s: 4.0 Fix Version/s: 4.0 Summary: Jenkins trunk tests (n

[jira] [Issue Comment Edited] (LUCENE-3463) Jenins trunk tests (nightly only) fail quite often with OOM in Automaton/FST tests

2011-09-30 Thread Uwe Schindler (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118485#comment-13118485 ] Uwe Schindler edited comment on LUCENE-3463 at 9/30/11 9:44 PM: ---

[jira] [Updated] (LUCENE-3463) Jenins trunk tests (nightly only) fail quite often with OOM in Automaton/FST tests

2011-09-30 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3463: -- Attachment: LUCENE-3463.patch Here a patch that implements this annotation (@UseNoMemoryExpens

[jira] [Commented] (SOLR-2667) Finish Solr Admin UI

2011-09-30 Thread Tom Hill (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118476#comment-13118476 ] Tom Hill commented on SOLR-2667: I think the files admin-extra.html and admin-extra.menu-to

[jira] [Commented] (SOLR-2797) NoClassDefFoundError on field.main=true

2011-09-30 Thread bronco (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118443#comment-13118443 ] bronco commented on SOLR-2797: -- I mean i changed the java installation and rebooted the server

[jira] [Closed] (SOLR-2797) NoClassDefFoundError on field.main=true

2011-09-30 Thread bronco (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bronco closed SOLR-2797. Resolution: Fixed I installed java sun > NoClassDefFoundError on field.main=true > ---

[jira] [Updated] (LUCENE-3476) SearcherManager misses to close IR if manager is closed during reopen

2011-09-30 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3476: Attachment: LUCENE-3476.patch there is no need to make this non-blocking though I agree fr

[jira] [Updated] (LUCENE-3462) Jenkins builds hang quite often in TestIndexWriterWithThreads.testCloseWithThreads

2011-09-30 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3462: Attachment: LUCENE-3462.patch again a tricky one. During close we deactivate all unrelease

[jira] [Commented] (LUCENE-3480) refactoring of docvalues params in Codec.java

2011-09-30 Thread Simon Willnauer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118310#comment-13118310 ] Simon Willnauer commented on LUCENE-3480: - thank you for cleaning this up!

[jira] [Commented] (LUCENE-3480) refactoring of docvalues params in Codec.java

2011-09-30 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118306#comment-13118306 ] Robert Muir commented on LUCENE-3480: - Thanks for taking a look, ill commit shortly!

[jira] [Assigned] (LUCENE-3462) Jenkins builds hang quite often in TestIndexWriterWithThreads.testCloseWithThreads

2011-09-30 Thread Simon Willnauer (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-3462: --- Assignee: Simon Willnauer > Jenkins builds hang quite often in > TestIndexWrite

[jira] [Commented] (LUCENE-3463) Jenins trunk tests (nightly only) fail quite often with OOM in Automaton/FST tests

2011-09-30 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118272#comment-13118272 ] Dawid Weiss commented on LUCENE-3463: - I'm fairly busy too, but I need to put togethe

[jira] [Commented] (LUCENE-3463) Jenins trunk tests (nightly only) fail quite often with OOM in Automaton/FST tests

2011-09-30 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118268#comment-13118268 ] Uwe Schindler commented on LUCENE-3463: --- Should be easy. Unfortunatley, I am curren

[jira] [Commented] (LUCENE-3480) refactoring of docvalues params in Codec.java

2011-09-30 Thread Simon Willnauer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118264#comment-13118264 ] Simon Willnauer commented on LUCENE-3480: - +1 looks good to me! thanka for cleani

[jira] [Updated] (LUCENE-3463) Jenins trunk tests (nightly only) fail quite often with OOM in Automaton/FST tests

2011-09-30 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3463: --- Attachment: LUCENE-3463.patch Here was my first stab at just fixing these tests to a

[jira] [Commented] (SOLR-2790) DataImportHandler last_index_time does not update on delta-imports

2011-09-30 Thread Greg Martin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118255#comment-13118255 ] Greg Martin commented on SOLR-2790: --- Has any consideration been made to looking into this

[jira] [Updated] (LUCENE-3480) refactoring of docvalues params in Codec.java

2011-09-30 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3480: Attachment: LUCENE-3480.patch > refactoring of docvalues params in Codec.java > --

[jira] [Created] (LUCENE-3480) refactoring of docvalues params in Codec.java

2011-09-30 Thread Robert Muir (Created) (JIRA)
refactoring of docvalues params in Codec.java - Key: LUCENE-3480 URL: https://issues.apache.org/jira/browse/LUCENE-3480 Project: Lucene - Java Issue Type: Task Affects Versions: 4.0

[jira] [Resolved] (LUCENE-3477) Fix JFlex tokenizer compiler warnings

2011-09-30 Thread Michael McCandless (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-3477. Resolution: Fixed > Fix JFlex tokenizer compiler warnings > --

[jira] [Commented] (LUCENE-3360) Move FieldCache to IndexReader

2011-09-30 Thread Martijn van Groningen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118192#comment-13118192 ] Martijn van Groningen commented on LUCENE-3360: --- bq. That was the plan. But

[jira] [Created] (LUCENE-3479) TestGrouping failure

2011-09-30 Thread Michael McCandless (Created) (JIRA)
TestGrouping failure Key: LUCENE-3479 URL: https://issues.apache.org/jira/browse/LUCENE-3479 Project: Lucene - Java Issue Type: Bug Components: modules/grouping Reporter: Michael McCandless

[jira] [Created] (LUCENE-3478) TestSimpleExplanations failure

2011-09-30 Thread Michael McCandless (Created) (JIRA)
TestSimpleExplanations failure -- Key: LUCENE-3478 URL: https://issues.apache.org/jira/browse/LUCENE-3478 Project: Lucene - Java Issue Type: Bug Components: core/search Reporter: Michael McCa

[jira] [Commented] (LUCENE-3477) Fix JFlex tokenizer compiler warnings

2011-09-30 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118159#comment-13118159 ] Michael McCandless commented on LUCENE-3477: OK I'll add the comment and comm

[jira] [Commented] (SOLR-2802) Toolkit of UpdateProcessors for modifying document values

2011-09-30 Thread Erik Hatcher (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118146#comment-13118146 ] Erik Hatcher commented on SOLR-2802: With SOLR-2599, I imagine we could take copyField'

[jira] [Commented] (LUCENE-3477) Fix JFlex tokenizer compiler warnings

2011-09-30 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118142#comment-13118142 ] Robert Muir commented on LUCENE-3477: - Is it possible before committing to add some c

I think I've found a bug with filter queries and joins

2011-09-30 Thread Jason Toy
I'm testing out the join functionality on the svn revision 1175424. I've found when I add a single filter query to a join it works fine, but when I do more then 1 filter query, the query does not return results. This single function query with a join returns results: http://127.0.0.1:8983/solr/se

[jira] [Commented] (LUCENE-3477) Fix JFlex tokenizer compiler warnings

2011-09-30 Thread Steven Rowe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118137#comment-13118137 ] Steven Rowe commented on LUCENE-3477: - Thanks Mike! bq. All these seem to be identic

[JENKINS] Lucene-trunk - Build # 1687 - Failure

2011-09-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1687/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestTermsEnum.testIntersectRandom Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at org.apache.lucene.util.automaton.RunAutomaton.(RunAut

[jira] [Issue Comment Edited] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118010#comment-13118010 ] sebastian L. edited comment on LUCENE-3440 at 9/30/11 1:31 PM:

[jira] [Commented] (LUCENE-3360) Move FieldCache to IndexReader

2011-09-30 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118048#comment-13118048 ] Uwe Schindler commented on LUCENE-3360: --- bq. Maybe we can forward port this issue i

[jira] [Commented] (LUCENE-3360) Move FieldCache to IndexReader

2011-09-30 Thread Martijn van Groningen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118043#comment-13118043 ] Martijn van Groningen commented on LUCENE-3360: --- I don't see a patch for LU

[jira] [Commented] (LUCENE-3474) pass liveDocs Bits down in scorercontext, instead of Weights pulling from the reader

2011-09-30 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118034#comment-13118034 ] Michael McCandless commented on LUCENE-3474: bq. But I don't think we will se

[jira] [Issue Comment Edited] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118023#comment-13118023 ] sebastian L. edited comment on LUCENE-3440 at 9/30/11 12:46 PM: ---

[jira] [Issue Comment Edited] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118023#comment-13118023 ] sebastian L. edited comment on LUCENE-3440 at 9/30/11 12:45 PM: ---

[jira] [Issue Comment Edited] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118023#comment-13118023 ] sebastian L. edited comment on LUCENE-3440 at 9/30/11 12:43 PM: ---

[jira] [Commented] (LUCENE-3360) Move FieldCache to IndexReader

2011-09-30 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118026#comment-13118026 ] Michael McCandless commented on LUCENE-3360: Looks great Martijn! On waiting

[jira] [Issue Comment Edited] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118023#comment-13118023 ] sebastian L. edited comment on LUCENE-3440 at 9/30/11 12:41 PM: ---

[jira] [Issue Comment Edited] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118010#comment-13118010 ] sebastian L. edited comment on LUCENE-3440 at 9/30/11 12:38 PM: ---

[jira] [Issue Comment Edited] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118010#comment-13118010 ] sebastian L. edited comment on LUCENE-3440 at 9/30/11 12:38 PM: ---

[jira] [Commented] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118023#comment-13118023 ] sebastian L. commented on LUCENE-3440: -- *testament* ||Terms in fragment||totalWeigh

[jira] [Updated] (LUCENE-3464) Rename IndexReader.reopen to make it clear that reopen may not happen

2011-09-30 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3464: --- Attachment: LUCENE-3464.patch New patch, cutting over to IndexReader.openIfChanged(o

[jira] [Commented] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118012#comment-13118012 ] sebastian L. commented on LUCENE-3440: -- Hm, I tried to do that all with trunk but:

[jira] [Issue Comment Edited] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118009#comment-13118009 ] sebastian L. edited comment on LUCENE-3440 at 9/30/11 12:14 PM: ---

[jira] [Updated] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sebastian L. updated LUCENE-3440: - Attachment: LUCENE-3.5-SNAPSHOT-3440-6-ProofOfConcept.java The two tables are created by this si

[jira] [Updated] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sebastian L. updated LUCENE-3440: - Attachment: WeightOrderFragmentsBuilder_table02.html WeightOrderFragmentsBuilder_table02.html: A

[jira] [Updated] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sebastian L. updated LUCENE-3440: - Attachment: WeightOrderFragmentsBuilder_table01.html WeightOrderFragmentsBuilder_table01.html: A

[jira] [Updated] (LUCENE-3360) Move FieldCache to IndexReader

2011-09-30 Thread Martijn van Groningen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated LUCENE-3360: -- Attachment: LUCENE-3360-3x.patch Updated patch for 3x. All tests pass on my ma

[jira] [Updated] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sebastian L. updated LUCENE-3440: - Attachment: (was: LUCENE-3.5-SNAPSHOT-3440-3.patch) > FastVectorHighlighter: IDF-weighte

[jira] [Updated] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2011-09-30 Thread sebastian L. (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sebastian L. updated LUCENE-3440: - Attachment: LUCENE-3.5-SNAPSHOT-3440-6.patch Patch for 3.5. Docs are still missing.

[jira] [Commented] (LUCENE-3477) Fix JFlex tokenizer compiler warnings

2011-09-30 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117974#comment-13117974 ] Dawid Weiss commented on LUCENE-3477: - All these seem to be identical (fall-throughs

[jira] [Commented] (LUCENE-3477) Fix JFlex tokenizer compiler warnings

2011-09-30 Thread Chris Male (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117969#comment-13117969 ] Chris Male commented on LUCENE-3477: Great idea > Fix JFlex tokenize

[jira] [Commented] (LUCENE-3476) SearcherManager misses to close IR if manager is closed during reopen

2011-09-30 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117965#comment-13117965 ] Michael McCandless commented on LUCENE-3476: OK, mulling on this some more..

[jira] [Updated] (LUCENE-3477) Fix JFlex tokenizer compiler warnings

2011-09-30 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3477: --- Attachment: LUCENE-3477.patch Patch. Also fixes several other warnings in modules/*

[jira] [Created] (LUCENE-3477) Fix JFlex tokenizer compiler warnings

2011-09-30 Thread Michael McCandless (Created) (JIRA)
Fix JFlex tokenizer compiler warnings - Key: LUCENE-3477 URL: https://issues.apache.org/jira/browse/LUCENE-3477 Project: Lucene - Java Issue Type: Improvement Reporter: Michael McCandless

[jira] [Updated] (LUCENE-3477) Fix JFlex tokenizer compiler warnings

2011-09-30 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3477: --- Fix Version/s: 4.0 3.5 > Fix JFlex tokenizer compiler warning

[jira] [Commented] (SOLR-2802) Toolkit of UpdateProcessors for modifying document values

2011-09-30 Thread Martijn van Groningen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117957#comment-13117957 ] Martijn van Groningen commented on SOLR-2802: - +1 This is really needed! I thin