Hi everyone,

my sphinx.yml file is something like this;

development:
 enable_star: 1
 min_infix_len: 1
 charset_table: "U+FF10..U+FF19->0..9, U+FF21..U+FF3A->a..z, U+FF41..U
+FF5A->a..z, 0..9, A..Z->a..z, a..z, U+00C0->a, U+00C1->a, U+00C2->a, U
+00C3->a, U+00C4->a, U+00C5->a, U+00E0->a, U+00E1->a, U+00E2->a, U
+00E3->a, U+00E4->a, U+00E5->a, U+0100->a, U+0101->a, U+0102->a, U
+0103->a, U+010300->a, U+0104->a, U+0105->a, U+01CD->a, U+01CE->a, U
+01DE->a"

The only difference is my "charset_table" is far more longer than this
one.
When i try to "rake ts:in" this error occurs:

using config file '/home/xasedy/www/filmozof/config/
development.sphinx.conf'...
ERROR: line too long in /home/xasedy/www/filmozof/config/
development.sphinx.conf line 39 col 1.
FATAL: failed to parse config file '/home/xasedy/www/filmozof/config/
development.sphinx.conf'.

I cannot figure out how i can split "charset_table" to multiple lines
in developement.sphinx.conf

I try this;

development:
 enable_star: 1
 min_infix_len: 1
 charset_table: "U+FF10..U+FF19->0..9, U+FF21..U+FF3A->a..z, U+FF41..U
+FF5A->a..z, \ \r 0..9, A..Z->a..z, a..z, U+00C0->a, U+00C1->a, U+00C2-
>a, U+00C3->a, U+00C4->a"

When i checked the development.sphinx.conf it seems like the example
at http://www.sphinxsearch.com/docs/manual-0.9.8.html#conf-charset-table
but it doesn't work.

Or am I totally on the wrong way?

My System:
   Sphinx 0.9.8 RC2
   Ubuntu
   MySql 5
   Rails 2.2.2

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to