Not unless you are using "atomic updates", which require that you store all fields.
Personally, it sounds like you're using Data Import Handler. You may want to consider using SolrJ and caching some values to make it work. Second approach: Use some of the cached entity capabilities in DIH to make the secondary query efficient. Third approach: Modify your query to make the database do the work of assembling all the composite values for the Solr documents. Best Erick On Wed, Jul 24, 2013 at 11:11 AM, padcoe <davidpadi...@gmail.com> wrote: > Hello folks, > > I have a query that is very very slow because too many sub queries and i > want to know if have another way to populate some fields after execute > query. > > Example: first i execute my 'main' query and when it completes, i get every > 'id' fields from my document and execute a secondary query to populate > another fields. Can i do it? > > Thanks in advance. > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Can-i-execute-multiple-queries-to-populate-my-fields-tp4080072.html > Sent from the Solr - User mailing list archive at Nabble.com.