Good time of a day!
I have:
- Windows 2008 web server edition with big mvc project
- Another dedicated MySQL server (Ubuntu Linux) with Sphinx engine installed on it
The task is to build the fast search over the photos database. I have spent to much time to find the working solution of mvc & sphinx with step-by-step instruction, cause im a new in this technoligie.
I want know how to use sphinx with .net mvc
I found 2 client libraries but both are with out any documentations (following this: Sphinx .net implementation) 🙁
Anybody can help? Thanks a lot!
PS> sorry for my english 😉
As in any sphinx powered app, you have two main tasks:
For number 1 check the Sphinx docs, search for mysql and sql_query.
As for 2, you should have something like:
ps: I’m using this .net connector (which I wrote =P) http://dotsphinxclient.codeplex.com/wikipage?title=Getting%20started&referringTitle=Documentation