First off: please don't send questions about *using* the Lucene Java
library to the java-dev list ... it is for discussion about *developing*
the internals of hte Lucene Java API. the [EMAIL PROTECTED] list is for
discussion about *using* the API in your own applications.
If you hav any followup questions, please start a new thread on that list.
: * document.add(new Field("contents",contents,
: Field.Store.YES,Field.Index.TOKENIZED));
I'm going to guess that you don't really need to "store" that field since
it seems to be a meaningless concatenation of a bunch of data that you've
already stored in other fields. Field.Store.NO will probably cut down
your index size by a significant ammount.
-Hoss
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]