[jira] [Updated] (SOLR-5285) Solr response format should support child Docs

2014-05-22 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-5285: Attachment: SOLR-5285.patch bq. testBackCompatForSolrDocumentWithChildDocs doesn't seem valid to me

[jira] [Updated] (LUCENE-5650) Enforce read-only access to any path outside the temporary folder via security manager

2014-05-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-5650: Summary: Enforce read-only access to any path outside the temporary folder via security manager

[jira] [Commented] (LUCENE-5650) Enforce read-only access to any path outside the temporary folder via security manager

2014-05-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005649#comment-14005649 ] Dawid Weiss commented on LUCENE-5650: - I'm merging with the trunk right now. Will

[jira] [Comment Edited] (SOLR-5285) Solr response format should support child Docs

2014-05-22 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005648#comment-14005648 ] Varun Thacker edited comment on SOLR-5285 at 5/22/14 6:09 AM: --

Read only access to the filesystem outside temp. dirs enforced in tests.

2014-05-22 Thread Dawid Weiss
This is just a heads up that I will be committing in LUCENE-5650 that Ryan and I have been working on for some time now. This patch adds security manager rules that effectively prevent the JVM from writing anything outside its temporary folder (including the CWD!). While it may sound like an

[jira] [Commented] (LUCENE-5650) Enforce read-only access to any path outside the temporary folder via security manager

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

[jira] [Resolved] (SOLR-6100) BlendedInfixSuggester and AnalyzingInfixSuggester are never closed on core shutdown (unremovable files on Windows)

2014-05-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved SOLR-6100. --- Resolution: Fixed Fixed as part of LUCENE-5650. BlendedInfixSuggester and AnalyzingInfixSuggester

[jira] [Commented] (LUCENE-5650) Enforce read-only access to any path outside the temporary folder via security manager

2014-05-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005653#comment-14005653 ] Dawid Weiss commented on LUCENE-5650: - I've committed this patch to trunk. Let it

RE: Read only access to the filesystem outside temp. dirs enforced in tests.

2014-05-22 Thread Uwe Schindler
Hi Dawid, thanks for more cleanups! In fact, writing to source folder was not allowed before, too. I reviewed the patches: Lots of tests in Solr were indeed not properly creating temporary Solr instances, but as those tests never did anything on the fake solr folder, the SecurityException was

RE: [JENKINS] Lucene-Solr-4.x-Linux (32bit/ibm-j9-jdk7) - Build # 10236 - Failure!

2014-05-22 Thread Uwe Schindler
Will take care oft hat, I am unfortunately a bit busy at the moment. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Robert Muir [mailto:rcm...@gmail.com] Sent: Thursday, May 22, 2014 5:58 AM To:

Re: Read only access to the filesystem outside temp. dirs enforced in tests.

2014-05-22 Thread Dawid Weiss
Policeman Uwe at his lookout post! :) Thanks Uwe. We should maybe sometimes run the tests without SecurityManager (like Elasticsearch does) and without asserts enabled (no -ea) You'd have to modify the test rule that currently requires assertions to be enabled, but otherwise I think it's

[jira] [Commented] (SOLR-5285) Solr response format should support child Docs

2014-05-22 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005678#comment-14005678 ] Arcadius Ahouansou commented on SOLR-5285: -- Hi [~varunthacker] I am experimenting

RE: Read only access to the filesystem outside temp. dirs enforced in tests.

2014-05-22 Thread Uwe Schindler
Policeman Uwe at his lookout post! :) Thanks Uwe. We should maybe sometimes run the tests without SecurityManager (like Elasticsearch does) and without asserts enabled (no -ea) You'd have to modify the test rule that currently requires assertions to be enabled, but otherwise I think

[jira] [Commented] (SOLR-5285) Solr response format should support child Docs

2014-05-22 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005689#comment-14005689 ] Varun Thacker commented on SOLR-5285: - Hi [~arcadius], Thanks for trying out the

[jira] [Updated] (SOLR-5285) Solr response format should support child Docs

2014-05-22 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-5285: Attachment: SOLR-5285.patch Correct patch with all the changes. Solr response format should

[jira] [Commented] (SOLR-5285) Solr response format should support child Docs

2014-05-22 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005716#comment-14005716 ] Arcadius Ahouansou commented on SOLR-5285: -- Hi @Varun Thacker Yes, in my use case,

[jira] [Commented] (LUCENE-5683) Improve SegmentReader.getXXXDocValues

