Oh, one more thing. _assuming_ you can't change the indexing process that gets the docs from the system of record, why not just add an update processor that does this at index time? See: https://cwiki.apache.org/confluence/display/solr/Update+Request+Processors, in particular the StatelessScriptUpdateProcessorFactory might be a good candidate. It just takes a bit of javascript (or other scripting language) and changes the record before it gets indexed.
FWIW, Erick On Sat, Sep 26, 2015 at 9:52 AM, Shawn Heisey <apa...@elyograg.org> wrote: > On 9/26/2015 10:41 AM, Shawn Heisey wrote: >> <autoCommit> <maxTime>300000</maxTime> </autoCommit> > > This needs to include openSearcher=false, as Erick mentioned. I'm sorry > I screwed that up: > > <autoCommit> > <maxTime>300000</maxTime> > <openSearcher>false</openSearcher> > </autoCommit> > > Thanks, > Shawn