Hi Marina, I guess you're searching through WebUI with some keywords or entity that you know are present in all the documents. But there is a default limit parameter for doc results INDEX_MAX_RESULT_COUNT =100 which is configured in the way described here: http://ontotext.com/kim/doc/sys-doc/kim-platform-administration/configure-index-and-persist.html
So, I believe you have all the documents annotated and stored correctly and you just cannot view them. (If you populated them trough the annotation tool it should have displayed results and statistics when it has finished - If you did this manually/ via API you didn't saw these.) One way to see all the docs is to simply increase that limit parameter and restart KIM to take effect. The other way to just make sure the docs are there in the storage is to call your local WebUI via: http://localhost:8080/KIM/screen/KWUIMain.jsp?stat=true (type the appropriate host:port in the URL) and see the storage statistics i.e. counts of documents. HTH, Ilian ----- Original Message ----- From: "Marina Larraud" <[EMAIL PROTECTED]> To: <[email protected]> Sent: 31 May 2007, Thursday 05:13 Subject: [KIM-discussion] A lot of documents to annotate Hi, I've a problem with the annotation via API and the KIM Document Store Population Tool. I annotate a folder containing 1000 documents but when I search via KimUI I don“t found all of them. I noticed that only 100 documents (of 1000 documents) were annotated. Are there any restriction about the number of documents to annotate?, or Do you know what 's happening? Thanks in advance, Marina __________ NOD32 2299 (20070530) Information __________ This message was checked by NOD32 antivirus system. http://www.eset.com -------------------------------------------------------------------------------- > _______________________________________________ > NOTE: Please REPLY TO ALL to ensure that your reply reaches all members of > this mailing list. > > KIM-discussion mailing list > [email protected] > http://ontotext.com/mailman/listinfo/kim-discussion_ontotext.com > > > __________ NOD32 2299 (20070530) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > _______________________________________________ NOTE: Please REPLY TO ALL to ensure that your reply reaches all members of this mailing list. KIM-discussion mailing list [email protected] http://ontotext.com/mailman/listinfo/kim-discussion_ontotext.com
