Skip to content

Instantly share code, notes, and snippets.

@AV4TAr
Created August 1, 2011 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AV4TAr/1119239 to your computer and use it in GitHub Desktop.
Save AV4TAr/1119239 to your computer and use it in GitHub Desktop.
standard sphinx.conf
# in sphinx.conf
source main
{
type = mysql
...
sql_query = SELECT id, title, body FROM documents
}
index main
{
source = main
...
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment