[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-10-11 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792895#comment-13792895
 ] 

ASF subversion and git services commented on SOLR-4708:
---

Commit 1531377 from [~dawidweiss] in branch 'dev/trunk'
[ https://svn.apache.org/r1531377 ]

SOLR-5323: Disable ClusteringComponent by default in collection1 example. The 
solr.clustering.enabled system property needs to be set to 'true' to enable the 
clustering contrib (reverts SOLR-4708). (Dawid Weiss)

 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Task
Reporter: Erik Hatcher
Assignee: Dawid Weiss
Priority: Minor
 Fix For: 4.5, 5.0

 Attachments: SOLR-4708.patch, SOLR-4708.patch


 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-10-11 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792898#comment-13792898
 ] 

ASF subversion and git services commented on SOLR-4708:
---

Commit 1531378 from [~dawidweiss] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1531378 ]

SOLR-5323: Disable ClusteringComponent by default in collection1 example. The 
solr.clustering.enabled system property needs to be set to 'true' to enable the 
clustering contrib (reverts SOLR-4708). (Dawid Weiss)

 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Task
Reporter: Erik Hatcher
Assignee: Dawid Weiss
Priority: Minor
 Fix For: 4.5, 5.0

 Attachments: SOLR-4708.patch, SOLR-4708.patch


 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-10-11 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792903#comment-13792903
 ] 

ASF subversion and git services commented on SOLR-4708:
---

Commit 1531380 from [~dawidweiss] in branch 'dev/branches/lucene_solr_4_5'
[ https://svn.apache.org/r1531380 ]

SOLR-5323: Disable ClusteringComponent by default in collection1 example. The 
solr.clustering.enabled system property needs to be set to 'true' to enable the 
clustering contrib (reverts SOLR-4708). (Dawid Weiss)

 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Task
Reporter: Erik Hatcher
Assignee: Dawid Weiss
Priority: Minor
 Fix For: 4.5, 5.0

 Attachments: SOLR-4708.patch, SOLR-4708.patch


 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-08-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13734598#comment-13734598
 ] 

ASF subversion and git services commented on SOLR-4708:
---

Commit 1512226 from [~dawidweiss] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1512226 ]

SOLR-4708: Enable ClusteringComponent by default in collection1 example.
The solr.clustering.enabled system property is set to 'true' by default.

 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Task
Reporter: Erik Hatcher
Assignee: Dawid Weiss
Priority: Minor
 Fix For: 4.5, 5.0

 Attachments: SOLR-4708.patch, SOLR-4708.patch


 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-08-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13734599#comment-13734599
 ] 

ASF subversion and git services commented on SOLR-4708:
---

Commit 1512227 from [~dawidweiss] in branch 'dev/trunk'
[ https://svn.apache.org/r1512227 ]

SOLR-4708: Enable ClusteringComponent by default in collection1 example.
The solr.clustering.enabled system property is set to 'true' by default.

 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Task
Reporter: Erik Hatcher
Assignee: Dawid Weiss
Priority: Minor
 Fix For: 4.5, 5.0

 Attachments: SOLR-4708.patch, SOLR-4708.patch


 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-08-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13734711#comment-13734711
 ] 

ASF subversion and git services commented on SOLR-4708:
---

Commit 1512276 from [~dawidweiss] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1512276 ]

SOLR-4708: a follow-up commit that disables the clustering componeny in tests. 
This is needed because core tests are executed before the contribs are compiled 
so certain classes are not yet available (unless you already have them 
locally). An alternative would be to compile everything before any tests are 
executed, but it seems that it'd add an extra unnecessary overhead to every 
build.

 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Task
Reporter: Erik Hatcher
Assignee: Dawid Weiss
Priority: Minor
 Fix For: 4.5, 5.0

 Attachments: SOLR-4708.patch, SOLR-4708.patch


 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-08-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13734712#comment-13734712
 ] 

ASF subversion and git services commented on SOLR-4708:
---

Commit 1512278 from [~dawidweiss] in branch 'dev/trunk'
[ https://svn.apache.org/r1512278 ]

SOLR-4708: a follow-up commit that disables the clustering component in tests. 
This is needed because core tests are executed before the contribs are compiled 
so certain classes are not yet available (unless you already have them 
locally). An alternative would be to compile everything before any tests are  
executed, but it seems that it'd add an extra unnecessary overhead to every 
build.

 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Task
Reporter: Erik Hatcher
Assignee: Dawid Weiss
Priority: Minor
 Fix For: 4.5, 5.0

 Attachments: SOLR-4708.patch, SOLR-4708.patch


 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-08-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13734845#comment-13734845
 ] 

ASF subversion and git services commented on SOLR-4708:
---

Commit 1512321 from [~dawidweiss] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1512321 ]

SOLR-4708: one more follow-up to a class that didn't extend from the base Solr 
test class.

 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Task
Reporter: Erik Hatcher
Assignee: Dawid Weiss
Priority: Minor
 Fix For: 4.5, 5.0

 Attachments: SOLR-4708.patch, SOLR-4708.patch


 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-08-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13734846#comment-13734846
 ] 

ASF subversion and git services commented on SOLR-4708:
---

Commit 1512322 from [~dawidweiss] in branch 'dev/trunk'
[ https://svn.apache.org/r1512322 ]

SOLR-4708: one more follow-up to a class that didn't extend from the base Solr 
test class.

 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Task
Reporter: Erik Hatcher
Assignee: Dawid Weiss
Priority: Minor
 Fix For: 4.5, 5.0

 Attachments: SOLR-4708.patch, SOLR-4708.patch


 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-04-14 Thread Dawid Weiss (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631382#comment-13631382
 ] 

Dawid Weiss commented on SOLR-4708:
---

The patch looks good to me. Thanks Erik.

 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Bug
Reporter: Erik Hatcher
Priority: Minor
 Attachments: SOLR-4708.patch, SOLR-4708.patch


 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-04-12 Thread Dawid Weiss (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13630545#comment-13630545
 ] 

Dawid Weiss commented on SOLR-4708:
---

+1 from me :)

 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Bug
Reporter: Erik Hatcher
Priority: Minor

 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-04-12 Thread Yonik Seeley (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13630551#comment-13630551
 ] 

Yonik Seeley commented on SOLR-4708:


+1, provided that everything (except clustering) still works if you copy 
example somewhere else.

 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Bug
Reporter: Erik Hatcher
Priority: Minor
 Attachments: SOLR-4708.patch


 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4708) Enable ClusteringComponent by default

2013-04-12 Thread Erik Hatcher (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13630567#comment-13630567
 ] 

Erik Hatcher commented on SOLR-4708:


bq. ... provided that everything (except clustering) still works if you copy 
example somewhere else.

Hmm, I guess that's the kicker.  The uima tests that have the clustering 
component defined (but disabled by default) fail when this is automatically 
enabled, so.  copying example should also imply including all the contrib's 
that are depended upon (even if lazily), but we know that's not how folks do 
it.  Well, ok, I defer this to another day after the example + contribs 
situation is made better (having a solr.install.dir reference for the contrib 
libs would do it, I think, IMO).


 Enable ClusteringComponent by default
 -

 Key: SOLR-4708
 URL: https://issues.apache.org/jira/browse/SOLR-4708
 Project: Solr
  Issue Type: Bug
Reporter: Erik Hatcher
Priority: Minor
 Attachments: SOLR-4708.patch


 In the past, the ClusteringComponent used to rely on 3rd party JARs not 
 available from a Solr distro.  This is no longer the case, but the /browse UI 
 and other references still had the clustering component disabled in the 
 example with an awkward system property way to enable it.  Let's remove all 
 of that unnecessary stuff and just enable it as it works out of the box now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org