[jira] [Commented] (SOLR-2889) Implement Adaptive Replacement Cache

2011-11-17 Thread Shawn Heisey (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152641#comment-13152641 ] Shawn Heisey commented on SOLR-2889: My original approach wasn't working well, which is

[jira] [Issue Comment Edited] (SOLR-1123) Change the JSONResponseWriter content type

2011-11-17 Thread Chris Male (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152567#comment-13152567 ] Chris Male edited comment on SOLR-1123 at 11/18/11 1:27 AM: Hey

[jira] [Commented] (SOLR-1123) Change the JSONResponseWriter content type

2011-11-17 Thread Chris Male (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152567#comment-13152567 ] Chris Male commented on SOLR-1123: -- Hey Hoss, I haven't had a chance to commit it to trun

[jira] [Commented] (SOLR-2438) Case Insensitive Search for Wildcard Queries

2011-11-17 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152545#comment-13152545 ] Robert Muir commented on SOLR-2438: --- This is totally the general approach I wanted to see

[jira] [Updated] (SOLR-2438) Case Insensitive Search for Wildcard Queries

2011-11-17 Thread Erick Erickson (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-2438: - Attachment: SOLR-2438.patch OK, this isn't nearly finished yet, but I wanted to run it by folks to

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 973 - Failure

2011-11-17 Thread Michael McCandless
OK I committed fixes... they were real (if minorish) bugs caught by MockDirWrapper's new evilness... Mike McCandless http://blog.mikemccandless.com On Thu, Nov 17, 2011 at 4:20 PM, Michael McCandless wrote: > I'm digging... > > Mike McCandless > > http://blog.mikemccandless.com > > On Thu, Nov

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 973 - Failure

2011-11-17 Thread Michael McCandless
I'm digging... Mike McCandless http://blog.mikemccandless.com On Thu, Nov 17, 2011 at 8:51 AM, Robert Muir wrote: > I'm seeing these locally running tests too, and not just this one. > > I think its the new evilness added to mockdirectorywrapper to throw > exceptions sometimes on createOutput ?

[JENKINS] Lucene-Solr-tests-only-3.x-java7 - Build # 985 - Failure

2011-11-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x-java7/985/ 1 tests failed. REGRESSION: org.apache.solr.handler.component.DistributedSpellCheckComponentTest.testDistribSearch Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.

[jira] [Assigned] (SOLR-1123) Change the JSONResponseWriter content type

2011-11-17 Thread Hoss Man (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reassigned SOLR-1123: -- Assignee: Chris Male Chris: any reason not to commit and get this into 3.5? > Change th

[jira] [Commented] (SOLR-2864) DataImportHandler has non-deterministic sort order for XML files

2011-11-17 Thread Hoss Man (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152287#comment-13152287 ] Hoss Man commented on SOLR-2864: Gabriel: one thing that's not clear to me from your patch

[jira] [Resolved] (SOLR-2689) !frange with query($qq) sets score=1.0f for all returned documents

2011-11-17 Thread Hoss Man (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-2689. Resolution: Not A Problem Fix Version/s: (was: 3.5) (was: 4.0) resolving a

[jira] [Commented] (SOLR-2888) FSTSuggester should use utf8/utf32 order

2011-11-17 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152194#comment-13152194 ] Dawid Weiss commented on SOLR-2888: --- The patch contains a logical error in FSTCompletionL

[jira] [Resolved] (LUCENE-3562) Stop storing TermsEnum in CloseableThreadLocal inside Terms instance

2011-11-17 Thread Michael McCandless (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-3562. Resolution: Fixed > Stop storing TermsEnum in CloseableThreadLocal inside Term

[jira] [Commented] (LUCENE-3562) Stop storing TermsEnum in CloseableThreadLocal inside Terms instance

2011-11-17 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152151#comment-13152151 ] Robert Muir commented on LUCENE-3562: - +1 > Stop storing TermsEnum i

[jira] [Assigned] (LUCENE-3577) rename expungeDeletes

2011-11-17 Thread Michael McCandless (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-3577: -- Assignee: Michael McCandless > rename expungeDeletes > ---

[jira] [Updated] (LUCENE-3577) rename expungeDeletes

2011-11-17 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3577: --- Attachment: LUCENE-3577.patch Patch w/ rote rename to forceMergeDeletes.

[jira] [Updated] (LUCENE-3562) Stop storing TermsEnum in CloseableThreadLocal inside Terms instance

2011-11-17 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3562: --- Attachment: LUCENE-3562.patch New patch; also cuts over MultiPhraseQuery to save the

[jira] [Updated] (SOLR-2853) SpellCheckCollator.collate method creates the a PossibilityIterator with maxTries instead of maxCollations

2011-11-17 Thread James Dyer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-2853: - Attachment: SOLR-2853.patch Updated patch & added a unit test. With "spellcheck.maxCollationTries=0&spe

[jira] [Updated] (SOLR-2888) FSTSuggester should use utf8/utf32 order

2011-11-17 Thread Dawid Weiss (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-2888: -- Attachment: SOLR-2888.patch Proposed patch that fixes SOLR-2888 and SOLR-2887. This is also non-backward

[jira] [Resolved] (LUCENE-3580) Most 4.0 PostingsReaders don't obey DISI contract

2011-11-17 Thread Robert Muir (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3580. - Resolution: Fixed resolving for real this time hopefully :) > Most 4.0 Postings

[jira] [Updated] (SOLR-2888) FSTSuggester should use utf8/utf32 order

2011-11-17 Thread Dawid Weiss (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-2888: -- Attachment: (was: SOLR-3888.patch) > FSTSuggester should use utf8/utf32 order > ---

[jira] [Updated] (LUCENE-3580) Most 4.0 PostingsReaders don't obey DISI contract

2011-11-17 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3580: Attachment: LUCENE-3580_tv.patch here's a patch fixing the TV DISIs and adding tests. I think we

[jira] [Commented] (SOLR-2578) ReplicationHandler Backups -- clean up old backups

2011-11-17 Thread James Dyer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152085#comment-13152085 ] James Dyer commented on SOLR-2578: -- Thanks for committing this. I have updated the wiki.

[jira] [Created] (SOLR-2903) MalformedURLException logging in TikaEntityProcessor

2011-11-17 Thread Okke Klein (Created) (JIRA)
MalformedURLException logging in TikaEntityProcessor - Key: SOLR-2903 URL: https://issues.apache.org/jira/browse/SOLR-2903 Project: Solr Issue Type: Improvement Components: contr

[jira] [Updated] (LUCENE-3580) Most 4.0 PostingsReaders don't obey DISI contract

2011-11-17 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3580: Attachment: LUCENE-3580_scorers.patch for scorers, i found no bugs at least in core tests... attac

[jira] [Commented] (LUCENE-3580) Most 4.0 PostingsReaders don't obey DISI contract

2011-11-17 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152077#comment-13152077 ] Uwe Schindler commented on LUCENE-3580: --- Finally, I think the idea to have two sepa

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

2011-11-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/11379/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestTransactions.testTransactions Error Message: MockDirectoryWrapper: cannot close: there are still open files: {_6_1.frq=1} Stack Trace: java.lang.RuntimeException: Moc

[jira] [Reopened] (LUCENE-3580) Most 4.0 PostingsReaders don't obey DISI contract

2011-11-17 Thread Robert Muir (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-3580: - reopening to add tests/fixes for other DISI impls > Most 4.0 PostingsReaders don't

[jira] [Commented] (LUCENE-3580) Most 4.0 PostingsReaders don't obey DISI contract

2011-11-17 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152071#comment-13152071 ] Robert Muir commented on LUCENE-3580: - actually i will reopen the issue: i think we s

[jira] [Commented] (LUCENE-3580) Most 4.0 PostingsReaders don't obey DISI contract

2011-11-17 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152069#comment-13152069 ] Robert Muir commented on LUCENE-3580: - Same bug in termvectors reader (sorry, i forgo

[jira] [Commented] (LUCENE-3580) Most 4.0 PostingsReaders don't obey DISI contract

2011-11-17 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152060#comment-13152060 ] Uwe Schindler commented on LUCENE-3580: --- +1, thanks Robert! I think DISI as basis/c

[jira] [Resolved] (LUCENE-3580) Most 4.0 PostingsReaders don't obey DISI contract

2011-11-17 Thread Robert Muir (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3580. - Resolution: Fixed Fix Version/s: 4.0 > Most 4.0 PostingsReaders don't obey DISI contr

[jira] [Commented] (LUCENE-3580) Most 4.0 PostingsReaders don't obey DISI contract

2011-11-17 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152058#comment-13152058 ] Michael McCandless commented on LUCENE-3580: +1, good catch!

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 973 - Failure

2011-11-17 Thread Robert Muir
I'm seeing these locally running tests too, and not just this one. I think its the new evilness added to mockdirectorywrapper to throw exceptions sometimes on createOutput ? On Thu, Nov 17, 2011 at 8:48 AM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-tests-onl

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

2011-11-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/973/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestTransactions.testTransactions Error Message: MockDirectoryWrapper: cannot close: there are still open files: {_3_1.frq=1, _3_0.frq=1} Stack Trace: java.lang.Runt

[jira] [Updated] (LUCENE-3580) Most 4.0 PostingsReaders don't obey DISI contract

2011-11-17 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3580: Attachment: LUCENE-3580.patch updated patch fixing the other postings readers... i don't think thi

[jira] [Assigned] (LUCENE-3580) Most 4.0 PostingsReaders don't obey DISI contract

2011-11-17 Thread Robert Muir (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-3580: --- Assignee: Robert Muir > Most 4.0 PostingsReaders don't obey DISI contract >

[jira] [Issue Comment Edited] (SOLR-2368) Improve extended dismax (edismax) parser

2011-11-17 Thread Jamie Johnson (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152028#comment-13152028 ] Jamie Johnson edited comment on SOLR-2368 at 11/17/11 12:46 PM: -

[jira] [Commented] (SOLR-2368) Improve extended dismax (edismax) parser

2011-11-17 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152028#comment-13152028 ] Jamie Johnson commented on SOLR-2368: - I've found an issue with trailing && ||, mixed &

[jira] [Resolved] (LUCENE-3573) TaxonomyReader.refresh() is broken, replace its logic with reopen(), following IR.reopen pattern

2011-11-17 Thread Doron Cohen (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen resolved LUCENE-3573. - Resolution: Fixed Committed: - r1202754 - trunk - r1203165 - 3x > TaxonomyReade

[jira] [Resolved] (SOLR-2902) List of collations are wrong parsed in SpellCheckResponse

2011-11-17 Thread Simon Willnauer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved SOLR-2902. --- Resolution: Fixed committed to trunk and 3.x. I also added a changes.txt entry. thank you Bas

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

2011-11-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/971/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.LargeVolumeJettyTest.testMultiThreaded Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.RuntimeE

[jira] [Updated] (SOLR-2902) List of collations are wrong parsed in SpellCheckResponse

2011-11-17 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-2902: -- Fix Version/s: 4.0 3.5 > List of collations are wrong parsed in SpellChec