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 wrote:
>
> Thanks Erick. Is there easy way of doing this? Index files from win
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
wrote:
> Consider running Tika in a client and indexing the docs to Solr.
> At that point, you have total control ove
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 wrote:
>
> Hello Solr exp