On 11/30/2012 02:14 PM, Bill Beck wrote:
[Activating Fulltext index]
Are there any steps missing? Also, any tutorial out there to follow?
Usually it's up to the UPDINDEX[1] option (for text/attribute values), but currently the Fulltext index can not be updated efficiently (at least I think so). It is planned[2] however to rewrite the index structure.
However, I'm not sure about the real problem, as "QUERY" shouldn't be a stopword which is not indexed.
But shouldn't it be "where $i/text() contains text 'QUERY' using stemming"? At least $i is bound to an item I guess, and you have to use text values (or probably attribute values), but not an element.
[1] http://docs.basex.org/wiki/Options#UPDINDEX [2] https://github.com/BaseXdb/basex/issues/169