TermFreqVector vector = reader.getTermFreqVector(this.docId, "universal");
                            String universalTerms[] = vector.getTerms();

to see the lenght of universalTerms array, and it is 1 and only value that
array stores is the field value:

universalTerms[0]= "car house road age sex school education education tree
garden"

It seems that universal field is type "string". You'd like "text" type field 
instead.

koji
--
http://www.rondhuit.com/en/

Reply via email to