You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2006/07/11 19:26:20 UTC

[Solr Wiki] Trivial Update of "FederatedSearch" by YonikSeeley

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by YonikSeeley:
http://wiki.apache.org/solr/FederatedSearch

------------------------------------------------------------------------------
     
  Areas that will need change:
   * Solr's caches don't contain enough info to merge search results from subsearchers
+    * could subclass DocList and add sort info, and cache that
+    * could dynamically add the sort info if requested via the FieldCache... this would make Solr's result cache smaller.
+    * probably want to re-use FieldDocSortedHitQueue, which means returning TopFieldDocs, or creating them on the fly from
+      a DocList w/ field info
  
  Network Transports
   * RMI
   * XML
+ 
+ Should this be more of a public API, or a private one?
+ For RMI, it should definitely be private...
  
  Misc:
   * optional global idf calculations