2014-05-22 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005729#comment-14005729 ] Shai Erera commented on LUCENE-5683: I've thought about it more ... I really don't

[jira] [Resolved] (LUCENE-5683) Improve SegmentReader.getXXXDocValues

2014-05-22 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-5683. Resolution: Won't Fix Improve SegmentReader.getXXXDocValues

[jira] [Commented] (LUCENE-5168) ByteSliceReader assert trips with 32-bit oracle 1.7.0_25 + G1GC

2014-05-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005730#comment-14005730 ] Michael McCandless commented on LUCENE-5168: Looks like the G1GC bug is still

[jira] [Commented] (LUCENE-5693) don't write deleted documents on flush

2014-05-22 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005735#comment-14005735 ] Shai Erera commented on LUCENE-5693: So the question is, if we think the common case

[jira] [Commented] (LUCENE-5693) don't write deleted documents on flush

2014-05-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005736#comment-14005736 ] Michael McCandless commented on LUCENE-5693: bq. So if we want to rename the

[jira] [Commented] (LUCENE-5693) don't write deleted documents on flush

2014-05-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005740#comment-14005740 ] Michael McCandless commented on LUCENE-5693: bq. couldn't we change the code

[jira] [Comment Edited] (SOLR-5285) Solr response format should support child Docs

2014-05-22 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005716#comment-14005716 ] Arcadius Ahouansou edited comment on SOLR-5285 at 5/22/14 8:59 AM:

[jira] [Commented] (LUCENE-5168) ByteSliceReader assert trips with 32-bit oracle 1.7.0_25 + G1GC

2014-05-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005745#comment-14005745 ] Dawid Weiss commented on LUCENE-5168: - I'm quite sure it's still there. I am in touch

[jira] [Commented] (LUCENE-5675) ID postings format

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

[jira] [Created] (SOLR-6107) Sort on Phrase Frequency

2014-05-22 Thread kamlesh (JIRA)
kamlesh created SOLR-6107: - Summary: Sort on Phrase Frequency Key: SOLR-6107 URL: https://issues.apache.org/jira/browse/SOLR-6107 Project: Solr Issue Type: Task Components: clients - java

[jira] [Commented] (LUCENE-5693) don't write deleted documents on flush

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

[jira] [Commented] (LUCENE-5693) don't write deleted documents on flush

2014-05-22 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005754#comment-14005754 ] Shai Erera commented on LUCENE-5693: I don't see what's wrong w/ not sending the

[jira] [Commented] (LUCENE-5168) ByteSliceReader assert trips with 32-bit oracle 1.7.0_25 + G1GC

2014-05-22 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005783#comment-14005783 ] Uwe Schindler commented on LUCENE-5168: --- I don't think this is closely related to

[jira] [Commented] (LUCENE-5168) ByteSliceReader assert trips with 32-bit oracle 1.7.0_25 + G1GC

2014-05-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005785#comment-14005785 ] Dawid Weiss commented on LUCENE-5168: - Very likely it's a combination of environment

[jira] [Commented] (LUCENE-5693) don't write deleted documents on flush

2014-05-22 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005787#comment-14005787 ] Simon Willnauer commented on LUCENE-5693: - I really wonder if this issue matters.

[jira] [Commented] (LUCENE-5693) don't write deleted documents on flush

2014-05-22 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005795#comment-14005795 ] Shai Erera commented on LUCENE-5693: Hmm, I reviewed SortedDVWriter and I understand

[jira] [Created] (SOLR-6108) Add SolrJ support for 'addreplica' Collection API

2014-05-22 Thread Shalin Shekhar Mangar (JIRA)
Shalin Shekhar Mangar created SOLR-6108: --- Summary: Add SolrJ support for 'addreplica' Collection API Key: SOLR-6108 URL: https://issues.apache.org/jira/browse/SOLR-6108 Project: Solr

[jira] [Created] (SOLR-6109) SolrJ CollectionAdmin requests should support setting core properties

2014-05-22 Thread Shalin Shekhar Mangar (JIRA)
Shalin Shekhar Mangar created SOLR-6109: --- Summary: SolrJ CollectionAdmin requests should support setting core properties Key: SOLR-6109 URL: https://issues.apache.org/jira/browse/SOLR-6109

[jira] [Commented] (LUCENE-5693) don't write deleted documents on flush

2014-05-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005828#comment-14005828 ] Michael McCandless commented on LUCENE-5693: bq. I really wonder if this

[jira] [Resolved] (LUCENE-5693) don't write deleted documents on flush

