You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Hari Krishna Bikmal <bi...@gmail.com> on 2007/04/12 18:22:14 UTC

filename search with lucene

I am trying to make a ftp search engine for searching filenames(not the
content). I am thinking of using apache net commons for acessing ftp servers
and want to implement the indexing,searching part      using lucene. Can
anyone tell me how to use lucene in this context.