Hi,
anyone, i' meet the problem of alfresco search as follows:
I use alfresco-community-4.2.a-installer-linux-x64 in suse linux, and run alfresco at first is OK, but when import every 10MB file to alfresco with 200 persons concurrency,the alfresco log dispaly follow informations:
java.lang.IllegalStateException: Merged section has too few docs
at org.alfresco.solr.AlfrescoSolrEventListener.buildCacheUpdateOperations(AlfrescoSolrEventListener.java:925)
at org.alfresco.solr.AlfrescoSolrEventListener.newSearcher(AlfrescoSolrEventListener.java:320)
at org.apache.solr.core.SolrCore$4.call(SolrCore.java:1163)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
I see alfresco solr sourcecode, but i can't understand why if "currentDocCount > current.getFinalDocCount()" satisfied, then alfresco display "Merged section has too few docs"
could you tell me why come this problem? and how to solve it?
thank you very much…