[
https://issues.apache.org/jira/browse/OODT-925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214304#comment-15214304
]
ASF GitHub Bot commented on OODT-925:
-------------------------------------
Github user lewismc commented on the pull request:
https://github.com/apache/oodt/pull/36#issuecomment-202432324
Evidence of this patch being used is below
```
lmcgibbn@LMC-032857 /usr/local/solr-5.4.0 $ ./bin/solr -e cloud
Welcome to the SolrCloud example!
This interactive session will help you launch a SolrCloud cluster on your
local workstation.
To begin, how many Solr nodes would you like to run in your local cluster?
(specify 1-4 nodes) [2]:
Ok, let's start up 2 Solr nodes for your example SolrCloud cluster.
Please enter the port for node1 [8983]:
Please enter the port for node2 [7574]:
Creating Solr home directory /usr/local/solr-5.4.0/example/cloud/node1/solr
Cloning /usr/local/solr-5.4.0/example/cloud/node1 into
/usr/local/solr-5.4.0/example/cloud/node2
Starting up Solr on port 8983 using command:
bin/solr start -cloud -p 8983 -s "example/cloud/node1/solr"
Waiting up to 30 seconds to see Solr running on port 8983 [/]
Started Solr server on port 8983 (pid=6739). Happy searching!
Starting up Solr on port 7574 using command:
bin/solr start -cloud -p 7574 -s "example/cloud/node2/solr" -z
localhost:9983
Waiting up to 30 seconds to see Solr running on port 7574 [/]
Started Solr server on port 7574 (pid=6839). Happy searching!
Now let's create a new collection for indexing documents in your 2-node
cluster.
Please provide a name for your new collection: [gettingstarted]
oodt
How many shards would you like to split oodt into? [2]
How many replicas per shard would you like to create? [2]
Please choose a configuration for the oodt collection, available options
are:
basic_configs, data_driven_schema_configs, or sample_techproducts_configs
[data_driven_schema_configs]
basic_configs
Connecting to ZooKeeper at localhost:9983 ...
Uploading /usr/local/solr-5.4.0/server/solr/configsets/basic_configs/conf
for config oodt to ZooKeeper at localhost:9983
Creating new collection 'oodt' using command:
http://localhost:8983/solr/admin/collections?action=CREATE&name=oodt&numShards=2&replicationFactor=2&maxShardsPerNode=2&collection.configName=oodt
{
"responseHeader":{
"status":0,
"QTime":3773},
"success":{"":{
"responseHeader":{
"status":0,
"QTime":3534},
"core":"oodt_shard2_replica2"}}}
Enabling auto soft-commits with maxTime 3 secs using the Config API
POSTing request to Config API: http://localhost:8983/solr/oodt/config
{"set-property":{"updateHandler.autoSoftCommit.maxTime":"3000"}}
Successfully set-property updateHandler.autoSoftCommit.maxTime to 3000
SolrCloud example running, please visit: http://localhost:8983/solr
```
> Update schema.xml field definitions for SOLR 5.X
> -------------------------------------------------
>
> Key: OODT-925
> URL: https://issues.apache.org/jira/browse/OODT-925
> Project: OODT
> Issue Type: Improvement
> Components: file manager
> Affects Versions: 0.12
> Environment: Any
> Reporter: Konstantinos Mavrommatis
> Fix For: 0.12
>
>
> Update the File Manager
> [schema.xml|https://github.com/apache/oodt/blob/master/filemgr/src/main/resources/schema.xml]
> to match the definitions and requirements of SOLR 5.
> The current version of schema.xml is suitable for the 4.X generation of SOLR
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)