Re: Options of Field constructor accepting Reader

2008-06-16 Thread Chris Hostetter
: I was wondering why only the Field constructor which accepts a String offers : Store and Index options? I understand there might be no logic in offering : them for the TokenStream constructor, but what's wrong in Storing an input : from a Reader, that 2.3.2 does not allow it? if you want to stor

Options of Field constructor accepting Reader

2008-06-09 Thread Itamar Syn-Hershko
Hi all, I was wondering why only the Field constructor which accepts a String offers Store and Index options? I understand there might be no logic in offering them for the TokenStream constructor, but what's wrong in Storing an input from a Reader, that 2.3.2 does not allow it? Itamar.