declare namespace tf='http://namespaces.softwareag.com/tamino/TaminoFunction' for $Company in (input()/Company[/Company/Name[tf:containsText(., '*r meier*')]])[position() > 0 and position() <= 1000] return <Company Name={$Company/Name}>{$Company/Name}</Company> sort by (@Name)
Like result, I have a Tamino Error:
Tamino Error - ino:returnValue: 8599 - ino:Code: INOXME8599 - ino:messagetext: Internal error - ino:messageline: storare overflow during near operation
With the same XQUERY, but with another word:
declare namespace tf='http://namespaces.softwareag.com/tamino/TaminoFunction' for $Company in (input()/Company[/Company/Name[tf:containsText(., '*a b c*')]])[position() > 0 and position() <= 1000] return <Company Name={$Company/Name}>{$Company/Name}</Company> sort by (@Name)
With this XQUERY, I habe a result!!!
I don’t understand where is the problem. It depends the criterion, I have a Tamino error or not!
For your information, I habe an index of type “text” on /Company/Name element et in the params of my database, I put Word Fragment Index to “yes”.
Hi Harald,
Thanks for your interest.
The database is quite big.
You can get access to the real database at http://80.86.205.230/tamino or download the collection and the schema (zefix.zip) at ftp 80.86.205.100 with user SAG and password Tamino
Hi Harald,
I have moved the file and you can now access very simply through http://www.powernet.ch/ftp/zefix.zip
but it is 265 MB long !!!
(it contains a big XML-file ready to be loaded with inoload and the schema)
You are perhaps quicker accessing the test-database directly through http://80.86.205.230/tamino
regards
Georges