I am using MS SQL Server tabled-valued-function sys.dm_fts_index_keywords_by_document
to calclulate keyword occurrence for all indexed items, but it works extremely slow.
Is there a faster way to calculate word occurence?
I ve been reading up on the Sphinx search engine and the Thinking Sphinx gem. In the TS docs it says... Sphinx has one major limitation when compared to a lot of other search services: you cannot ...