Hi I have created a sample index with 2 fields i.e. [title & body] I have saved payload information (float value) with title field. Now I am trying to print payload value for each term in title field.
Getting termpositions from reader does not work. reader.termpoistion().isPayloadAvailable() is not working for me Code snippet to get payload value for each term in field will help Thanks