[jira] [Updated] (SOLR-5300) Split shards with custom hash ranges

2013-10-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-5300: Attachment: SOLR-5300-cover-shardrange.patch # DocRouter.Range implements Comparable

[jira] [Commented] (SOLR-5302) Analytics Component

2013-10-22 Thread Andrew Psaltis (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802629#comment-13802629 ] Andrew Psaltis commented on SOLR-5302: -- [~sbower] This is great, we have been playing

[jira] [Commented] (SOLR-5300) Split shards with custom hash ranges

2013-10-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802623#comment-13802623 ] Shalin Shekhar Mangar commented on SOLR-5300: - bq. should we also check that th

[jira] [Commented] (SOLR-5374) Support user configured doc-centric versioning rules

2013-10-22 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802613#comment-13802613 ] Ramkumar Aiyengar commented on SOLR-5374: - My bad, I didn't quite get the Optimisti

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 413 - Still Failing

2013-10-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/413/ 1 tests failed. REGRESSION: org.apache.lucene.index.Test2BPostings.test Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at __randomizedtesting.SeedInfo.seed([984644A180EB9197:

[jira] [Updated] (LUCENE-5285) FastVectorHighlighter copies segments scores when splitting segments across multi-valued fields

2013-10-22 Thread Nik Everett (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nik Everett updated LUCENE-5285: Attachment: LUCENE-5285.patch This adds a boost member to FieldFragLists' SubInfo which is its con

Re: solr Post Filter

2013-10-22 Thread Joel Bernstein
Muhzin, The PostFilter does indeed have some slow operations in it. You're getting the BinaryDocValues for the id field each collect and reading them into the "page" BytesRef, then not using it. Then you pull the id field from stored field in the document, which is slow. So unless I'm missing so

[jira] [Commented] (SOLR-5300) Split shards with custom hash ranges

2013-10-22 Thread Jessica Cheng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802256#comment-13802256 ] Jessica Cheng commented on SOLR-5300: - I see that the current code sanity checks that e

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

2013-10-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/484/ 1 tests failed. FAILED: org.apache.solr.cloud.SyncSliceTest.testDistribSearch Error Message: Test Setup Failure: shard1 should have just been set up to be inconsistent - but it's still consistent. Leader:http://127.0.0.1:50444/coll

[jira] [Created] (SOLR-5377) the "Core Selector" in the Admin UI should pre-select a core

2013-10-22 Thread Michael McCandless (JIRA)
Michael McCandless created SOLR-5377: Summary: the "Core Selector" in the Admin UI should pre-select a core Key: SOLR-5377 URL: https://issues.apache.org/jira/browse/SOLR-5377 Project: Solr

[jira] [Created] (SOLR-5376) if I ask for facet.method=fcs but the field is multiValued, I should get an error back

2013-10-22 Thread Michael McCandless (JIRA)
Michael McCandless created SOLR-5376: Summary: if I ask for facet.method=fcs but the field is multiValued, I should get an error back Key: SOLR-5376 URL: https://issues.apache.org/jira/browse/SOLR-5376

[jira] [Commented] (SOLR-5364) SolrCloud stops accepting updates

2013-10-22 Thread Chris (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802172#comment-13802172 ] Chris commented on SOLR-5364: - Out of interest, what Java version are you using, and any specif

[jira] [Commented] (SOLR-5308) Split all documents of a route key into another collection

2013-10-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802080#comment-13802080 ] Shalin Shekhar Mangar commented on SOLR-5308: - bq. Is it possible that the same

[jira] [Comment Edited] (SOLR-5308) Split all documents of a route key into another collection

2013-10-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802065#comment-13802065 ] Noble Paul edited comment on SOLR-5308 at 10/22/13 5:57 PM: is

[jira] [Commented] (SOLR-5308) Split all documents of a route key into another collection

2013-10-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802065#comment-13802065 ] Noble Paul commented on SOLR-5308: -- is it possible that the same shard key spans multiple

[jira] [Commented] (SOLR-5374) Support user configured doc-centric versioning rules

2013-10-22 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802028#comment-13802028 ] Hoss Man commented on SOLR-5374: bq. it might not always be practical in a distributed sys

Re: [VOTE] Release Lucene/Solr 4.5.1 RC1

2013-10-22 Thread Mark Miller
Thanks for voting everyone. This vote has passed. I'll start working on the next steps as soon as I get a chance. - Mark On Tue, Oct 22, 2013 at 5:37 AM, Tommaso Teofili wrote: > +1 > > Tommaso > > > 2013/10/21 Adrien Grand > >> +1 >> >> On Sun, Oct 20, 2013 at 4:11 PM, Yonik Seeley wrote: >>

Pivot Facet restrict by number of terms

2013-10-22 Thread Andrew Psaltis
All, Is there a way to constrain a pivot facet by the number of unique values in the field and not the number of documents that contain the field? Thanks in advance, Andrew

[jira] [Commented] (SOLR-5364) SolrCloud stops accepting updates

2013-10-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801895#comment-13801895 ] Mark Miller commented on SOLR-5364: --- I indexed a few million docs using cuss, cloudsolrse

[jira] [Updated] (SOLR-5308) Split all documents of a route key into another collection

2013-10-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-5308: Attachment: SOLR-5308.patch # Added a simple test that tests for migration of a rout

Re: Pivot Faceting with distinct counts

2013-10-22 Thread Andrew Psaltis
@Bram >SQL-speak GROUP BY and would like to add aggregate functions (SUM, COUNT, ..). Yes that is close. > SOLR-5302 and SOLR-3583 I will look closer at them. @Steve I will take a look at this patch, on the surface it seems like it may meet the first need. On Tue, Oct 22, 2013 at 6:07 AM, Ste

RE: Pivot Faceting with distinct counts

2013-10-22 Thread Steve Molloy
Have a look at SOLR-4212, it seems to fit your first point. Steve -Original Message- From: Bram Van Dam [mailto:bram.van...@intix.eu] Sent: October-22-13 8:41 AM To: dev@lucene.apache.org Subject: Re: Pivot Faceting with distinct counts On 10/22/2013 02:25 PM, Andrew Psaltis wrote: > 1

Re: Pivot Faceting with distinct counts

2013-10-22 Thread Bram Van Dam
On 10/22/2013 02:25 PM, Andrew Psaltis wrote: 1. Getting distinct counts for a field other than the one being faceted on. 2. How would I get this field to surface in the response. If I'm understanding you correctly, you're using pivots as SQL-speak GROUP BY and would like to add aggregate func

[jira] [Updated] (SOLR-5375) Param "literalsOverride" for ExtractingRequestHandler / SolrCell does not consider "lowernames"

2013-10-22 Thread Simon Endele (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Endele updated SOLR-5375: --- Attachment: SolrContentHandler.java.patch Added a patch for trunk that addresses only this specific is

Pivot Faceting with distinct counts

2013-10-22 Thread Andrew Psaltis
All, I'm using Pivot Faceting (Solr 4.5) and trying to understand the best way to accomplish the following: 1. Getting distinct counts for a field other than the one being faceted on. 2. How would I get this field to surface in the response. To be more concrete, let's assume I have loaded into So

[jira] [Commented] (SOLR-5375) Param "literalsOverride" for ExtractingRequestHandler / SolrCell does not consider "lowernames"

2013-10-22 Thread Simon Endele (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801752#comment-13801752 ] Simon Endele commented on SOLR-5375: It's not as easy as I thought in the first place a

[jira] [Comment Edited] (SOLR-5375) Param "literalsOverride" for ExtractingRequestHandler / SolrCell does not consider "lowernames"

2013-10-22 Thread Simon Endele (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801752#comment-13801752 ] Simon Endele edited comment on SOLR-5375 at 10/22/13 12:08 PM: --

[jira] [Commented] (SOLR-5375) Param "literalsOverride" for ExtractingRequestHandler / SolrCell does not consider "lowernames"

2013-10-22 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801647#comment-13801647 ] Jan Høydahl commented on SOLR-5375: --- Thanks for reporting. Would you happen to have a pat

Re: [VOTE] Release Lucene/Solr 4.5.1 RC1

2013-10-22 Thread Tommaso Teofili
+1 Tommaso 2013/10/21 Adrien Grand > +1 > > On Sun, Oct 20, 2013 at 4:11 PM, Yonik Seeley wrote: > > +1 > > > > -Yonik > > > > On Fri, Oct 18, 2013 at 12:31 AM, Mark Miller > wrote: > >> Please vote to release the following artifacts: > >> > >> http://people.apache.org/~markrmiller/lucene_so

[jira] [Updated] (SOLR-5375) Param "literalsOverride" for ExtractingRequestHandler / SolrCell does not consider "lowernames"

2013-10-22 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-5375: -- Fix Version/s: 4.6 > Param "literalsOverride" for ExtractingRequestHandler / SolrCell does not > consid

[jira] [Updated] (SOLR-5375) Param "literalsOverride" for ExtractingRequestHandler / SolrCell does not consider "lowernames"

2013-10-22 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-5375: -- Component/s: contrib - Solr Cell (Tika extraction) > Param "literalsOverride" for ExtractingRequestHandl

[jira] [Commented] (SOLR-1856) In Solr Cell, literals should override Tika-parsed values

2013-10-22 Thread Simon Endele (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801643#comment-13801643 ] Simon Endele commented on SOLR-1856: Did so, see SOLR-5375. > In Solr Cell, literals s

Re: solr Post Filter

2013-10-22 Thread Muhzin
Hi, Thanks for the insight Uwe. I could get it up and running thanks to you. But the query seems to be expensive in terms of time. Please have a look at the gist https://gist.github.com/rmuhzin/6991544 Is there anyway that I can fine tune the filter? Another problem is that it seems cache the fil

[jira] [Created] (SOLR-5375) Param "literalsOverride" for ExtractingRequestHandler / SolrCell does not consider "lowernames"

2013-10-22 Thread Simon Endele (JIRA)
Simon Endele created SOLR-5375: -- Summary: Param "literalsOverride" for ExtractingRequestHandler / SolrCell does not consider "lowernames" Key: SOLR-5375 URL: https://issues.apache.org/jira/browse/SOLR-5375

[jira] [Commented] (SOLR-5374) Support user configured doc-centric versioning rules

2013-10-22 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801632#comment-13801632 ] Ramkumar Aiyengar commented on SOLR-5374: - This feature certainly is helpful as is,

[jira] [Commented] (SOLR-5364) SolrCloud stops accepting updates

2013-10-22 Thread Chris (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801622#comment-13801622 ] Chris commented on SOLR-5364: - I can confirm the same as "Prasi S" on the solr-user mailing lis

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 911 - Failure!

2013-10-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/911/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 10353 lines...] [junit4] JVM J0: stdout was not empty, see: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/sol

[jira] [Commented] (LUCENE-5293) Also use EliasFanoDocIdSet in CachingWrapperFilter

2013-10-22 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801587#comment-13801587 ] Paul Elschot commented on LUCENE-5293: -- On the patch of 22 Oct: The previous patch c

[jira] [Updated] (LUCENE-5293) Also use EliasFanoDocIdSet in CachingWrapperFilter

2013-10-22 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-5293: - Attachment: LUCENE-5293.patch > Also use EliasFanoDocIdSet in CachingWrapperFilter > ---

[jira] [Commented] (SOLR-5308) Split all documents of a route key into another collection

2013-10-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801562#comment-13801562 ] Shalin Shekhar Mangar commented on SOLR-5308: - bq. I feel that the REQUESTBUFFE