Version Differences for Near Real Time Search ver 3.x

Line 26:
  Example:    Example: 
       
- curl "http://localhost:8983/solr/twitter/update/csv?stream.file=${2}&fieldnames=name,desc,id,userid&encapsulator=%1f";   + curl "http://localhost:8983/solr/update/csv?stream.file=/tmp/x1.csv&encapsulator=%1f"  
       
  ( you need to add the commit parameter only for the first document when starting indexing with an empty index)    ( you need to add the commit parameter only for the first document when starting indexing with an empty index) 
Line 35:
  As before, no changes.    As before, no changes. 
  <pre>    <pre> 
- http://localhost:8983/solr/twitter/select/?q=airfare+deals&fl=score   + http://localhost:8983/solr/twitter/select/?q=john ab180027&fl=score  
  </pre>    </pre> 
  '''Performance'''    '''Performance''' 
Line 116:
       
  Note:    Note: 
- solr and lucene are registered trandemarks of apache software foundation.   + 1. solr and lucene are registered trandemarks of apache software foundation.  
- twitter is a trademark of twitter, inc.