LCF and Solr multicore

2010-06-16 Thread Erik Hatcher
That commit, Karl, reminded me... LCF's Solr configuration doesn't have a spot for putting in an optional core name. When using Solr, URLs are of the form: http://localhost:8983/solr[/corename]... I imagine one could simply add that to the webapp name field so instead of solr it'd be

RE: LCF and Solr multicore

2010-06-16 Thread karl.wright
Hi Erik, The reason the fields are broken out is because, in metacarta's experience, some users are not that bright or technical, and it's better to lead them through the process of constructing a proper url than to ask them to just type one. Also, the javascript checking helps. I have no

RE: LCF and Solr multicore

2010-06-16 Thread karl.wright
I think having a radio button in this situation would complicate the UI. I'd like to avoid doing that if the benefit is marginal. Constructing a Solr URL requires knowledge of precisely how to do that. Questions like, what server? What port? What core? What protocol? are more basic.

[jira] Created: (CONNECTORS-45) Solr connector gives no way to specify the solr core name

2010-06-16 Thread Karl Wright (JIRA)
Solr connector gives no way to specify the solr core name - Key: CONNECTORS-45 URL: https://issues.apache.org/jira/browse/CONNECTORS-45 Project: Lucene Connector Framework Issue Type: