Re: Can a Solr Plugin be pre-loaded at Solr Startup

2016-05-12 Thread Chris Hostetter
: I have a few classes that are Analyzers, Readers, and TokenFilters. These : classes use a large hashmap to map tokens to another value. The code is : working great. I go to the Analysis page on the Solr dashboard and everything : works as I would like. The problem is that the first time each one

Can a Solr Plugin be pre-loaded at Solr Startup

2016-05-12 Thread Geoffrey_Slinker
I have a few classes that are Analyzers, Readers, and TokenFilters. These classes use a large hashmap to map tokens to another value. The code is working great. I go to the Analysis page on the Solr dashboard and everything works as I would like. The problem is that the first time each one of t