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
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
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