0

In Thinking Sphinx, the Ruby plugin, I can create a sphinx index from a db column. How can I do this without Thinking Sphinx, with the indexer function, or in Python?

EDIT: The column in question would be text.

Chris
  • 44,602
  • 16
  • 137
  • 156

1 Answers1

0

If you using Thinking Sphinx look at generated indexer configuration (by default is /config/ENVIRONMENT.sphinx.conf), You can write this configuration with Python,

Use documentation or tutorial for Django.

Here I found some python API provided by Sphinx Technologies: http://code.google.com/p/sphinxsearch/source/browse/trunk/api/sphinxapi.py

rogal111
  • 5,874
  • 2
  • 27
  • 33