Re: what do i get with FieldCache.DEFAULT.getStrings(...);

2006-08-25 Thread Chris Hostetter
:38 +0200 : From: Martin Braun <[EMAIL PROTECTED]> : Reply-To: java-user@lucene.apache.org, [EMAIL PROTECTED] : To: java-user@lucene.apache.org : Subject: what do i get with FieldCache.DEFAULT.getStrings(...); : : hello, : I am using FieldCache.DEFAULT.getStrings in combination with an own : HitC

Re: what do i get with FieldCache.DEFAULT.getStrings(...);

2006-08-25 Thread Chris Lu
Not sure of the solution though. But FieldCache.DEFAULT.getStrings() is returning a String[], with one String for each document. Seems your field is analyzed into multiple String values. Chris Lu --- Lucene Search on Any Databases/Applications h

what do i get with FieldCache.DEFAULT.getStrings(...);

2006-08-25 Thread Martin Braun
hello, I am using FieldCache.DEFAULT.getStrings in combination with an own HitCollector (I loop through all results and count the number of occurences of a fieldvalue in the results). My Problem is that I have Filed values like dt.|lat or ger.|eng. an it seems that only the last token of the field