views:

107

answers:

1

I want to see how sphinx actually works,has anyone tried this?

A: 

If you are talking about "Sphinx - the free open-source SQL full-text search engine", then the answer is pretty simple: Go ahead and have a look at the source code :)

Jørn Schou-Rode
I've downloaded the source code,but don't know how to debug the giant
symfony
You have got to be more specific. First, why do you need to debug it?
Jørn Schou-Rode
Debug is the best way to get familiar with the code,and I need to customize it later.
symfony
Ok. But what is your question, then? How to build the project? How to attach a debugger? Anyway, you will have to tell us how far you are and what problems you are facing.
Jørn Schou-Rode
I'm looking for information about all you mentioned above,I need to set a breakpoint for sphinx to dive further into it.
symfony