On 5/22/2019 3:51 PM, Pushkar Raste wrote:
Looks like giving Luke a shot is the answer. Can you point me to an example to extract the fields from inverted Index using Luke.
Luke is a GUI application that can view the Lucene index in considerable detail. To use Luke directly, you'd have to have somebody running it and typing/copying what they find to some kind of system for indexing. It would be a very manual process.
To do it programmatically, you would have to write code yourself using the Lucene API. I don't think we'd be able to point you at existing code.
Thanks, Shawn