Have you tried using the RELOAD command in the core admin?
http://wiki.apache.org/solr/CoreAdmin#RELOAD
I'm not sure if the sharedlib classloader is global or if it's local
to each core, but if it's local to each core then a RELOAD may do the
trick.
Ryan
Will the built-in Solr replication replicate extension JAR files in
the "lib" directory? The documentation appears to indicate that only
the index and any specified configuration files will be replicated,
however if your solrconfig.xml references a class in a JAR file added
to the lib directory the
On Tue, Dec 22, 2009 at 9:30 AM, Ryan Kennedy wrote:
> I'm trying to automate setting up new slave instances. I've noticed
> when I use the core admin to bring a new slave core online that the
> slave won't replicate the master index. The issue appears to be that
> whe
I'm trying to automate setting up new slave instances. I've noticed
when I use the core admin to bring a new slave core online that the
slave won't replicate the master index. The issue appears to be that
when the slave core is created, it's given a new (empty) index with a
newer timestamp than the
On Mon, Dec 21, 2009 at 3:36 PM, Lance Norskog wrote:
> Solr does have the ExternalFileField available. You could track
> existing clicks from the container search log and generate a file to
> be used with ExternalFileField.
>
> http://lucene.apache.org/solr/api/org/apache/solr/schema/ExternalFile