Re: reloading sharedlib folder

2010-02-13 Thread Ryan Kennedy
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

replicating extension JARs

2010-01-05 Thread Ryan Kennedy
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

Re: adding a new slave doesn't trigger replication until the master index rebuilds

2009-12-22 Thread Ryan Kennedy
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

adding a new slave doesn't trigger replication until the master index rebuilds

2009-12-22 Thread Ryan Kennedy
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

Re: Adaptive search?

2009-12-21 Thread Ryan Kennedy
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