Hi,
I have a use-case where a single Document in Lucene contains a single
NumericField that could potentially have a 100s of 1000s of values.
Values are being added to a document instance like so:
List fields = // get fields, possibly 100s of 1000s
with the same name, but a diffe
Have you considered storing the length of the field in a Payload?
You could do that during analysis.
Cheers,
Nick
On 01/03/2011, at 5:06 PM, Lahiru Samarakoon wrote:
> Hi Anshum,
>
> I am trying to implement a custom length normalization mechanism, which
> needs the length of the field being se