[jira] [Commented] (SOLR-5069) MapReduce for SolrCloud

2013-07-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13718762#comment-13718762 ] Yonik Seeley commented on SOLR-5069: Awesome stuff Noble! bq. why can't reduce start

[jira] [Created] (LUCENE-5131) CheckIndex is confusing for docvalues fields

2013-07-24 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5131: --- Summary: CheckIndex is confusing for docvalues fields Key: LUCENE-5131 URL: https://issues.apache.org/jira/browse/LUCENE-5131 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-5131) CheckIndex is confusing for docvalues fields

2013-07-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13718771#comment-13718771 ] Michael McCandless commented on LUCENE-5131: +1 to the patch and +1 to print

[jira] [Updated] (LUCENE-5131) CheckIndex is confusing for docvalues fields

2013-07-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5131: Attachment: LUCENE-5131.patch Here's a patch to remove the doc count. I think actually we should

[jira] [Commented] (SOLR-5069) MapReduce for SolrCloud

2013-07-24 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13718785#comment-13718785 ] Eks Dev commented on SOLR-5069: --- wow, this is getting pretty close to collection clustering

[jira] [Updated] (LUCENE-5131) CheckIndex is confusing for docvalues fields

2013-07-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5131: Attachment: LUCENE-5131.patch OK here is a little more details. I tried to keep it not very

Re: DISCUSS: First official Solr documentation release, plan to vote on wed.

2013-07-24 Thread Cassandra Targett
I'm looking through the PDF and finding a few spots I didn't see before where large amounts of blank text is getting inserted into the end of a code block (right before the last 2-5 lines, like some sort of widowing, even though what gets pushed to the next page would fit). I'm commenting on those

[jira] [Created] (LUCENE-5132) Spatial RPT will fail with NPE when there's no indexed data

2013-07-24 Thread David Smiley (JIRA)
David Smiley created LUCENE-5132: Summary: Spatial RPT will fail with NPE when there's no indexed data Key: LUCENE-5132 URL: https://issues.apache.org/jira/browse/LUCENE-5132 Project: Lucene - Core

[jira] [Updated] (LUCENE-5132) Spatial RPT CONTAINS predicate will fail with NPE when there's no indexed data

2013-07-24 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-5132: - Description: If there is no indexed spatial data, the SpatialRecursivePrefixTree strategy will

Re: [CONF] Apache Solr Reference Guide De-Duplication

2013-07-24 Thread Jack Krupansky
The default in the code is indeed signatureField. -- Jack Krupansky -Original Message- From: Steve Rowe (Confluence) Sent: Wednesday, July 24, 2013 4:26 PM To: comm...@lucene.apache.org Subject: [CONF] Apache Solr Reference Guide De-Duplication Space: Apache Solr Reference Guide

[jira] [Created] (LUCENE-5133) AnalyzingInfixSuggester should return structured highlighted results instead of single String per result

2013-07-24 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-5133: -- Summary: AnalyzingInfixSuggester should return structured highlighted results instead of single String per result Key: LUCENE-5133 URL:

Re: DISCUSS: First official Solr documentation release, plan to vote on wed.

2013-07-24 Thread Chris Hostetter
: don't have to write this idea another 6 times as I find these, one : possible solution that just occurred to me is to reduce the font size : of those examples - in the PDF they appear to be larger than the : regular text, so I think there's room for a point or two reduction. I : don't know if

[jira] [Updated] (LUCENE-5133) AnalyzingInfixSuggester should return structured highlighted results instead of single String per result

2013-07-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5133: --- Attachment: LUCENE-5133.patch Patch, adding another field to LookupResult, holding

VOTE: RC1 Release apache-solr-ref-guide-4.4.pdf

2013-07-24 Thread Chris Hostetter
Please VOTE to release the following PDF as apache-solr-ref-guide-4.4.pdf https://people.apache.org/~hossman/apache-solr-ref-guide-4.4_RC1.pdf As this is our first Documentation release VOTE, folks may wish to familiarize themselves with the doc release process that I posted a while back,

Re: VOTE: RC1 Release apache-solr-ref-guide-4.4.pdf

2013-07-24 Thread Chris Hostetter
: Please VOTE to release the following PDF as apache-solr-ref-guide-4.4.pdf : : https://people.apache.org/~hossman/apache-solr-ref-guide-4.4_RC1.pdf +1 -Hoss - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

[jira] [Commented] (SOLR-5057) queryResultCache should not related with the order of fq's list

2013-07-24 Thread Feihong Huang (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13719112#comment-13719112 ] Feihong Huang commented on SOLR-5057: - Wonderful! The code above is much more better.

[jira] [Resolved] (SOLR-5036) Solr Ref Guide updates for Solr 4.4

2013-07-24 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-5036. Resolution: Fixed Fix Version/s: (was: 4.5) (was: 5.0) Assignee:

[jira] [Resolved] (SOLR-5060) 4.4 refguide pages on hdfs support

2013-07-24 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-5060. Resolution: Fixed Fix Version/s: (was: 4.5) (was: 5.0) looks like miller

[jira] [Updated] (LUCENE-5132) Spatial RPT CONTAINS predicate will fail with NPE when there's no indexed data

2013-07-24 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-5132: - Attachment: LUCENE-5132.patch The attached patch tests for the no-indexed-data case for all

[jira] [Commented] (LUCENE-5132) Spatial RPT CONTAINS predicate will fail with NPE when there's no indexed data

2013-07-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13719188#comment-13719188 ] ASF subversion and git services commented on LUCENE-5132: - Commit

[jira] [Commented] (LUCENE-5132) Spatial RPT CONTAINS predicate will fail with NPE when there's no indexed data

2013-07-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13719190#comment-13719190 ] ASF subversion and git services commented on LUCENE-5132: - Commit

[jira] [Closed] (LUCENE-5132) Spatial RPT CONTAINS predicate will fail with NPE when there's no indexed data

2013-07-24 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley closed LUCENE-5132. Resolution: Fixed Lucene Fields: New,Patch Available (was: New) Spatial RPT CONTAINS

[jira] [Commented] (SOLR-3852) Admin UI - Cloud Tree with HTTP-Status 500 and an ArrayIndexOutOfBoundsException when using external ZK

2013-07-24 Thread Shikhar Bhushan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13719193#comment-13719193 ] Shikhar Bhushan commented on SOLR-3852: --- We've run into this. Was an

[jira] [Commented] (LUCENE-5133) AnalyzingInfixSuggester should return structured highlighted results instead of single String per result

2013-07-24 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13719263#comment-13719263 ] Shai Erera commented on LUCENE-5133: Patch looks good. A couple of comments on

<    1   2