Hi Friends,
I have very basic question that
1] Why we use Lucene for Database search like Oracle / Sybase ?
2] For that first we have to convert all records one bye one in
string then build lucene document and then index it ?
Thanks
From,
[ [EMAIL PROTECTED] ]
Daniel Naber wrote:
These are just simple convenience methods that create a BooleanQuery.
Making them non-static would create a different set of problems, e.g that
you need to pass them an array with the same number of elements as the
constructor was given. So I don't know if this is something
Let's say I want to add another data content in the index file.
Say I want to modify in the tis and tii file to include
another VInt, so now TermInfo--> , how do I do it?
I modified TermInfosReader and TermInfosWriter but when I ran it, I got
pointer errors (read past EOF)...
Which other files