Hello! I need to access token position and payload info during the search result page building. I need to do this for 10 documents max, so retrieving TermVectors is totally OK for me. Say, I retrieve it for one document:
Terms tv = _indexDirectoryReader.getTermVector(0, "wordform"); >From the debugger I can see that all needed data is inside the tv: positions, >payloadBytes, payloadIndex. How do I acces them from my code? -- Best Regards, Igor --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org