I have a collection with 317 documents. Median size = 300k. There are are many Schdule objects/Elements that I query regularly. The query takes 10-12 sec.
a command line invoke looks like "xindice xpath -c /db/MyDB -q "//Schedule" > test.out" The index I created "seemed" to work... xindice ai -c /db/MyDB -n schedule -p Schedule -t string The index is present and the server recoginizes the index. The problem is the query takes just as long with or without the index. Am I missing something? Thanks in advance... Kurt