Jonathan Ariel wrote:
How do you to partition the data to a static set and a dynamic set, and then
combining them at query time? Do you have a link to read about that?
One way would be distributed search (SOLR-303), but distributed idf is
not part of the current patch anymore, so you may have some issue
combining documents from the two sets as the collection statistics for
the two are likely to be different. It sounds like distributed idf may
be added back in in the near future as there was some chatter about it
again on the dev list.
-Sean