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
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
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