[Bug 11821] [FT] Thesaurus option FTRange

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11821

--- Comment #12 from Tim Mills <tim@cbcl.co.uk> 2011-02-08 08:45:54 UTC ---
Suppose an implementation of XQFT supports pre-indexing of documents, and has
available at compile time a set of statically known full text indices.

By limiting match options to be part of the static context, the processor is
able to determine statically at compile time whether an index may be used to
accelerate the query when producing its execution plan.

Allowing dynamic values would mean that index selection would have to be
delayed until the query is executed.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 8 February 2011 08:45:56 UTC