Britske wrote: > > - Rows in solr represent productcategories. I will have up to 100k of > them. > - Each product category can have 10k products each. These are encoded as > the 10k columns / fields (all 10k fields are int values) >
You are using multivalued fields, you are not using 10k fields. And 10k is huge. Design is wrong... you should define two fileds only: <Category, Product>. Lucene will do the rest. -Fuad -- View this message in context: http://www.nabble.com/big-discrepancy-between-elapsedtime-and-qtime-although-enableLazyFieldLoading%3D-true-tp18698590p18737748.html Sent from the Solr - User mailing list archive at Nabble.com.