Hi
The issue of searching file name is resolved with some
modifications in SearchFiles.java .
A field named path has been added in the code.
String field = "path";
Also appended parser.setAllowLeadingWildcard(true) for searching leading
wildcard strings, which was not available
I suggest you look at Solr instead of lucene. http://lucene.apache.org/solr/
--
Ian.
On Wed, Feb 1, 2012 at 7:40 AM, Dheeraj Kv wrote:
> Hi
> I learnt about Lucene from google and i thought of implementing it my
> company.
> I don't want to use Lucene as a web search application. I hav