Using Lucene to Query File properties in Windows
Posted
by sneha
on Stack Overflow
See other posts from Stack Overflow
or by sneha
Published on 2010-05-18T06:10:35Z
Indexed on
2010/05/18
6:30 UTC
Read the original article
Hit count: 266
lucene-index
|lucene
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?
© Stack Overflow or respective owner