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 2010/06/16 16:01:47 UTC

[Solr Wiki] Update of "DistributedSearch" by KojiSekiguchi

Dear Wiki user,

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

The "DistributedSearch" page has been changed by KojiSekiguchi.
http://wiki.apache.org/solr/DistributedSearch?action=diff&rev1=13&rev2=14

--------------------------------------------------

  
  = Distributed Searching Limitations =
  
-    * Documents must have a unique key
+    * Documents must have a unique key and the unique key must be stored (stored="true" in schema.xml)
     * When duplicate doc IDs are received, Solr chooses the first doc and discards subsequent ones
     * No distributed idf (see http://wunderwood.org/most_casual_observer/2007/04/progressive_reranking.html ) (Also see https://issues.apache.org/jira/browse/SOLR-1632 for some new work on this feature.)
     * Doesn't support !QueryElevationComponent