Re: Three Indexing Questions

2018-03-29 Thread Shawn Heisey
On 3/29/2018 3:59 PM, Terry Steichen wrote: > First question: When indexing content in a directory, Solr's normal > behavior is to recursively index all the files found in that directory > and its subdirectories.  However, turns out that when the files are of > the form *.eml (email), solr won't do

Re: Three Indexing Questions

2018-03-29 Thread Erik Hatcher
Terry - You’re speaking of bin/post, looks like. bin/post is _just_ a simple tool to provide some basic utility. The fact that it can recurse a directory structure at all is an extra bonus that really isn’t about “Solr” per se, but about posting content into it. Frankly, (even as the au

Three Indexing Questions

2018-03-29 Thread Terry Steichen
First question: When indexing content in a directory, Solr's normal behavior is to recursively index all the files found in that directory and its subdirectories.  However, turns out that when the files are of the form *.eml (email), solr won't do that.  I can use a wildcard to get it to index the