djd0383 <[EMAIL PROTECTED]> wrote on 25/09/2006 14:17:56:
> What are the Store and Index classes?  It does not seem that my version
of
> Lucene is using them....

That code was using Lucene 2.0.
In Lucene 1.4.3 you would add the docs like this:

    boolean store = false;
    boolean index = true;
    boolean token = true;
    d1.add(new Field(fldName,"This doc has no ones in
it.",store,index,token));


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to