This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have about 100 000 records to add to the search engine. Any speed improvement would help :). However the search engine broker doesn't seem to surface BeginBulkAdd and EndBulkAdd. Is there any (clean) way to access these? Ta
|
|
|
Hi Sean, 100,000 objects sure is a bunch! The BulkAdd feature is called internally when you use the Rebuild() method on the search engine however this will initialize the search index with everything it can find in the database that is marked as indexed. Would this be what you need in your scenario? If it's not then let me know because we can certainly look at extending the search API to aid your situation. We tend to always start a feature in a tightly scoped manner and then listen for feedback so I appreciate your input :-) I hope that helps, John-Daniel Trask |
|
|
Rebuild doesn't do it for me as I am not indexing everything, just selected records. If you can surface BulkAdd in the broker that would help. It's not a show stopper for me, and I don't know what the performance benefits would be, but if it's not too much work it would be appreciated. Sean
|
|