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 24 cores is 30 GB. So we wrote a custom request handler to query each core and finally merge the results and to give final response. But some search queries responses should be sorted based on a field. Since the response is huge while sorting we are getting heap space errors sometimes. Is their any better way to handle this scenario other than this? Id so please suggest me ... Also how SOLR is sorting the results... Thanks, Ravi -- View this message in context: http://lucene.472066.n3.nabble.com/Query-regarding-multi-core-search-tp4002847p4003400.html Sent from the Solr - User mailing list archive at Nabble.com.