Thanks Ryan. Its a SearchComponent.
Re: SolrCoreAware: very cool. Had seen it, but didn't follow exactly how
it worked. I was grabbing the core off the request, but I really wanted
to set the data dir more like in the init rather then having to set it
every time, or check and set, during each prepare or process call.
SolrCoreAware will solve the issue perfectly I think.
Thanks,
Mark
Ryan McKinley wrote:
core.getDataDir()
what kind of plugin? If you don't have access to core, you can
implement SolrCoreAware...
On Jul 25, 2008, at 2:27 PM, Mark Miller wrote:
How do I get the solr / data dir from a plugin without using anything
thats deprecated?
- Mark