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: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org