Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SolrGazetteer lacks SolrProxy configurability #6

Open
dsmiley opened this issue Jan 22, 2014 · 2 comments
Open

SolrGazetteer lacks SolrProxy configurability #6

dsmiley opened this issue Jan 22, 2014 · 2 comments
Assignees

Comments

@dsmiley
Copy link
Member

dsmiley commented Jan 22, 2014

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.

@mubaldino
Copy link
Member

Needs review with upcoming changes for Solr core setup in 4.6.1...

agreed -- needs better configuration.

@mubaldino mubaldino self-assigned this Dec 17, 2019
@mubaldino
Copy link
Member

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.

@mubaldino mubaldino added this to the Xponents 3.6 milestone Jan 6, 2022
@mubaldino mubaldino removed this from the Xponents 3.6 milestone Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants