I have checked the path to the database several times. It’s correct. Other queries, for example //menu, execute by the database coprrectly.
I think something wrong with the query I wrote in my last question. I have another guess maybe something wrong with my database - administrate wrong or something else. What do you think?
the query looks correct. as juan pointed out (and i missed out earlier), the results seem a bit odd. I’ve yet to see Tamino return duplicate ino:id’s. As juan has mentioned, something could really be wrong with the database.
The result of the query is not dublicated. You see “menuLeaf” twice because of it’s met twice in the same document. So the result is correct. I am confused that the internal database error is appeared during the query when I do this query USING the java API.
Juan recomended me to check and repair the database. I did. Nothing changed. Also he said “to delete and reload the document”. I did too. The same situation. Have you got any ideas else?
The document is not duplicated, i made a mistake. I have prove something like this and no error have been returned. You can try to set a pagesize (my Taminio Interactive Interface set pagesize to 16):
tamino.setPageSize(16);
And can try to answer from first element:
tr=tamino.query(str,1);
I have made a program in Java 1.3 to test response time with Tamino Java API or URL (Tamino Interactive Interface). I can send you this by e-mail, the only problem is the language of this program is Spanish.
I have tried to set another pagesize and to answer from first element. Unfortunately the same situation. I like your idea to send me your program. It’s ok that it is in Spanish. Just in case my e-mail: nata@alee.com From my side I can send you my program if you don’t mind. Maybe you can find a mistake. I look forward to hear from you soon. Thank you for your interest.