mirror of https://github.com/apache/lucene.git
732348ec7f
* Remove SRL.listConfigDir (unused) * Remove SRL.getDataDir * Remove SRL.getCoreName * Remove SRL.getCoreProperties XmlConfigFile needs to be passed in the substitutableProperties IndexSchema needs to be passed in the substitutableProperties Remove redundant Properties from CoreContainer constructors * Remove SRL.newAdminHandlerInstance (unused) * Remove SRL.openSchema and openConfig * Avoid SRL.getConfigDir Also harmonized similar initialization logic between DIH Tika processor & ExtractingRequestHandler. * Ensure SRL.addToClassLoader and reloadLuceneSPI are called at most once Don't auto-load "lib" in constructor; wrong place for this logic. * Avoid SRL.getInstancePath Added SolrCore.getInstancePath instead Use CoreContainer.getSolrHome instead NodeConfig should track solrHome separate from SolrResourceLoader * Simplify some SolrCore constructors * Move locateSolrHome to new SolrPaths * Move "User Files" stuff to SolrPaths |
||
---|---|---|
.. | ||
bin | ||
conf | ||
src | ||
README.txt | ||
build.gradle | ||
build.xml | ||
ivy.xml |
README.txt
Welcome to Apache Solr Prometheus Exporter ======== Apache Solr Prometheus Exporter (solr-exporter) provides a way for you to expose metrics for Solr to Prometheus. # Getting Started With Solr Prometheus Exporter For information on how to get started with solr-exporter please see: * [Solr Reference Guide's section on Monitoring Solr with Prometheus and Grafana](https://lucene.apache.org/solr/guide/monitoring-solr-with-prometheus-and-grafana.html) # Getting Started With Solr For information on how to get started with solr please see: * [solr/README.txt](../../README.txt) * [Solr Tutorial](https://lucene.apache.org/solr/guide/solr-tutorial.html) # How To Contribute For information on how to contribute see: * http://wiki.apache.org/lucene-java/HowToContribute * http://wiki.apache.org/solr/HowToContribute