[jira] [Commented] (LUCENE-5914) More options for stored fields compression

2014-12-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231144#comment-14231144 ] Adrien Grand commented on LUCENE-5914: -- For the benchmarks, there are two reasons I

[jira] [Commented] (LUCENE-5914) More options for stored fields compression

2014-12-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231163#comment-14231163 ] Robert Muir commented on LUCENE-5914: - the benchmark I did here are for

Re: svn commit: r1641902 - in /lucene/dev/trunk/lucene: core/src/test/org/apache/lucene/index/TestIndexWriter.java test-framework/src/java/org/apache/lucene/mockfile/FilterFileSystem.java test-framewo

2014-12-02 Thread Michael McCandless
I'll fix the message to make it clear you are not running on WINDOWS but rather our WindowsFS. I agree we should strive to have our tests be portable across OS's ... But unfortunately this test case is for a nasty corruption bug (LUCENE-5574) that can't happen on Windows... Mike McCandless

[jira] [Commented] (SOLR-4509) Disable HttpClient stale check for performance and fewer spurious connection errors.

2014-12-02 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231190#comment-14231190 ] Oleg Kalnichevski commented on SOLR-4509: - The idea behind connection check

[jira] [Created] (LUCENE-6086) Minor optimizations to the encoding of numerics in stored fields

2014-12-02 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-6086: Summary: Minor optimizations to the encoding of numerics in stored fields Key: LUCENE-6086 URL: https://issues.apache.org/jira/browse/LUCENE-6086 Project: Lucene -

[jira] [Updated] (LUCENE-6086) Minor optimizations to the encoding of numerics in stored fields

2014-12-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6086: - Attachment: LUCENE-6086.patch The idea behing this encoding is that longs are often used to

[jira] [Commented] (LUCENE-6085) Add back SI.attributes (safely)

2014-12-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231202#comment-14231202 ] Adrien Grand commented on LUCENE-6085: -- +1 Add back SI.attributes (safely)

[jira] [Commented] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231210#comment-14231210 ] Adrien Grand commented on LUCENE-5873: -- The contract of advance is to return the

[jira] [Commented] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231212#comment-14231212 ] Adrien Grand commented on LUCENE-5873: -- (Just realized that some parents might not

[jira] [Comment Edited] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231212#comment-14231212 ] Adrien Grand edited comment on LUCENE-5873 at 12/2/14 9:36 AM:

[jira] [Commented] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231221#comment-14231221 ] Michael McCandless commented on LUCENE-5873: Not that this is a violation of

[jira] [Comment Edited] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231221#comment-14231221 ] Michael McCandless edited comment on LUCENE-5873 at 12/2/14 9:55 AM:

[jira] [Created] (LUCENE-6087) SearcherManager should accept foreign DirectoryReader on init

2014-12-02 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-6087: -- Summary: SearcherManager should accept foreign DirectoryReader on init Key: LUCENE-6087 URL: https://issues.apache.org/jira/browse/LUCENE-6087 Project:

[jira] [Updated] (LUCENE-6087) SearcherManager should accept foreign DirectoryReader on init

2014-12-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6087: --- Attachment: LUCENE-6087.patch Simple patch + test; I think it's ready.

