Hi All,
I am planning to use Apache lucense in one of my projects, I want to index files based on the file properties (I won’t be indexing the data) and I want lucense to query the index so that I can quickly find list of files to based on the properties .
E.g: give me all the files with access time greater than 10/10/2005 and access time less than 10/04/2010 and file created by james.
Can i use Lucene for these kind of projects ? or i better of using windows search (the foor print is very heavy almost 5 MB :( ) and i have to bundling this as part of my application is seems to tough.
Can you please suggest is there any better alternatives here?