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 6854763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:40:28+00:00 2026-05-27T01:40:28+00:00

I am trying to add search support in my website(hosted on a shared web

  • 0

I am trying to add search support in my website(hosted on a shared web hosting … hostgator.com) for that I am looking for an open source solution for full text and faceted search which doesn’t requires any server side support(apart from php and mysql).

I have already looked a number of solutions like Lucene, Solr, Sphinx, Zend Lucene including Mysql Full text search support. And also know that Solr is the best solution for such things. But as I said my website is hosted on a shared web hosting with no admin rights so I can’t go with Solr. Also I can’t go with inbuild full text support in mysql as currently my website’s database is using InnoDB engine.

  • 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-27T01:40:28+00:00Added an answer on May 27, 2026 at 1:40 am

    Consider manually constructing an inverted index in a MyISAM table. The tricky part would be to keep the index up-to-date though, which will either require a lot of code upon updating/inserting rows, or require that you do a complete re-index every x days (or hours).

    If you don’t know what an inverted index is: it’s an index where you map a word to a document ID. For example, if you wanted to index the table (id,name,description) with (1,”Test product”,”This product is awesome”), you can separate the words into “Test”,”product”,”This”,”is”,”awesome”. You could then put all these words into a database table (id,word,docID) => (1,”test”,1),(2,”product”,1),(3,”this”,1), etc.

    If you then want to search something, ask this index. A search query “test” would pull all entries with word=”test”, which would be (1,”test”,1). It then knows it needs docID 1, and you’re done.

    It’s definitely harder than using a standard solution, but it should work for your situation 🙂

    Of course, it only works with space-separated languages. If you want Chinese, you’ll have a problem.

    [edit] Ah, yes, the wikipedia entry may help: http://en.wikipedia.org/wiki/Inverted_index

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

Sidebar

Related Questions

I'm trying add a tab to my web page that looks like this: Using
trying to add an ExpiresDefault ExpiresByType to content on my website so that way
I'm trying to add a search box to my page that will direct users
we are trying to add searching to our web site and want this search
I am trying to add a search function to my website. Right now it's
I am trying to add knockout JS to a search page on our website.
I am trying to add full text search capabilities to my RoR app, but
Hey there, new to AJAX, JS.. Im trying to add to a Javascript/Ajax search
I’m trying to build a grammar that interprets user-entered text, search-engine style. It will
I'm trying to add a Search bar to my UITableView. I followed this tutorial:

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.