I had similar requirements: some fields didn't required text processing,
there were just used as filters to focus the search on subset of
documents in solr. As Karl suggested, implementing a filter was the most
direct approach for me.
The issue was that, not been familiar myself with solr, I c
I think the important question is: in general how to cope with
frequently changing fields.
Karl Wettin wrote:
Hi Wojciech,
can you please give us a bit more specific information about the meta
data fields that will change? I would recommend you looking at
creating filters from your primary
ps
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:
Hello list,
I need to generate a report with all the terms, the document ids where they
appear and
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