Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way of using Windows Indexer information in Java?

I want to make a crawler-like program that searches a file system and indexes the files [It will have a later use, But that's the main thing i focus on now].

I wonder if there's a way of using the Windows Indexer [Which already have some kind of index] to my use instead of running through the files which can take quite a long time?

Thanks.

like image 978
StationaryTraveller Avatar asked Mar 30 '15 08:03

StationaryTraveller


2 Answers

This might help...

I know its a link to another page... But not having enough reputaion so that i can comment, hence, giving it in answers area..

Done using Lucene

Hope it might help you...

like image 123
CoderNeji Avatar answered Nov 15 '22 00:11

CoderNeji


According to https://msdn.microsoft.com/en-us/library/ee805985(v=vs.85).aspx the windows indexing service is no longer supported and encourages anyone interested in carrying out client side search to use the Windows Search SDK https://msdn.microsoft.com/en-us/library/aa965362(v=vs.85).aspx

like image 38
Bishaka Samuel Avatar answered Nov 15 '22 01:11

Bishaka Samuel