Can someone point me to a code example that demonstrates processing tokens from a query result? I want to iterate over TermPositions but can’t find my way to an object that instantiates that interface.
Thank you for the assistance, Peter
Can someone point me to a code example that demonstrates processing tokens from a query result? I want to iterate over TermPositions but can’t find my way to an object that instantiates that interface.
Thank you for the assistance, Peter
Similar kind of code is given in Lucene in Action 2nd edition book , you can dwld the code from the manning website.