Hi Thanks for ur reply..
We have actually some master-data and Query-Data. once the master-data has been loaded the solr will be indexed , and when the query-data is loaded it will be searched against the indexed data . The query will be formed like field1:("someValue" None) where 'None' is the default value . So there are some cases where the master-data has been loaded with out any required fields so that 'None' value has been indexed now when the channel data has been loaded which will match the Query as field1:"None" so iam getting the entire result set .which is taking some amount of Query(seach) time . My solr schema is having 22 fields . Previously i am trying to get the entire field-set which i am modifying by passing the "fl" param restricted t0 '7'. still i want is there any config settings to reduce the Search time . Thanks , Prasad -- View this message in context: http://lucene.472066.n3.nabble.com/solr-Query-taking-a-huge-time-tp809501p811705.html Sent from the Solr - User mailing list archive at Nabble.com.