Converting an existing index format to Lucene Index

2011-02-24 Thread Lokendra Singh
Hi all, I am seeking for some guidelines to directly convert an already existing index to Lucene index. The index available to me is of a set of pairs. Where each pair is : < word , fileName > i.e a word as a 'value1', and the 'value2' being the fileName containing that word. A word might appea

Re: Converting an existing index format to Lucene Index

2011-02-25 Thread Lokendra Singh
23 PM, Edward Drapkin wrote: > On 2/25/2011 12:26 AM, Lokendra Singh wrote: > >> Hi all, >> >> I am seeking for some guidelines to directly convert an already existing >> index to Lucene index. >> The index available to me is of a set of pairs. Where each >>