Re: Apache Lucene file search

2012-02-06 Thread Dheeraj Kv
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

Re: Apache Lucene file search

2012-02-01 Thread Ian Lea
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