2014-05-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5693. Resolution: Won't Fix don't write deleted documents on flush

[jira] [Updated] (SOLR-6108) Add SolrJ support for 'addreplica' Collection API

2014-05-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-6108: Attachment: SOLR-6108.patch # Added CollectionAdminRequest.AddReplica class # Use

Unrelated Features within Data at Solr

2014-05-22 Thread Furkan KAMACI
Hi; As you know that commitWithin is a nice feature for Solr. You can either use it via URL as a query parameter or within documents to index. As like: {add:{ doc:{id:change.me,title:change.me },boost:1.0,overwrite:true,commitWithin:1000}} However I think that is is not a feature of data and it

[jira] [Commented] (LUCENE-5675) ID postings format

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

[jira] [Commented] (LUCENE-5693) don't write deleted documents on flush

2014-05-22 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005837#comment-14005837 ] Shai Erera commented on LUCENE-5693: bq. But I'll resolve this as WONTFIX ... looks

[jira] [Updated] (SOLR-6104) The 'addreplica' Collection API does not support async parameter

2014-05-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-6104: Attachment: SOLR-6104.patch On further investigation I found that support for async

[jira] [Commented] (SOLR-6108) Add SolrJ support for 'addreplica' Collection API

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

[jira] [Commented] (SOLR-6108) Add SolrJ support for 'addreplica' Collection API

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

[jira] [Resolved] (SOLR-6108) Add SolrJ support for 'addreplica' Collection API

2014-05-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-6108. - Resolution: Fixed Assignee: Shalin Shekhar Mangar Add SolrJ support for

[jira] [Commented] (SOLR-6104) The 'addreplica' Collection API does not support async parameter

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

[jira] [Commented] (SOLR-6104) The 'addreplica' Collection API does not support async parameter

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

[jira] [Comment Edited] (SOLR-6104) The 'addreplica' Collection API does not support async parameter

2014-05-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005838#comment-14005838 ] Shalin Shekhar Mangar edited comment on SOLR-6104 at 5/22/14 11:59 AM:

[jira] [Resolved] (SOLR-6104) The 'addreplica' Collection API does not support async parameter

2014-05-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-6104. - Resolution: Fixed Assignee: Shalin Shekhar Mangar The 'addreplica'

[jira] [Resolved] (LUCENE-5622) Fail tests if they print over the given limit of bytes to System.out or System.err

2014-05-22 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-5622. - Resolution: Fixed Can't reproduce this, everything seems to work fine. Fail tests if they

[jira] [Updated] (SOLR-6086) Replica active during Warming

