Re: Get lengthNorm of a field

2010-07-19 Thread Philippe
Hi Yonik, Am 19.07.2010 16:21, schrieb Yonik Seeley: On Mon, Jul 19, 2010 at 9:53 AM, Philippe wrote: is there a possibility to retrieve the lengthNorm for all (or a specific) fields in a specific document? See IndexReader: public abstract byte[] norms(String field) throws IOExcepti

Re: Get lengthNorm of a field

2010-07-19 Thread Yonik Seeley
On Mon, Jul 19, 2010 at 9:53 AM, Philippe wrote: > is there a possibility to retrieve the lengthNorm for all (or a specific) > fields in a specific document? See IndexReader: public abstract byte[] norms(String field) throws IOException; And Similarity: public float decodeNormValue(byte b) { The

Get lengthNorm of a field

2010-07-19 Thread Philippe
Hi, is there a possibility to retrieve the lengthNorm for all (or a specific) fields in a specific document? Regards, Philippe - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-m