It seems that the StringIndex returned by FieldCache.Fields.Default.GetStringIndex() only indexes one value for a document even when the document has multiple values for the field. Is there a performant want to get all the values for a particular field in a ScoreDoc? I'm having to do this across the entire result set of ScoreDocs (up to 50,000), and retrieving the values through LuceneDocument.GetFields is not going to cut it.
- FieldLookup for field with multiple values Matt Honeycutt
- RE: FieldLookup for field with multiple values Michael Garski
- Re: FieldLookup for field with multiple values Matt Honeycutt
- RE: FieldLookup for field with multiple val... Michael Garski
- Re: FieldLookup for field with multiple... Matt Honeycutt
- RE: FieldLookup for field with mul... Moray McConnachie
- Re: FieldLookup for field with... Matt Honeycutt
- RE: FieldLookup for field ... Michael Garski
- Re: FieldLookup for field ... Matt Honeycutt
- RE: FieldLookup for field ... Michael Garski