Hi, I know you can use Field.Store.YES, but I want to inspect the terms / tokens and their order related to the field name at search time. Is this possible? Obviously this information is stored in the index, but I can not find any API to access it. I'm guessing the answer might be that Terms point to a Document and not the other way around. Is this right?
eg. Document doc = .... ; Term[] terms = doc.getTerms(); Or... String[] values = doc.getTermValues(); Thanks, Phil --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org