How get the offset of term in Lucene ?

Posted by Mehdi Amrollahi on Stack Overflow See other posts from Stack Overflow or by Mehdi Amrollahi
Published on 2010-05-28T15:37:12Z Indexed on 2010/05/28 15:42 UTC
Read the original article Hit count: 196

Filed under:
|
|

I want to get the offset of one term in the Lucene . How can i get it ?

I vectored my content as

Field.TermVector.WITH_POSITIONS_OFFSETS

Is there any method in Lucene that give me offset of the term in one Document ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about lucene