2014-05-22 Thread ludovic Boutros (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ludovic Boutros updated SOLR-6086: -- Attachment: SOLR-6086.patch Second patch which also solves the second case. A second test

[jira] [Commented] (SOLR-6101) Shard splitting doesn't work in legacyCloud=false mode

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

[jira] [Commented] (SOLR-6101) Shard splitting doesn't work in legacyCloud=false mode

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

[jira] [Resolved] (SOLR-6101) Shard splitting doesn't work in legacyCloud=false mode

2014-05-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-6101. - Resolution: Fixed Shard splitting doesn't work in legacyCloud=false mode

[jira] [Commented] (LUCENE-5693) don't write deleted documents on flush

2014-05-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005862#comment-14005862 ] Robert Muir commented on LUCENE-5693: - {quote} I guess what bothers me here is this

[jira] [Updated] (LUCENE-5694) Fix Disjunction*Scorer not to score unless you ask it to

2014-05-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5694: Attachment: LUCENE-5694.patch patch. Fix Disjunction*Scorer not to score unless you ask it to

[jira] [Created] (LUCENE-5694) Fix Disjunction*Scorer not to score unless you ask it to

2014-05-22 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5694: --- Summary: Fix Disjunction*Scorer not to score unless you ask it to Key: LUCENE-5694 URL: https://issues.apache.org/jira/browse/LUCENE-5694 Project: Lucene - Core

[jira] [Commented] (LUCENE-5694) Fix Disjunction*Scorer not to score unless you ask it to

2014-05-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005889#comment-14005889 ] Robert Muir commented on LUCENE-5694: - If you disable BS1 in luceneutil, it will

[jira] [Commented] (SOLR-6107) Sort on Phrase Frequency

2014-05-22 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005895#comment-14005895 ] Ahmet Arslan commented on SOLR-6107: Hi Kamlesh, please ask this kind of questions to

[jira] [Closed] (SOLR-6107) Sort on Phrase Frequency

2014-05-22 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Arslan closed SOLR-6107. -- Resolution: Not a Problem I am closing this one, in favor of moving the question to mailing list. You

Re: Unrelated Features within Data at Solr

2014-05-22 Thread Alexandre Rafalovitch
Can you have a custom UpdateRequestProcessor in the chain that just skips processing such requests? Regards, Alex. Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency On Thu, May 22, 2014 at 6:34 PM, Furkan KAMACI

[jira] [Commented] (LUCENE-5694) Fix Disjunction*Scorer not to score unless you ask it to

2014-05-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005948#comment-14005948 ] Michael McCandless commented on LUCENE-5694: +1 Fix Disjunction*Scorer not

Re: Unrelated Features within Data at Solr

2014-05-22 Thread Furkan KAMACI
By the way, I think that I can drop that parameter within a custom UpdateRequestProcessor? 2014-05-22 17:32 GMT+03:00 Furkan KAMACI furkankam...@gmail.com: Hi Alexandre; Actually I do not want to skip them. I just want to drop commitWithin parameter. It seems that I have to customize Solr

[jira] [Created] (SOLR-6110) DIH increase tcp connections so full-import failed

2014-05-22 Thread Gambier (JIRA)
Gambier created SOLR-6110: - Summary: DIH increase tcp connections so full-import failed Key: SOLR-6110 URL: https://issues.apache.org/jira/browse/SOLR-6110 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-2894) Implement distributed pivot faceting

2014-05-22 Thread Andrew Muldowney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Muldowney updated SOLR-2894: --- Attachment: SOLR-2894.patch Me and Brett discovered serveral bugs with our mincount and the

Re: Unrelated Features within Data at Solr

2014-05-22 Thread Furkan KAMACI
Hi Alexandre; Actually I do not want to skip them. I just want to drop commitWithin parameter. It seems that I have to customize Solr for it. I think that it would be nice if commitWithin had been only query parameter instead of sending such kind of information within data too. Thanks; Furkan

[jira] [Comment Edited] (SOLR-2894) Implement distributed pivot faceting

2014-05-22 Thread Andrew Muldowney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14005984#comment-14005984 ] Andrew Muldowney edited comment on SOLR-2894 at 5/22/14 3:41 PM:

Re: Unrelated Features within Data at Solr

2014-05-22 Thread Jack Krupansky
To be clear, the commitWithin parameter is not within the “data” – an update stream consists of a sequence of “commands”, such as “add”, “delete”, “commit”, and “optimize”, while the “data” is contained within a “doc” element. The “commitWithin” parameter is specified for the “command”, not the

[jira] [Created] (LUCENE-5695) Add DocIdSet.ramBytesUsed

2014-05-22 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-5695: Summary: Add DocIdSet.ramBytesUsed Key: LUCENE-5695 URL: https://issues.apache.org/jira/browse/LUCENE-5695 Project: Lucene - Core Issue Type: New Feature

[jira] [Updated] (LUCENE-5695) Add DocIdSet.ramBytesUsed

2014-05-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5695: - Attachment: LUCENE-5695.patch Here is a patch. Add DocIdSet.ramBytesUsed

[jira] [Commented] (LUCENE-5694) Fix Disjunction*Scorer not to score unless you ask it to

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

[jira] [Commented] (LUCENE-5695) Add DocIdSet.ramBytesUsed

2014-05-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006090#comment-14006090 ] Adrien Grand commented on LUCENE-5695: -- I'm not too happy with the default

[jira] [Commented] (LUCENE-5695) Add DocIdSet.ramBytesUsed

2014-05-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006096#comment-14006096 ] Robert Muir commented on LUCENE-5695: - I think if we want to add a default impl, it

[jira] [Commented] (LUCENE-5694) Fix Disjunction*Scorer not to score unless you ask it to

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

[jira] [Commented] (SOLR-5468) Option to enforce a majority quorum approach to accepting updates in SolrCloud

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

[jira] [Resolved] (LUCENE-5694) Fix Disjunction*Scorer not to score unless you ask it to

2014-05-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-5694. - Resolution: Fixed Fix Version/s: 5.0 4.9 Fix Disjunction*Scorer not

[jira] [Commented] (SOLR-5468) Option to enforce a majority quorum approach to accepting updates in SolrCloud

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

[jira] [Reopened] (LUCENE-5683) Improve SegmentReader.getXXXDocValues

2014-05-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-5683: - Assignee: Robert Muir (was: Shai Erera) Improve SegmentReader.getXXXDocValues

[jira] [Updated] (SOLR-6106) Sometimes all the cores on a SolrCloud node cannot find their config when intializing the ManagedResourceStorage storageIO impl

2014-05-22 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-6106: - Attachment: SOLR-6106_prelim.patch This is just a preliminary patch to help troubleshoot this

[jira] [Commented] (LUCENE-5683) Improve SegmentReader.getXXXDocValues

2014-05-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006173#comment-14006173 ] Robert Muir commented on LUCENE-5683: - Sorry, I definitely see it as an inefficiency.

[jira] [Updated] (LUCENE-5683) Improve SegmentReader.getXXXDocValues

2014-05-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5683: Attachment: LUCENE-5683.patch patch, i removed the double-hashing when pulling norms as well.

[jira] [Commented] (SOLR-6015) managed synonyms don't gracefully handle lowercasing

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

[jira] [Created] (LUCENE-5696) Remove Weakhashmap from CachingWrapperFilter

2014-05-22 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5696: --- Summary: Remove Weakhashmap from CachingWrapperFilter Key: LUCENE-5696 URL: https://issues.apache.org/jira/browse/LUCENE-5696 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-5696) Remove Weakhashmap from CachingWrapperFilter

2014-05-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006253#comment-14006253 ] Michael McCandless commented on LUCENE-5696: +1 to make it explicit. Remove

[jira] [Commented] (LUCENE-5696) Remove Weakhashmap from CachingWrapperFilter

2014-05-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006254#comment-14006254 ] Adrien Grand commented on LUCENE-5696: -- +1 to a concurrent hash table and removing

[jira] [Commented] (LUCENE-5696) Remove Weakhashmap from CachingWrapperFilter

2014-05-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006287#comment-14006287 ] Robert Muir commented on LUCENE-5696: - {quote} If the point of the weak hash table

[jira] [Commented] (LUCENE-5675) ID postings format

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

[jira] [Commented] (LUCENE-5693) don't write deleted documents on flush

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

[jira] [Updated] (LUCENE-5675) ID postings format

2014-05-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5675: --- Affects Version/s: 5.0 4.9 ID postings format

[jira] [Updated] (LUCENE-5675) ID postings format

2014-05-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5675: --- Attachment: LUCENE-5675.patch Here's an applyable patch (created with

[jira] [Commented] (LUCENE-5675) ID postings format

2014-05-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006339#comment-14006339 ] Michael McCandless commented on LUCENE-5675: I'll move the new IDVPF to

[jira] [Commented] (SOLR-6110) DIH increase tcp connections so full-import failed

2014-05-22 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006340#comment-14006340 ] Mikhail Khludnev commented on SOLR-6110: # I can't imagine if anything is changed

[jira] [Commented] (SOLR-6110) DIH increase tcp connections so full-import failed

2014-05-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006348#comment-14006348 ] Shalin Shekhar Mangar commented on SOLR-6110: - This is a duplicate of SOLR-5954

[jira] [Commented] (LUCENE-5675) ID postings format

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

[jira] [Commented] (LUCENE-5675) ID postings format

2014-05-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006384#comment-14006384 ] Robert Muir commented on LUCENE-5675: - +1 for sandbox as a start ID postings format

[jira] [Comment Edited] (SOLR-6110) DIH increase tcp connections so full-import failed

2014-05-22 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006340#comment-14006340 ] Mikhail Khludnev edited comment on SOLR-6110 at 5/22/14 7:50 PM:

[jira] [Commented] (LUCENE-5696) Remove Weakhashmap from CachingWrapperFilter

2014-05-22 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006394#comment-14006394 ] Uwe Schindler commented on LUCENE-5696: --- bq. If the point of the weak hash table

[jira] [Commented] (LUCENE-5696) Remove Weakhashmap from CachingWrapperFilter

2014-05-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006409#comment-14006409 ] Robert Muir commented on LUCENE-5696: - {quote} But if you use a

[jira] [Commented] (LUCENE-5696) Remove Weakhashmap from CachingWrapperFilter

2014-05-22 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006451#comment-14006451 ] Uwe Schindler commented on LUCENE-5696: --- bq. How will it makes things worse (are

[jira] [Commented] (SOLR-6106) Sometimes all the cores on a SolrCloud node cannot find their config when intializing the ManagedResourceStorage storageIO impl

2014-05-22 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006462#comment-14006462 ] Timothy Potter commented on SOLR-6106: -- This looks to be caused by full GC pauses

[jira] [Commented] (LUCENE-5675) ID postings format

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

  1   2   >