>
> > document.add(new Field("contents",sb.toString(),
> > Field.Store.NO, Field.Index.TOKENIZED));
>In addition, for tokenized but not stored like here, the Field() constructor that takes a Reader param can be handy here. Regards, Doron
>
> > document.add(new Field("contents",sb.toString(),
> > Field.Store.NO, Field.Index.TOKENIZED));
>In addition, for tokenized but not stored like here, the Field() constructor that takes a Reader param can be handy here. Regards, Doron