Re: Hints on implementing XQuery full-text search

2010-01-19 Thread Chris Hostetter
: I'm about to embark on implementing the full-text search feature of XQuery: Good luck with that. Here's some quick suggestions on how i'd try to tackle the things you asked about, w/o putting much thought into... : title ftcontains "usability" occurs at least 2 times assuming this is

Hints on implementing XQuery full-text search

2010-01-13 Thread Paul J. Lucas
Hi - I've used Lucene on a previous project, so I am somewhat familiar with the API. However, I've never had to do anything "fancy" (where "fancy" means things like using filters, different analyzers, boosting, payloads, etc). I'm about to embark on implementing the full-text search feature of