> On Jan 26, 2016, at 10:25 AM, Netz, Steffen <steffen.n...@ipms.fraunhofer.de> > wrote: > 2 related beginner questions: > Is there a good tutorial for filesystem search ( with howto > config-files)?
I’d humbly like to submit that example/files is this. It’s a work in progress, with potential but plenty of rough edges (and I’ve got fixes for the below and some other things soon to be uploaded as a patch on SOLR-8590 soon), but it’s designed to work with anything with “content”, even image files that might have kinda junk or empty content. Anything that /update/extract (via Tika) can handle. So in that case, 'bin/solr create -c files -d example/files; bin/post -c files some_files/; open http://localhost:8983/solr/files/browse' is the way to go. Let’s work to make it better! Suggestions welcome on that JIRA ticket. Erik