OK, let's back up. _What_ is your memory error? Where
is it coming from? Solr sorting or your custom code?
How many documents are you returning to your custom code
to sort, all of them? Some subset?
Consider re-thinking how you're doing this. In Solr 4 Beta,
there's the possibility of storing all
Hi Erick
Thanks For reply.
My use case is I have 50 fields to index , but at the time of index all 50
fields data is unavailable.
So we have divided them in to 24 separate cores and indexing . we are using
shards for querying. But the problem is each core is having huge data. Total
size of all
Why do you have 4 cores in the first place? The usual use-case
is that cores aren't for similar documents
But the easiest thing to do would be to include the sort field
in the response and have the app (or whatever is aggregating
the 4 responses) sort the responses, essentially merging the
4 s