thinking sphinx hitting errors in indexing

453 Views Asked by At

With a migration of sphinx to 2.2.6 and thinking-sphinx to 3.1.2, rails 3.2.18 and

require 'thinking_sphinx/capistrano'

included in the capfile, thinking-sphinx does not appear to launch

Manually,

RAILS_ENV=development bundle exec rake ts:configure

generates the conf file
Indexing hits some warnings. max_matches and enable_star were removed from the YAML file and don't reappear. But then a string of warnings about sql_query_info and charset_type are popping up and I have no clue where to fix. Then this follows:

indexing index 'document_core'...
WARNING: word overrun buffer, clipped!!!
clipped (len=126, word='�')
original (len=128, word='')

Leading to the index files not being created.

P.S. I added the jdbc gem, based on release notes, although I don't use it. But system warns Jdbc-MySQL is only for use with JRuby. Better to remove?

0

There are 0 best solutions below