Hi, I was looking to a way to obtain FieldInfo(s) from the IndexReader; we need in some way to describe the index. Can I do this? -------- AtomicReader ar = <indexReader>.leaves().get(0).reader(); // than call ar.getFieldInfos(); -------- What I mean is, can I suppose every AtomicReader in leaves() contain the same informations about FieldInfos and I do not need to iterate over leaves()?
Nicola. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
