[Bug 2600] [FT] adapt fts:ApplyFTWordsPhrase (4.3.2.4) to new TokenInfo interval semantics

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


doerre@de.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from doerre@de.ibm.com  2006-04-07 21:01 -------
The rationale of this change is to make sure that the search tokens that need
to be searched as a phrase are kept together from the call to ApplyFTWords
throughout intermediate function calls down to the implementation's search
function getTokenInfos. 
I.e., all search tokens that should be found in a phrase will be passed to 
a single call to getTokenInfos, hence the implementation can choose to 
represent any matched phrase in a single TokenInfo (this fixes bug 2599 
and hence bug 2299).

Received on Friday, 7 April 2006 21:01:53 UTC