Re: looking for efficient way to dump index info

2008-06-20 Thread Gerardo Segura
I'm using this to build a static index of documents and terms. A snapshot requested for further client (third party) analysis. regards, Gerardo Erick Erickson wrote: What's the high-level goal here? The reason I ask is that I'm not sure what *use* these scores are to you. Perhaps someone will

Re: looking for efficient way to dump index info

2008-06-19 Thread Erick Erickson
What's the high-level goal here? The reason I ask is that I'm not sure what *use* these scores are to you. Perhaps someone will have a better approach if you post what it is you're trying to accomplish... Best Erick On Thu, Jun 19, 2008 at 1:06 PM, Gerardo Segura <[EMAIL PROTECTED]> wrote: > He

looking for efficient way to dump index info

2008-06-19 Thread Gerardo Segura
Hello list, I need to generate a report with all the terms, the document ids where they appear and the score in each document. My current approach is to get a Term enumeration from the index and construct a query for each of them. But as I am a newbie with the library I wonder if there is a be