My first thought after reading this : "ouch!".
My second thought after reading this : "Hey, I think this guys is right".
:)
So, I am new to all things Solr, and am working with some code which creates
some new Handlers to be called by the Solr app. What I am doing is
updating these classes
maybe just take all my classes and have them implement the
SolrCoreAware interface so that they can call core.getSolrConfig(); ??
Thanks
Kim
markrmiller wrote:
>
> On 03/05/2010 10:29 AM, Kimberly Kantola wrote:
>> Hi All,
>>I am new to using the Solr classes in develop
Hi All,
I am new to using the Solr classes in development. I am trying to
determine how to create a SolrConfig object.
Is it just a matter of calling new SolrConfig with the location of the
solrconfig.xml file ?
SolrConfig config = new SolrConfig("/path/to/solrconfig.xml");
Thanks for