You might get some pointer from the Luke code…. All in all I’d focus on re-indexing somehow. Unless the original documents are just totally impossible to find again it’s probably easier.
Best, Erick > On May 22, 2019, at 3:30 PM, Shawn Heisey <apa...@elyograg.org> wrote: > > 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