Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
284 views
in Technique[技术] by (71.8m points)

php - Search engine on shared hosting

My website is on a shared host and I would like to have a powerful search engine.

I can't install Solr or ElasticSearch since Java is not enabled on my hosting plan.

I thought about using zend_lucene but I read that lot of people are having performance problems with this solution and waiting 8 seconds for a search result is not an option.

So I would like to know if there is some others good solutions available matching my requirements?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Not really an answer to the technical side of your question, but a reflection on the hosting market.

Shared hosting is not meant to be used for high-performance or special needs. It's an extremely streamlined service for the people using very standard software like Wordpress, Drupal or static HTML. This is the harsh truth. You may be able to find a workaround but do not expect it to be portable or even perform well. Shared hosting is meant to leverage an extremely cheap hosting solution for those times you don't need performance and features.

The real solution is to get dedicated hosting for your needs. You may consider a VPS which is usually cheaper, or putting only the search engine in another cloud service (for example, try Google Custom Search).


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...