On 3/13/2015 9:24 AM, Tom Burton-West wrote:
> Then I created a custom postings format class (its actually a simple
> wrapper class), compiled a jar and included an
> org.apache.lucene.codecs.Codec file in META-INF/services in the jar
> file with an entry for the wrapper class :HTPostingsFormatWrapper. I
> created a collection1/lib directory and put the jar there.
I've seen the last reply on the thread where you said you got it
working. Glad to hear that.
This reply is about jar placement ... what I've found works the best is
to drop all extra jars for Solr (which doesn't include the logging jars)
in ${solr.solr.home}/lib ... they will be loaded only once, and they
will be available to every core on the system. I use the ICU analysis
jars, the mysql jdbc jar, plus some third-party jars, including a custom
UpdateProcessor that I wrote myself.
Thanks,
Shawn
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]