My solr config has :

     <autoCommit>
       <maxTime>15000</maxTime>
       <openSearcher>false</openSearcher>
     </autoCommit>

    <!-- softAutoCommit is like autoCommit except it causes a
         'soft' commit which only ensures that changes are visible
         but does not ensure that data is synced to disk.  This is
         faster and more near-realtime friendly than a hard commit.
      -->
       <autoSoftCommit>
         <maxTime>1000</maxTime>
       </autoSoftCommit>


Machine is ubuntu 13 / 4 cores / 16GB RAM. Given 6gb to Solr running
over tomcat.


Still when i am adding documents to solr and searching its returning 0
hits. Its taking long before the document actually starts showing up.

Can somebody help.

Thanks

Reply via email to