indexing - Apache Solr index a folder (and underfolders) -


i've googled lot , haven't found solution yet.

i want index folder has lot of files , underfolders. don't how index it, think there has path or anywhere in config, haven't found one. please don't roast me i'm new solr. ;)

try post tool -drecursive param

lets folder(test) inside 2 csv files , 1 subfolder(test2) inside few more csv files. post tool recursively check files inside folder test , subfolder test2 indexing.

java -dtype=text/csv -dc=collection1 -drecursive -jar post.jar test 

-dauto param index file types tika can process.

java -ddauto -dc=collection1 -drecursive -jar post.jar test 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -