I have included the logs of org.hibernate.search as well as Lucene's IndexWriter's infoStream.
Basically I am updating one Person, which is embedded in 2 Resource, 1 Comment and 4 Order indexed entities. So what we see from the Hibernate Search log is that those are re-indexed.
What we see from Lucene's log however is not entirely clear to me, but I think my IndexWriter (thread?) is IW 45, and I see the number 15 (number of Order index documents) mentioned a lot, numDocs=4 would refer to the re-indexing of 4 order documents, and I see the number 5 a lot too, which could point to my problem of having only 5 order documents in the index afterwards.
Here is the full log, maybe I should start talking to the Lucene guys?
2008-04-09 15:07:14,016 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] remove from Lucene index: class com.foo.model.Resource#3
2008-04-09 15:07:14,017 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] remove from Lucene index: class com.foo.model.Resource#4
2008-04-09 15:07:14,017 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] add to Lucene index: class com.foo.model.Resource#3: Document<...>
2008-04-09 15:07:14,018 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: init: current segments file is "segments_cr"; deletionPolicy=org.apache.lucene.index.KeepOnlyLastCommitDeletionPolicy@bf9839
2008-04-09 15:07:14,018 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: init: load commit "segments_cr"
2008-04-09 15:07:14,018 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: init: create=false
2008-04-09 15:07:14,018 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: setInfoStream: dir=org.apache.lucene.store.FSDirectory@/home/stephane/no-backup/src/jboss-4.2.2.GA/server/default/data/foo/indexes/resource_component autoCommit=true mergePolicy=org.apache.lucene.index.LogByteSizeMergePolicy@a2c691 mergeScheduler=org.apache.lucene.index.ConcurrentMergeScheduler@9a6b5a ramBufferSizeMB=16.0 maxBuffereDocs=-1 maxBuffereDeleteTerms=-1 maxFieldLength=10000 index=_4z:c15
2008-04-09 15:07:14,018 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: setMaxBufferedDocs 10
2008-04-09 15:07:14,020 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] add to Lucene index: class com.foo.model.Resource#4: Document<...>
2008-04-09 15:07:14,020 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] remove from Lucene index: class com.foo.model.Comment#4
2008-04-09 15:07:14,021 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] add to Lucene index: class com.foo.model.Comment#4: Document<stored/uncompressed,indexed<_hibernate_class:com.foo.model.Comment> stored/uncompressed,indexed<id:4> indexed,tokenized<text:Okay, thanks> stored/uncompressed,indexed<id:7> indexed,tokenized<text:BOS> stored/uncompressed,indexed<key:BOS> indexed,tokenized<text:Boston Tea Party>>
2008-04-09 15:07:14,022 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: init: current segments file is "segments_5a"; deletionPolicy=org.apache.lucene.index.KeepOnlyLastCommitDeletionPolicy@1fe196a
2008-04-09 15:07:14,022 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: init: load commit "segments_5a"
2008-04-09 15:07:14,022 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: init: create=false
2008-04-09 15:07:14,022 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: setInfoStream: dir=org.apache.lucene.store.FSDirectory@/home/stephane/no-backup/src/jboss-4.2.2.GA/server/default/data/foo/indexes/component_comment autoCommit=true mergePolicy=org.apache.lucene.index.LogByteSizeMergePolicy@1368553 mergeScheduler=org.apache.lucene.index.ConcurrentMergeScheduler@6b1f3b ramBufferSizeMB=16.0 maxBuffereDocs=-1 maxBuffereDeleteTerms=-1 maxFieldLength=10000 index=_1x:c6
2008-04-09 15:07:14,022 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: setMaxBufferedDocs 10
2008-04-09 15:07:14,022 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] remove from Lucene index: class com.foo.model.Order#1
2008-04-09 15:07:14,023 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] remove from Lucene index: class com.foo.model.Order#2
2008-04-09 15:07:14,023 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] remove from Lucene index: class com.foo.model.Order#4
2008-04-09 15:07:14,023 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] remove from Lucene index: class com.foo.model.Order#5
2008-04-09 15:07:14,024 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] add to Lucene index: class com.foo.model.Order#1: Document<...>
2008-04-09 15:07:14,024 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: init: current segments file is "segments_ed"; deletionPolicy=org.apache.lucene.index.KeepOnlyLastCommitDeletionPolicy@cf6a17
2008-04-09 15:07:14,025 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: init: load commit "segments_ed"
2008-04-09 15:07:14,025 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: init: create=false
2008-04-09 15:07:14,025 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: setInfoStream: dir=org.apache.lucene.store.FSDirectory@/home/stephane/no-backup/src/jboss-4.2.2.GA/server/default/data/foo/indexes/order_component autoCommit=true mergePolicy=org.apache.lucene.index.LogByteSizeMergePolicy@13e118c mergeScheduler=org.apache.lucene.index.ConcurrentMergeScheduler@1f21aa9 ramBufferSizeMB=16.0 maxBuffereDocs=-1 maxBuffereDeleteTerms=-1 maxFieldLength=10000 index=_5q:c15
2008-04-09 15:07:14,025 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: setMaxBufferedDocs 10
2008-04-09 15:07:14,026 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] add to Lucene index: class com.foo.model.Order#2: Document<...>
2008-04-09 15:07:14,049 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] add to Lucene index: class com.foo.model.Order#4: Document<...>
2008-04-09 15:07:14,049 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] add to Lucene index: class com.foo.model.Order#5: Document<...>
2008-04-09 15:07:14,050 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] remove from Lucene index: class com.foo.model.Person#7
2008-04-09 15:07:14,050 TRACE [org.hibernate.search.backend.impl.lucene.LuceneWorker] add to Lucene index: class com.foo.model.Person#7: Document<...>
2008-04-09 15:07:14,051 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: init: current segments file is "segments_6z"; deletionPolicy=org.apache.lucene.index.KeepOnlyLastCommitDeletionPolicy@1b47433
2008-04-09 15:07:14,051 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: init: load commit "segments_6z"
2008-04-09 15:07:14,051 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: init: create=false
2008-04-09 15:07:14,052 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: setInfoStream: dir=org.apache.lucene.store.FSDirectory@/home/stephane/no-backup/src/jboss-4.2.2.GA/server/default/data/foo/indexes/persons autoCommit=true mergePolicy=org.apache.lucene.index.LogByteSizeMergePolicy@38c22b mergeScheduler=org.apache.lucene.index.ConcurrentMergeScheduler@53b3f0 ramBufferSizeMB=16.0 maxBuffereDocs=-1 maxBuffereDeleteTerms=-1 maxFieldLength=10000 index=_2i:c6
2008-04-09 15:07:14,052 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: setMaxBufferedDocs 10
2008-04-09 15:07:14,052 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: now flush at close
2008-04-09 15:07:14,052 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: flush: segment=_50 docStoreSegment=_50 docStoreOffset=0 flushDocs=true flushDeletes=false flushDocStores=true numDocs=2 numBufDelTerms=0
2008-04-09 15:07:14,052 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: index before flush _4z:c15
2008-04-09 15:07:14,052 INFO [STDOUT]
2008-04-09 15:07:14,052 INFO [STDOUT]
2008-04-09 15:07:14,054 INFO [STDOUT] oldRAMSize=79488 newFlushedSize=724 docs/MB=2,896.619 new/old=0.911%
2008-04-09 15:07:14,054 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: checkpoint: wrote segments file "segments_cs"
2008-04-09 15:07:14,054 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: now checkpoint "segments_cs" [2 segments ; isCommit = true]
2008-04-09 15:07:14,056 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: deleteCommits: now remove commit "segments_cr"
2008-04-09 15:07:14,056 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "segments_cr"
2008-04-09 15:07:14,057 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: checkpoint: wrote segments file "segments_ct"
2008-04-09 15:07:14,057 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: now checkpoint "segments_ct" [2 segments ; isCommit = true]
2008-04-09 15:07:14,057 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: deleteCommits: now remove commit "segments_cs"
2008-04-09 15:07:14,057 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "segments_cs"
2008-04-09 15:07:14,057 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_50.fnm"
2008-04-09 15:07:14,057 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_50.frq"
2008-04-09 15:07:14,057 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_50.prx"
2008-04-09 15:07:14,058 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_50.tis"
2008-04-09 15:07:14,058 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_50.tii"
2008-04-09 15:07:14,058 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_50.nrm"
2008-04-09 15:07:14,058 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_50.fdx"
2008-04-09 15:07:14,058 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_50.fdt"
2008-04-09 15:07:14,058 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: LMP: findMerges: 2 segments
2008-04-09 15:07:14,058 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: LMP: level -1.0 to 3.8237348: 2 segments
2008-04-09 15:07:14,058 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: CMS: now merge
2008-04-09 15:07:14,058 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: CMS: index: _4z:c15 _50:c2
2008-04-09 15:07:14,058 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: CMS: no more merges pending; now return
2008-04-09 15:07:14,058 INFO [STDOUT] IW 43 [http-127.0.0.1-8080-1]: at close: _4z:c15 _50:c2
2008-04-09 15:07:14,058 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: now flush at close
2008-04-09 15:07:14,058 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: flush: segment=_1y docStoreSegment=_1y docStoreOffset=0 flushDocs=true flushDeletes=false flushDocStores=true numDocs=1 numBufDelTerms=0
2008-04-09 15:07:14,058 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: index before flush _1x:c6
2008-04-09 15:07:14,058 INFO [STDOUT]
2008-04-09 15:07:14,058 INFO [STDOUT]
2008-04-09 15:07:14,059 INFO [STDOUT] oldRAMSize=81280 newFlushedSize=209 docs/MB=5,017.11 new/old=0.257%
2008-04-09 15:07:14,059 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: checkpoint: wrote segments file "segments_5b"
2008-04-09 15:07:14,059 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: now checkpoint "segments_5b" [2 segments ; isCommit = true]
2008-04-09 15:07:14,060 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: deleteCommits: now remove commit "segments_5a"
2008-04-09 15:07:14,060 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "segments_5a"
2008-04-09 15:07:14,060 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: checkpoint: wrote segments file "segments_5c"
2008-04-09 15:07:14,060 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: now checkpoint "segments_5c" [2 segments ; isCommit = true]
2008-04-09 15:07:14,060 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: deleteCommits: now remove commit "segments_5b"
2008-04-09 15:07:14,060 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "segments_5b"
2008-04-09 15:07:14,060 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_1y.fnm"
2008-04-09 15:07:14,061 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_1y.frq"
2008-04-09 15:07:14,061 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_1y.prx"
2008-04-09 15:07:14,061 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_1y.tis"
2008-04-09 15:07:14,061 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_1y.tii"
2008-04-09 15:07:14,061 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_1y.nrm"
2008-04-09 15:07:14,061 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_1y.fdx"
2008-04-09 15:07:14,061 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_1y.fdt"
2008-04-09 15:07:14,061 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: LMP: findMerges: 2 segments
2008-04-09 15:07:14,061 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: LMP: level -1.0 to 3.1792645: 2 segments
2008-04-09 15:07:14,061 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: CMS: now merge
2008-04-09 15:07:14,061 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: CMS: index: _1x:c6 _1y:c1
2008-04-09 15:07:14,061 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: CMS: no more merges pending; now return
2008-04-09 15:07:14,061 INFO [STDOUT] IW 44 [http-127.0.0.1-8080-1]: at close: _1x:c6 _1y:c1
2008-04-09 15:07:14,062 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: now flush at close
2008-04-09 15:07:14,062 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: flush: segment=_2j docStoreSegment=_2j docStoreOffset=0 flushDocs=true flushDeletes=false flushDocStores=true numDocs=1 numBufDelTerms=0
2008-04-09 15:07:14,062 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: index before flush _2i:c6
2008-04-09 15:07:14,062 INFO [STDOUT]
2008-04-09 15:07:14,062 INFO [STDOUT]
2008-04-09 15:07:14,063 INFO [STDOUT] oldRAMSize=80960 newFlushedSize=281 docs/MB=3,731.587 new/old=0.347%
2008-04-09 15:07:14,063 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: checkpoint: wrote segments file "segments_70"
2008-04-09 15:07:14,063 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: now checkpoint "segments_70" [2 segments ; isCommit = true]
2008-04-09 15:07:14,063 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: deleteCommits: now remove commit "segments_6z"
2008-04-09 15:07:14,063 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "segments_6z"
2008-04-09 15:07:14,064 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: checkpoint: wrote segments file "segments_71"
2008-04-09 15:07:14,064 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: now checkpoint "segments_71" [2 segments ; isCommit = true]
2008-04-09 15:07:14,064 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: deleteCommits: now remove commit "segments_70"
2008-04-09 15:07:14,064 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "segments_70"
2008-04-09 15:07:14,064 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_2j.fnm"
2008-04-09 15:07:14,064 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_2j.frq"
2008-04-09 15:07:14,064 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_2j.prx"
2008-04-09 15:07:14,065 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_2j.tis"
2008-04-09 15:07:14,065 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_2j.tii"
2008-04-09 15:07:14,065 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_2j.nrm"
2008-04-09 15:07:14,065 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_2j.fdx"
2008-04-09 15:07:14,065 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_2j.fdt"
2008-04-09 15:07:14,065 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: LMP: findMerges: 2 segments
2008-04-09 15:07:14,065 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: LMP: level -1.0 to 3.2203696: 2 segments
2008-04-09 15:07:14,065 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: CMS: now merge
2008-04-09 15:07:14,065 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: CMS: index: _2i:c6 _2j:c1
2008-04-09 15:07:14,065 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: CMS: no more merges pending; now return
2008-04-09 15:07:14,065 INFO [STDOUT] IW 46 [http-127.0.0.1-8080-1]: at close: _2i:c6 _2j:c1
2008-04-09 15:07:14,065 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: now flush at close
2008-04-09 15:07:14,066 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: flush: segment=_5r docStoreSegment=_5r docStoreOffset=0 flushDocs=true flushDeletes=false flushDocStores=true numDocs=4 numBufDelTerms=0
2008-04-09 15:07:14,066 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: index before flush _5q:c15
2008-04-09 15:07:14,066 INFO [STDOUT]
2008-04-09 15:07:14,066 INFO [STDOUT]
2008-04-09 15:07:14,067 INFO [STDOUT] oldRAMSize=72960 newFlushedSize=2189 docs/MB=1,916.082 new/old=3%
2008-04-09 15:07:14,067 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: checkpoint: wrote segments file "segments_ee"
2008-04-09 15:07:14,067 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: now checkpoint "segments_ee" [2 segments ; isCommit = true]
2008-04-09 15:07:14,067 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: deleteCommits: now remove commit "segments_ed"
2008-04-09 15:07:14,067 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "segments_ed"
2008-04-09 15:07:14,068 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: checkpoint: wrote segments file "segments_ef"
2008-04-09 15:07:14,068 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: now checkpoint "segments_ef" [2 segments ; isCommit = true]
2008-04-09 15:07:14,068 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: deleteCommits: now remove commit "segments_ee"
2008-04-09 15:07:14,068 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "segments_ee"
2008-04-09 15:07:14,069 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_5r.fnm"
2008-04-09 15:07:14,069 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_5r.frq"
2008-04-09 15:07:14,069 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_5r.prx"
2008-04-09 15:07:14,069 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_5r.tis"
2008-04-09 15:07:14,069 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_5r.tii"
2008-04-09 15:07:14,069 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_5r.nrm"
2008-04-09 15:07:14,069 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_5r.fdx"
2008-04-09 15:07:14,069 INFO [STDOUT] IFD [http-127.0.0.1-8080-1]: delete "_5r.fdt"
2008-04-09 15:07:14,069 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: LMP: findMerges: 2 segments
2008-04-09 15:07:14,069 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: LMP: level -1.0 to 3.8337843: 2 segments
2008-04-09 15:07:14,069 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: CMS: now merge
2008-04-09 15:07:14,069 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: CMS: index: _5q:c15 _5r:c4
2008-04-09 15:07:14,070 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: CMS: no more merges pending; now return
2008-04-09 15:07:14,070 INFO [STDOUT] IW 45 [http-127.0.0.1-8080-1]: at close: _5q:c15 _5r:c4
_________________ --
Stéphane Épardaud
|