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
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
>>