This repository has been archived by the owner. It is now read-only.
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Push more local changes to etc dirs for file manager and workflow man…
…ager
- Loading branch information
1 parent
8670632
commit 8f6336d89aa88a9f71c3e64a02381e49e184c0b0
Showing
70 changed files
with
16,829 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one or more | ||
# contributor license agreements. See the NOTICE file distributed with | ||
# this work for additional information regarding copyright ownership. | ||
# The ASF licenses this file to You under the Apache License, Version 2.0 | ||
# (the "License"); you may not use this file except in compliance with | ||
# the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
# Configures the Solr Indexer tool | ||
|
||
# basic config properties | ||
|
||
# a set of product types to ignore dumping | ||
config.ignore.types=SomeProductType | ||
|
||
# any met values to ignore indexing | ||
config.ignore.values=TBD | ||
|
||
# the URL path to Solr | ||
config.solr.url=http://localhost:8983/solr | ||
|
||
# the URL path to the File Manager | ||
config.filemgr.url=http://localhost:9001 | ||
|
||
# Data access for the products | ||
config.access.key=ProductURL | ||
config.access.url=http://localhost:8080/cas-product/data?productID=[ProductId] | ||
|
||
# Add a comma seperated list of values for keys | ||
# that will go through metadata replacement. | ||
# For example the ProductURL above will fill in | ||
# the actual value for the [ProductId] | ||
config.replacement.keys=ProductURL | ||
|
||
# Must have map for unique id in Solr | ||
map.CAS.ProductId=id | ||
|
||
# Must map this field to enable deletion of Solr records by name | ||
map.CAS.ProductName=ProductName | ||
|
||
# Map from File Manager terminology into Solr | ||
# index doc field terminology. Only mapped fields | ||
# will be added to the Solr index. | ||
map.MimeType=mimetype | ||
map.CAS.ProductReceivedTime=receivedtime | ||
map.FileSize=filesize | ||
map.FileName=filename | ||
map.FileLocation=filelocation | ||
map.ProductType=producttype | ||
map.ProductStructure=productstructure | ||
map.CAS.ProductName=filename | ||
|
||
# map.ProductURL=producturl | ||
|
||
# Formatting of date fields can be specified for a | ||
# field coming from Solr. Solr requires a specific | ||
# format when you want to map to a date so one must | ||
# specify the source format in the filemanager. | ||
format.CAS.ProductReceivedTime=yyyy-MM-dd'T'HH:mm:ss.SSS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This is an alternative setup structure to support multiple cores. | ||
|
||
For general examples on standard solr configuration, see the "solr" directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<!-- | ||
All (relative) paths are relative to the installation path | ||
persistent: Save changes made via the API to this file | ||
sharedLib: path to a lib directory that will be shared across all cores | ||
--> | ||
<solr persistent="false"> | ||
|
||
<!-- | ||
adminPath: RequestHandler path to manage cores. | ||
If 'null' (or absent), cores will not be manageable via request handler | ||
--> | ||
<cores adminPath="/admin/cores"> | ||
<core name="xdatagit" instanceDir="xdatagit" /> | ||
</cores> | ||
</solr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 65 | ||
/repos/asf/!svn/ver/1495761/oodt/trunk/filemgr/src/main/resources | ||
END | ||
cmd-line-actions.xml | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 86 | ||
/repos/asf/!svn/ver/1298728/oodt/trunk/filemgr/src/main/resources/cmd-line-actions.xml | ||
END | ||
cmd-line-options.xml | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 86 | ||
/repos/asf/!svn/ver/1298728/oodt/trunk/filemgr/src/main/resources/cmd-line-options.xml | ||
END | ||
logging.properties | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 84 | ||
/repos/asf/!svn/ver/1477690/oodt/trunk/filemgr/src/main/resources/logging.properties | ||
END | ||
sdschema.sql | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 78 | ||
/repos/asf/!svn/ver/1131651/oodt/trunk/filemgr/src/main/resources/sdschema.sql | ||
END | ||
cas-filemgr-dyn-catalog-schema.sql | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 100 | ||
/repos/asf/!svn/ver/1441861/oodt/trunk/filemgr/src/main/resources/cas-filemgr-dyn-catalog-schema.sql | ||
END | ||
indexer.properties | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 84 | ||
/repos/asf/!svn/ver/1406263/oodt/trunk/filemgr/src/main/resources/indexer.properties | ||
END | ||
filemgr.properties | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 84 | ||
/repos/asf/!svn/ver/1476304/oodt/trunk/filemgr/src/main/resources/filemgr.properties | ||
END | ||
tcsh_aliases.txt | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 82 | ||
/repos/asf/!svn/ver/1157440/oodt/trunk/filemgr/src/main/resources/tcsh_aliases.txt | ||
END | ||
bash_aliases.txt | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 82 | ||
/repos/asf/!svn/ver/1157440/oodt/trunk/filemgr/src/main/resources/bash_aliases.txt | ||
END | ||
cas-filemgr-core-schema-oracle.sql | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 100 | ||
/repos/asf/!svn/ver/1423152/oodt/trunk/filemgr/src/main/resources/cas-filemgr-core-schema-oracle.sql | ||
END | ||
mime-types.xml | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 80 | ||
/repos/asf/!svn/ver/1053799/oodt/trunk/filemgr/src/main/resources/mime-types.xml | ||
END | ||
schema.xml | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 76 | ||
/repos/asf/!svn/ver/1476304/oodt/trunk/filemgr/src/main/resources/schema.xml | ||
END | ||
cas-filemgr-schema-mysql.sql | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 94 | ||
/repos/asf/!svn/ver/1423152/oodt/trunk/filemgr/src/main/resources/cas-filemgr-schema-mysql.sql | ||
END |
Oops, something went wrong.