The 10k records entry is only for autocommit which means that as soon as your 
collections reaches 10k uncommitted docs it will commit them and then start 
queuing up more. 

What could be happening is that you have more than 10k but less than 20k 
documents which would leave these documents uncommitted. 

Run the following after indexing. 

<cfindex action="commit" collection="st_items">

and see if that commits the remaining documents.   

>I did more digging into the Solr config XML for my collection, and found
>this in the updateHandler:
>
>    <autoCommit>
>      <maxDocs>10000</maxDocs>
>     <!-- <maxTime>1000</maxTime> -->
>    </autoCommit>
>
>That seems to allow me to index more documents.
>
>Solr ended up not being able to do what I needed so I've used SQL full-text
>indexing instead.
>
>Just wanted to ask again if there's anyone out there who's had experience
>with this before
>
>
>
>
>
>On 25 February 2013 15:19, Edward Chanter <[email protected]> wrote: 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354703
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to