Hi, we have 4 solr instances running we are using solr cloud for indexing hbase table column names. each column in hbase will end up as a document in solr, which resulted in over 2 billion documents in solr. primary goal is to search the column names. we have 4 shards for the collection, queries are taking very long time.
size of the collection on hdfs is 315 GB each shard is of approx 79GB how do i improve the query performance. Thanks, Yesh