I started experimenting Apache Lucene Core 4 and my question is…
Lets asume that I created Index of some text and it is stored in a Field with name “context”
Is it posible to get the list of tokens of this field, that was successfully indexed?
I am looking at IndexReader and Field, but have no idea how to retrieve tokens.
I started experimenting Apache Lucene Core 4 and my question is… Lets asume that
Share
You have two options: