Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5955089
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:03:51+00:00 2026-05-22T18:03:51+00:00

Good time of a day! I have: Windows 2008 web server edition with big

  • 0

Good time of a day!

I have:

  1. Windows 2008 web server edition with big mvc project
  2. 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 😉

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T18:03:52+00:00Added an answer on May 22, 2026 at 6:03 pm

    As in any sphinx powered app, you have two main tasks:

    1. Define/create your sphinx indexes (sphinx.conf)
    2. Use a (.net) connector to submit your queries

    For number 1 check the Sphinx docs, search for mysql and sql_query.

    As for 2, you should have something like:

    public class MyController : Controller {
      [HttpPost]
      public ActionResult Search() {
        string looking_for = Request.Form["search_item"];
        SphinxClient sphinx_client = new SphinxClient();
        List<Result> results = sphinx_client.Query(looking_for, "my_sphinx_index_name");
        // your view should know what to do with a Result collection
        return View(results);
      }
    }
    

    ps: I’m using this .net connector (which I wrote =P) http://dotsphinxclient.codeplex.com/wikipage?title=Getting%20started&referringTitle=Documentation

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Good time of a day! I have a MVC project with query in controller:
Good time of day! I successfully used apache + php on windows 7, but
Good day I have question about displaying html documents in a windows forms applications.
Thank you for your time, I have spent a good part of my day
Good Day! I have a project on Sharepoint 2010 which requires the following: 1)
Good day, I have a ASP.net MVC app that needs to upload files to
Good day all, It's the first time I am using Qt on Windows CE
Good time of a day. I have a problem. I need to test admob
So I have been playing with jQuery for a good time now and I'm
What's a good web-based UI for capturing a time duration from the user. Lets

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.