Re: [JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 690 - Failure

2014-12-02 Thread Michael McCandless
I committed a fix: the test got MockRandomMP, causing O(N^2) merging Mike McCandless http://blog.mikemccandless.com On Mon, Dec 1, 2014 at 5:14 PM, Michael McCandless luc...@mikemccandless.com wrote: I'll dig. Mike McCandless http://blog.mikemccandless.com On Mon, Dec 1, 2014 at

[jira] [Updated] (SOLR-6559) Create an endpoint /update/xml/docs endpoint to do custom xml indexing

2014-12-02 Thread Anurag Sharma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anurag Sharma updated SOLR-6559: Attachment: SOLR-6559.patch Attached unit test demonstrates flattening capabilities of

[jira] [Commented] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231270#comment-14231270 ] Mikhail Khludnev commented on LUCENE-5873: -- bq. The contract of advance is to

[jira] [Commented] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231276#comment-14231276 ] Adrien Grand commented on LUCENE-5873: -- But isn't it relying too much on the way

[jira] [Commented] (LUCENE-6087) SearcherManager should accept foreign DirectoryReader on init

2014-12-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231281#comment-14231281 ] Adrien Grand commented on LUCENE-6087: -- +1 SearcherManager should accept foreign

[jira] [Commented] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231284#comment-14231284 ] Mikhail Khludnev commented on LUCENE-5873: -- bq. Why can't it return the first

[jira] [Commented] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231289#comment-14231289 ] Adrien Grand commented on LUCENE-5873: -- Then maybe the issue is within the test? I

[jira] [Commented] (SOLR-6802) Solr AnalyticsQuery API returns analytics by documents that don't match query

2014-12-02 Thread Daulet Kadirbekov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231290#comment-14231290 ] Daulet Kadirbekov commented on SOLR-6802: - Yes, I am using pluggable analytic

[jira] [Comment Edited] (SOLR-6802) Solr AnalyticsQuery API returns analytics by documents that don't match query

2014-12-02 Thread Daulet Kadirbekov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231290#comment-14231290 ] Daulet Kadirbekov edited comment on SOLR-6802 at 12/2/14 10:45 AM:

[jira] [Comment Edited] (SOLR-6802) Solr AnalyticsQuery API returns analytics by documents that don't match query

2014-12-02 Thread Daulet Kadirbekov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231290#comment-14231290 ] Daulet Kadirbekov edited comment on SOLR-6802 at 12/2/14 10:45 AM:

[jira] [Comment Edited] (SOLR-6802) Solr AnalyticsQuery API returns analytics by documents that don't match query

2014-12-02 Thread Daulet Kadirbekov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231290#comment-14231290 ] Daulet Kadirbekov edited comment on SOLR-6802 at 12/2/14 10:46 AM:

[jira] [Comment Edited] (SOLR-6802) Solr AnalyticsQuery API returns analytics by documents that don't match query

2014-12-02 Thread Daulet Kadirbekov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231290#comment-14231290 ] Daulet Kadirbekov edited comment on SOLR-6802 at 12/2/14 10:52 AM:

[jira] [Commented] (SOLR-6583) Resuming connection with ZooKeeper causes log replay

2014-12-02 Thread Yago Riveiro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231304#comment-14231304 ] Yago Riveiro commented on SOLR-6583: This is happening in Solr 4.6.1 too. {code} ERROR

[jira] [Commented] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231313#comment-14231313 ] Mikhail Khludnev commented on LUCENE-5873: -- in this case i'd rather blame an

[jira] [Created] (SOLR-6812) distrib.singlePass does not work for expand-request

2014-12-02 Thread Per Steffensen (JIRA)
Per Steffensen created SOLR-6812: Summary: distrib.singlePass does not work for expand-request Key: SOLR-6812 URL: https://issues.apache.org/jira/browse/SOLR-6812 Project: Solr Issue Type:

[jira] [Updated] (SOLR-6812) distrib.singlePass does not work for expand-request

2014-12-02 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-6812: - Attachment: test_that_reveals_the_problem.patch Attached patch (branch_5x) that change an existing

[jira] [Commented] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231324#comment-14231324 ] Adrien Grand commented on LUCENE-5873: -- ok AssertionError in

[jira] [Updated] (SOLR-6812) distrib.singlePass does not work for expand-request

2014-12-02 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-6812: - Attachment: fix.patch Attached a fix to the problem. Problem is that {{ExpandComponent}} kinda

[jira] [Commented] (SOLR-6796) distrib.singlePass does not return correct set of fields for multi-fl-parameter requests

2014-12-02 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231325#comment-14231325 ] Per Steffensen commented on SOLR-6796: -- Maybe I can convince you to take a look at

[jira] [Commented] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231331#comment-14231331 ] Michael McCandless commented on LUCENE-5873: bq. Giving this, depending on

[jira] [Commented] (LUCENE-6087) SearcherManager should accept foreign DirectoryReader on init

2014-12-02 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231333#comment-14231333 ] Simon Willnauer commented on LUCENE-6087: - +1 ;) thanks mike SearcherManager

[jira] [Commented] (LUCENE-5873) AssertionError in ToChildBlockJoinScorer.advance

2014-12-02 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231336#comment-14231336 ] Mikhail Khludnev commented on LUCENE-5873: -- bq. I'm confused here: who is

[jira] [Commented] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-12-02 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231355#comment-14231355 ] Modassar Ather commented on LUCENE-5205: A query like following is throwing

[jira] [Created] (SOLR-6813) distrib.singlePass does not work for expand-request - start/rows included

2014-12-02 Thread Per Steffensen (JIRA)
Per Steffensen created SOLR-6813: Summary: distrib.singlePass does not work for expand-request - start/rows included Key: SOLR-6813 URL: https://issues.apache.org/jira/browse/SOLR-6813 Project: Solr

[jira] [Updated] (SOLR-6813) distrib.singlePass does not work for expand-request - start/rows included

2014-12-02 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-6813: - Attachment: test_that_reveals_the_problem.patch Attached patch (branch_5x) that change an existing

[jira] [Commented] (SOLR-6813) distrib.singlePass does not work for expand-request - start/rows included

2014-12-02 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231428#comment-14231428 ] Per Steffensen commented on SOLR-6813: -- Unlike for SOLR-6812 (and SOLR-6795 and

[jira] [Resolved] (SOLR-6591) Cluster state updates can be lost on exception in main queue loop

2014-12-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-6591. - Resolution: Fixed Fix Version/s: 5.0 Cluster state updates can be lost on

[jira] [Comment Edited] (SOLR-6796) distrib.singlePass does not return correct set of fields for multi-fl-parameter requests

2014-12-02 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231325#comment-14231325 ] Per Steffensen edited comment on SOLR-6796 at 12/2/14 12:55 PM:

[jira] [Commented] (SOLR-6476) Create a bulk mode for schema API

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231432#comment-14231432 ] ASF subversion and git services commented on SOLR-6476: --- Commit

[jira] [Updated] (SOLR-6796) distrib.singlePass does not return correct set of fields for multi-fl-parameter requests

2014-12-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-6796: Attachment: SOLR-6796.patch Patch which combines the test and fix given by Per. I

[jira] [Commented] (SOLR-6796) distrib.singlePass does not return correct set of fields for multi-fl-parameter requests

2014-12-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231448#comment-14231448 ] Shalin Shekhar Mangar commented on SOLR-6796: - I'll take a look at SOLR-6812

[jira] [Commented] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-12-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231476#comment-14231476 ] Tim Allison commented on LUCENE-5205: - Will look into it. To confirm, you have a

[jira] [Comment Edited] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-12-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231476#comment-14231476 ] Tim Allison edited comment on LUCENE-5205 at 12/2/14 1:39 PM:

[jira] [Commented] (SOLR-4792) stop shipping a war in 5.0

2014-12-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231479#comment-14231479 ] Mark Miller commented on SOLR-4792: --- My point is - we have had a discussion, we have had

[jira] [Commented] (SOLR-6796) distrib.singlePass does not return correct set of fields for multi-fl-parameter requests

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231502#comment-14231502 ] ASF subversion and git services commented on SOLR-6796: --- Commit

[jira] [Commented] (SOLR-6796) distrib.singlePass does not return correct set of fields for multi-fl-parameter requests

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231505#comment-14231505 ] ASF subversion and git services commented on SOLR-6796: --- Commit

[jira] [Commented] (SOLR-6796) distrib.singlePass does not return correct set of fields for multi-fl-parameter requests

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231521#comment-14231521 ] ASF subversion and git services commented on SOLR-6796: --- Commit

[jira] [Resolved] (SOLR-6796) distrib.singlePass does not return correct set of fields for multi-fl-parameter requests

2014-12-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-6796. - Resolution: Fixed Thanks Per! distrib.singlePass does not return correct set of

[jira] [Updated] (SOLR-6796) distrib.singlePass does not return correct set of fields for multi-fl-parameter requests

2014-12-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-6796: Affects Version/s: 4.10.2 Fix Version/s: Trunk 5.0

[jira] [Commented] (SOLR-4792) stop shipping a war in 5.0

2014-12-02 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231524#comment-14231524 ] Jayson Minard commented on SOLR-4792: - Mark: so final understanding: WAR gone from

[jira] [Commented] (SOLR-6559) Create an endpoint /update/xml/docs endpoint to do custom xml indexing

2014-12-02 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231532#comment-14231532 ] Noble Paul commented on SOLR-6559: -- It is OK to stick to XPath syntax . Because we don't

[jira] [Commented] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-12-02 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231544#comment-14231544 ] David Smiley commented on LUCENE-5205: -- On the Solr end, I added a terms QParser

[jira] [Commented] (SOLR-4792) stop shipping a war in 5.0

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231545#comment-14231545 ] ASF subversion and git services commented on SOLR-4792: --- Commit

[jira] [Commented] (SOLR-4792) stop shipping a war in 5.0

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231546#comment-14231546 ] ASF subversion and git services commented on SOLR-4792: --- Commit

[jira] [Commented] (SOLR-4792) stop shipping a war in 5.0

2014-12-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231548#comment-14231548 ] Mark Miller commented on SOLR-4792: --- bq. so final understanding: WAR gone from maven, WAR

Re: Why do we have a CoreAdminHandler#Load action?

2014-12-02 Thread Erick Erickson
Hmmm, this looks odd, indeed. Perhaps it was an incomplete attempt to fix up the fact that after you UNLOAD a core, it's not obvious that CREATE (or maybe RELOAD?) would get the core back. But it doesn't seem to do anything so even if someone uses it, nothing happens which is A Bad Thing.

[jira] [Commented] (LUCENE-6087) SearcherManager should accept foreign DirectoryReader on init

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231564#comment-14231564 ] ASF subversion and git services commented on LUCENE-6087: - Commit

[jira] [Commented] (LUCENE-6087) SearcherManager should accept foreign DirectoryReader on init

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231566#comment-14231566 ] ASF subversion and git services commented on LUCENE-6087: - Commit

[jira] [Resolved] (LUCENE-6087) SearcherManager should accept foreign DirectoryReader on init

2014-12-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6087. Resolution: Fixed SearcherManager should accept foreign DirectoryReader on init

[jira] [Commented] (LUCENE-6075) SimpleRateLimiter cast overflow results in Thread.sleep exception

2014-12-02 Thread Boaz Leskes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231579#comment-14231579 ] Boaz Leskes commented on LUCENE-6075: - Yeah, that's the tricky part which made me

[jira] [Comment Edited] (SOLR-6812) distrib.singlePass does not work for expand-request

2014-12-02 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231323#comment-14231323 ] Per Steffensen edited comment on SOLR-6812 at 12/2/14 3:09 PM:

[jira] [Commented] (SOLR-4799) SQLEntityProcessor for zipper join

2014-12-02 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231599#comment-14231599 ] Noble Paul commented on SOLR-4799: -- Isn't only relevant for {{SqlEntityProcessor}} ? can

[jira] [Commented] (SOLR-4799) SQLEntityProcessor for zipper join

2014-12-02 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231640#comment-14231640 ] James Dyer commented on SOLR-4799: -- Let me mention that with SOLR-2943, you can read back

[jira] [Commented] (SOLR-6732) Back-compat break for LIR state in 4.10.2

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231650#comment-14231650 ] ASF subversion and git services commented on SOLR-6732: --- Commit

[jira] [Commented] (LUCENE-6085) Add back SI.attributes (safely)

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231660#comment-14231660 ] ASF subversion and git services commented on LUCENE-6085: - Commit

[jira] [Commented] (SOLR-6732) Back-compat break for LIR state in 4.10.2

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231664#comment-14231664 ] ASF subversion and git services commented on SOLR-6732: --- Commit

[jira] [Updated] (SOLR-6732) Back-compat break for LIR state in 4.10.2

2014-12-02 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-6732: - Fix Version/s: 5.0 Back-compat break for LIR state in 4.10.2

[jira] [Commented] (SOLR-4799) SQLEntityProcessor for zipper join

2014-12-02 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231681#comment-14231681 ] Noble Paul commented on SOLR-4799: -- If that is the case please change the

[jira] [Created] (LUCENE-6088) Make TermsFilter implement Accountable

2014-12-02 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-6088: Summary: Make TermsFilter implement Accountable Key: LUCENE-6088 URL: https://issues.apache.org/jira/browse/LUCENE-6088 Project: Lucene - Core Issue Type:

[jira] [Updated] (LUCENE-6088) Make TermsFilter implement Accountable

2014-12-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6088: - Attachment: LUCENE-6088.patch Here is a patch. Make TermsFilter implement Accountable

[jira] [Assigned] (SOLR-6776) Data lost when use SoftCommit and TLog

2014-12-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-6776: -- Assignee: Yonik Seeley Data lost when use SoftCommit and TLog

[JENKINS-MAVEN] Lucene-Solr-Maven-5.x #775: POMs out of sync

2014-12-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-5.x/775/ 4 tests failed. FAILED: org.apache.solr.hadoop.MapReduceIndexerToolArgumentParserTest.org.apache.solr.hadoop.MapReduceIndexerToolArgumentParserTest Error Message: null Stack Trace: java.lang.AssertionError: null at

[jira] [Commented] (SOLR-6755) ClassCastException from CloudMLTQParserTest

2014-12-02 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231714#comment-14231714 ] Anshum Gupta commented on SOLR-6755: I haven't been able to reproduce this one even

[jira] [Commented] (LUCENE-6085) Add back SI.attributes (safely)

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231726#comment-14231726 ] ASF subversion and git services commented on LUCENE-6085: - Commit

[jira] [Resolved] (LUCENE-6085) Add back SI.attributes (safely)

2014-12-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-6085. - Resolution: Fixed Fix Version/s: Trunk 5.0 Add back SI.attributes

[jira] [Commented] (SOLR-6776) Data lost when use SoftCommit and TLog

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231728#comment-14231728 ] ASF subversion and git services commented on SOLR-6776: --- Commit

[jira] [Commented] (SOLR-6776) Data lost when use SoftCommit and TLog

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231732#comment-14231732 ] ASF subversion and git services commented on SOLR-6776: --- Commit

[jira] [Commented] (SOLR-6776) Data lost when use SoftCommit and TLog

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231733#comment-14231733 ] ASF subversion and git services commented on SOLR-6776: --- Commit

[jira] [Closed] (SOLR-6776) Data lost when use SoftCommit and TLog

2014-12-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley closed SOLR-6776. -- Resolution: Fixed Committed. Thanks! Data lost when use SoftCommit and TLog

[jira] [Commented] (SOLR-6653) bin/solr start script should return error code 0 when something fails

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231740#comment-14231740 ] ASF subversion and git services commented on SOLR-6653: --- Commit

[jira] [Commented] (SOLR-6653) bin/solr start script should return error code 0 when something fails

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231742#comment-14231742 ] ASF subversion and git services commented on SOLR-6653: --- Commit

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2267 - Failure

2014-12-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2267/ 1 tests failed. FAILED: org.apache.lucene.spatial.prefix.DateNRStrategyTest.testContains {#9 seed=[801EEB0A7D92DF9E:7325FAA06CA28D9F]} Error Message: [Contains] Shouldn't match I#1:465172-01 Q:[465172 TO 465172-01] Stack

Re: svn commit: r1641902 - in /lucene/dev/trunk/lucene: core/src/test/org/apache/lucene/index/TestIndexWriter.java test-framework/src/java/org/apache/lucene/mockfile/FilterFileSystem.java test-framewo

2014-12-02 Thread Chris Hostetter
: I'll fix the message to make it clear you are not running on WINDOWS : but rather our WindowsFS. thanks. : I agree we should strive to have our tests be portable across OS's ... : : But unfortunately this test case is for a nasty corruption bug : (LUCENE-5574) that can't happen on Windows...

Re: svn commit: r1641902 - in /lucene/dev/trunk/lucene: core/src/test/org/apache/lucene/index/TestIndexWriter.java test-framework/src/java/org/apache/lucene/mockfile/FilterFileSystem.java test-framewo

2014-12-02 Thread Robert Muir
On Tue, Dec 2, 2014 at 12:01 PM, Chris Hostetter hossman_luc...@fucit.org wrote: my question: rather then assumeFalse() ~1/10 of the time (even when the underlying OS/FS is *NOT* windows) why not unwrap that (mock) windowsfs and still run the test using the real file system? Wouldn't that be

[jira] [Commented] (SOLR-6554) Speed up overseer operations for collections with stateFormat 1

2014-12-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231762#comment-14231762 ] Shalin Shekhar Mangar commented on SOLR-6554: - There is one problem in my

[jira] [Created] (LUCENE-6089) Tune CompressionMode.HIGH_COMPRESSION

2014-12-02 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-6089: --- Summary: Tune CompressionMode.HIGH_COMPRESSION Key: LUCENE-6089 URL: https://issues.apache.org/jira/browse/LUCENE-6089 Project: Lucene - Core Issue Type: Bug

[jira] [Updated] (LUCENE-6089) Tune CompressionMode.HIGH_COMPRESSION

2014-12-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-6089: Attachment: LUCENE-6089.patch Tune CompressionMode.HIGH_COMPRESSION

[jira] [Commented] (LUCENE-6089) Tune CompressionMode.HIGH_COMPRESSION

2014-12-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231784#comment-14231784 ] Adrien Grand commented on LUCENE-6089: -- +1 Tune CompressionMode.HIGH_COMPRESSION

[jira] [Commented] (SOLR-6756) The cloud-dev scripts do not seem to work with the new example layout.

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231801#comment-14231801 ] ASF subversion and git services commented on SOLR-6756: --- Commit

[jira] [Commented] (SOLR-6756) The cloud-dev scripts do not seem to work with the new example layout.

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231813#comment-14231813 ] ASF subversion and git services commented on SOLR-6756: --- Commit

[jira] [Commented] (SOLR-6653) bin/solr start script should return error code 0 when something fails

2014-12-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231822#comment-14231822 ] ASF subversion and git services commented on SOLR-6653: --- Commit

[jira] [Updated] (SOLR-6581) Prepare CollapsingQParserPlugin and ExpandComponent for 5.0

2014-12-02 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-6581: - Attachment: SOLR-6581.patch Prepare CollapsingQParserPlugin and ExpandComponent for 5.0

[jira] [Commented] (SOLR-6604) distributed expand=truefl=key NPE fix, expand=truedistrib.singlePass=true consideration

2014-12-02 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231838#comment-14231838 ] Christine Poerschke commented on SOLR-6604: --- Linking SOLR-6604 and SOLR-6812

[jira] [Resolved] (SOLR-6768) Creating examples fails when Solr runs in foreground mode

2014-12-02 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter resolved SOLR-6768. -- Resolution: Fixed Fix Version/s: 4.10.3 Assignee: Timothy Potter Fixed as part

[jira] [Resolved] (SOLR-6653) bin/solr start script should return error code 0 when something fails

2014-12-02 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter resolved SOLR-6653. -- Resolution: Fixed Fix Version/s: 5.0 4.10.3 bin/solr start script

[jira] [Commented] (SOLR-6653) bin/solr start script should return error code 0 when something fails

2014-12-02 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231845#comment-14231845 ] Timothy Potter commented on SOLR-6653: -- [~yo...@apache.org] I fixed the issue you

  1   2   >