[prev in list] [next in list] [prev in thread] [next in thread] 

List:       solr-user
Subject:    Auto Soft commit not working !!!
From:       Rohit Kumar <rohit.kkumar () gmail ! com>
Date:       2013-07-04 14:47:48
Message-ID: CADBQLMKvWD5kDceERsEzwoVkvNT9aH2a+YTnSvZnCzbUbPs3Wg () mail ! gmail ! com
[Download RAW message or body]


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic