NumericField with many, many values

2011-06-22 Thread Nick Pellow
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

Re: finding the length of a field

2011-02-28 Thread Nick Pellow
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