The program I pointed you to should take about an hour to make work. But otherwise, you can try the post tool: https://lucene.apache.org/solr/guide/7_2/post-tool.html
Best, Erick > On Jun 23, 2020, at 8:45 AM, Fiz N <fiznewy...@gmail.com> wrote: > > Thanks Erick. Is there easy way of doing this? Index files from windows > share folder to SOLR. > This is for POC only. > > Thanks > Nadian. > > On Mon, Jun 22, 2020 at 3:54 PM Erick Erickson <erickerick...@gmail.com> > wrote: > >> Consider running Tika in a client and indexing the docs to Solr. >> At that point, you have total control over what’s indexed. >> >> Here’s a skeletal program to get you started: >> https://lucidworks.com/post/indexing-with-solrj/ >> >> Best, >> Erick >> >>> On Jun 22, 2020, at 1:21 PM, Fiz N <fiznewy...@gmail.com> wrote: >>> >>> Hello Solr experts, >>> >>> I am using standalone version of SOLR 8.5 on Windows machine. >>> >>> 1) I want to index all types of files under different directory in the >>> file share. >>> >>> 2) I need to index absolute path of the files and store it solr field. I >>> need that info so that end user can click and open the file(Pop-up) >>> >>> Could you please tell me how to go about this? >>> This is for POC purpose once we finalize the solution we would be further >>> going ahead with stable approach. >>> >>> Thanks >>> Fiz Nadian. >> >>