Lately I’ve been doing some tests with Lucene MultiValued fields and FieldCache. I’ve load FieldCache.StringIndex of a multiValued field and I’ve seen some weird stuff happening which I think it’s worth to mention. FieldCache.StringIndex loads an int[] (order) and a String[] (lookup). The String[] contains all the terms on a field. The int[] array contains [...]

