general FAQ

Are floating-point values supported by Sphinx?

Floating point values are not supported in Sphinx versions below 0.9.8.

I've change synonyms.txt, must I reindex?

With regard to synonyms, Shodan states “these rules are tokenizing exceptions; they can only be applied at indexing time. So reindexing is required.”

Is the charset_table applied to synonyms?

No.

searchd FAQ

After changing sphinx.conf, should I restart searchd?

Yes. At the moment it is only able to pick up new index data in runtime, but not the configuration settings. This is going to be fixed in the future.

Note for 0.9.9: indexer saves index setting inside index files so you don't need to restart searchd after –rotate.

Can I rotate the query log?

Yes, with software like logrotate you can rotate the query log as long as you send searchd SIGUSR1. See Tips and tricks.

indexer FAQ

If both 'sql_port' and 'sql_sock' exist in sphinx.conf, which one is used?

This is actually a question on MySQL client library. Typically, it will attempt UNIX socket connection over sql_sock when the host is “localhost”, and TCP socket connection to sql_host:sql_port in all other cases.

configuration FAQ

compilation FAQ

Recompile with modified SPH_MAX_QUERY_WORDS ?

Shodan states “This one is safe to change.”

FIXME (details?)

 
sphinx_faq.txt · Last modified: 2008/09/14 18:28 by vlad
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki