This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Use path range indexes for double-metaphone #204
Open
Description
The double-metaphone algorithm uses an element range index to populate the dictionary and constructs an element value query. This allows for pulling in values from sources other than the intended target, if other elements share the same QName. Using path range indexes would be more precise.