Hi all , We have in our solr schema around 110 fields and then around 200 dynamic fields. Untill now whenever we query solr we will just blindly get everything. Even if our calling application dont need all the fields to send back to the client.
So i thought that may be if i ask only a subset of all the fields from solr using the df attribute, for each query it should be fast. so instead of getting everything i am not asking for around 65 fields and 100 dynamic fields. In theory i am asking around 50% less from solr. I was hoping that this will be fast but it seems like didnt make much difference the response time is pretty much same. Does anyone know if my theory is correct or not ? I was thinking if i ask less data from solr its less work for solr and then also less data to transfer on the wire. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html