There is no decoder for terms in 32 bit NumericField encoding.
There is one problem with the same decoder for term values and stored
fields: Stored numeric fields are not encoded and are plain text ASCII
numbers (<T extends Number> T.toString()). Only the term values are in a
special encoding (NumericUtils). So for stored fields and for terms it
should be possible to set different decoders.
On Apachecon i promised you to send you an index with example numeric
values. I will do this after the xmas holidays, if you still need one.
Generating an own one is simple with the example code form the
NumericField Javadocs.
Original issue reported on code.google.com by uwe.h.schindler on 26 Dec 2009 at 2:55
Original issue reported on code.google.com by
uwe.h.schindler
on 26 Dec 2009 at 2:55