You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SolrGazetteer configures it's Solr connection via the global "solr.solr.home" system property, which in turn is also used by other components. So basically it forces you to use an embedded SolrServer. Instead, it should be configurable similar to how I describe in issue #5 -- offer a setter to set the SolrProxy.
The text was updated successfully, but these errors were encountered:
JVM property opensextant.solr is used to point to the solr_home, which should only be one per JVM. Use of these extraction libraries with a remote Solr server via URL instead of local solr_home is not as likely. The remote interactions mostly occur via Xponents REST interface, rather than building specific Solr plugins and interacting with Solr as the REST interface.
SolrGazetteer configures it's Solr connection via the global "solr.solr.home" system property, which in turn is also used by other components. So basically it forces you to use an embedded SolrServer. Instead, it should be configurable similar to how I describe in issue #5 -- offer a setter to set the SolrProxy.
The text was updated successfully, but these errors were encountered: