RE: Using Lucene to Query File properties in Windows

2010-05-18 Thread Uwe Schindler
vijay reddy [mailto:vkreddy...@hotmail.com] > Sent: Tuesday, May 18, 2010 8:57 AM > To: java-user@lucene.apache.org > Subject: Using Lucene to Query File properties in Windows > > > > > > > > > > > > > > Hi , >

Re: Using Lucene to Query File properties in Windows

2010-05-18 Thread Ian Lea
Sure. Create an index with fields like name: somefile.whatever creator: james lastmod: 20100518 created: 20100518 ... Make sure that the fields that you want to search on are indexed, create some queries and away you go. You'll need range queries for the before and since tests. Good luck. --

Using Lucene to Query File properties in Windows

2010-05-17 Thread vijay reddy
Hi , 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