We have a collection of about 800 documents each about 5 Kb in size.
Upon indexing using the wildcard index, Xindice retrieves queries'
using the Contains function in about 45-60 seconds, which is
unacceptable by Internet standards. Is there a way to improve on
this performance? We have tried indexing all elements, all
attributes as well as specific elements only, with no success. Also,
is there a way to delete an index (other than to delete and then
recreate the collection)? We know from experience that Oracle
retrieved similar queries using the Contains clause with 100 times
more XML documents stored in CLOBS in less than 15 seconds using
Oracle Intermedia.