Re: [basex-talk] Initial xquery for full text and geospatial search of ISO 19115 docs

2013-01-02 Thread David Stuebe
Hi Chris I did look at the Query Info in the Gui and it seems you are correct. The complex query I created is not utilizing the full text index. Details here: https://gist.github.com/4438473 The gist contains query info for the complex search that I created and for a simple one that just

Re: [basex-talk] Initial xquery for full text and geospatial search of ISO 19115 docs

2013-01-02 Thread Christian Grün
Hi David, due to the complexity of XQuery, it’s often a big challenge for the query optimizer to find out if an index can be used or not. This is the reason why some XML database don’t even try to rewrite queries for index access. What you can always do is: directly address the available index

Re: [basex-talk] Initial xquery for full text and geospatial search of ISO 19115 docs

2013-01-02 Thread Christian Grün
Check out our Wiki article on full-text processing to find out more: http://docs.basex.org/wiki/Full-Text ___ On Wed, Jan 2, 2013 at 11:17 PM, Christian Grün christian.gr...@gmail.com wrote: Hi David, due to the complexity of XQuery, it’s often a big challenge for