Dear Wiki user,

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

The "TaskList" page has been changed by LanceXNorskog:
http://wiki.apache.org/solr/TaskList?action=diff&rev1=107&rev2=108

   * Live demo server or application (perhaps host on apache lucene zone)
     * Mailing List Index? (No urgent need, since Lucid has a great such index 
already)
   * [[http://whirr.apache.org|Apache Whirr]] is automated deployment for 
app-level services like Solr. As you can see ElasticSearch is supported but 
Solr is not: 
[[http://whirr.apache.org/docs/0.7.0/supported-services-and-clouds.html|Services
 and Cloud Providers]]. Go Solr! Beat ElasticSearch!
+  * Caches have fallen behind changes in index-handling. When a commit changes 
a few segments, it should be possible to throw away only the document cache 
entries for the removed segments. 
+  * Another cool feature ElasticSearch has is 'percolation'- real-time alerts. 
After each commit it runs a search on only the new segments. If any new 
documents match the search, it does an HTTP call and posts the new document 
ids. This is profoundly useful, and Solr needs it.
  
  == Big Ideas for The Future ==
  

Reply via email to