# 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 config.ref.DataDownloadRef=dataref # a set of products to map from File Manager # terminology into Solr index doc field # terminology map.MimeType=mimetype map.ReceivedTime=receivedtime map.FileSize=filesize map.FileName=filename