How do u install a search engine to a website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How do u install a search engine to a website?

how to install a search engine that is capable of searching that particular website.

4th Mar 2017, 4:38 PM
John Ailoje
John Ailoje - avatar
13 Answers
+ 13
if you mean, google like search engine. Try out elastic search, you will get the beast of speed. Few, months ago. I have created a torrent search engine, using it and scraping data from some torrent based website. It search more then more then 684 tb of data at great speed. If you can try. But it is too big for small project. You can also write your own search engine, using MySQL but it will not that powerful like elastic
4th Mar 2017, 5:16 PM
Aditya kumar pandey
Aditya kumar pandey - avatar
+ 5
If you downloaded the script at sourceforge, you have to edit the db.php or you can make use of Google custom search at gcs.google.com.ng. But to create your own search engine, create a database and a table and use PHP to query the database.
4th Mar 2017, 5:16 PM
Edidiong Udoh
Edidiong Udoh - avatar
+ 5
Hi! First you shall understand what do you want and how is the data stored in your project. You may integrate Google search in your web page that will redirect users to "Google.com" and search something in your project web pages. Another way is backend based code on PHP, NodeJS, Java, C++, Perl, Python, Ruby (and etc) that will connect to your Database (MySQL or other Database) where should be placed your project data and your code will find the things that user asking. (I hope that i could help you and sorry for my bad English writing level.)
12th Mar 2017, 5:36 PM
Mirsardor Tulaganov
Mirsardor Tulaganov - avatar
+ 5
The ideal way, in my opinion, is to install your own Perl search engine script or PHP search engine script. This requires you to have the facility to install and run PHP or Perl scripts on your web account. You don't need to be able to write one. There are numerous free search engine scripts that you can adapt for your site. You can find a list of these on the Free Search Engine Perl Scripts (for Perl scripts) and the Free Php Search Engine Scripts (for PHP scripts) pages. In general there are two types of PHP or Perl search engine scripts. One will search your entire website for the relevant article each time your visitor invokes the search engine. The other creates an index of your site and only searches the index when the visitor uses the engine. The former is easier to configure and use for the newcomer, but quickly becomes sluggish when your website grows big. The latter is more efficient, but often requires you to remember to re-index your site each time you change your pages.
17th Mar 2017, 10:05 PM
RoyEugene
RoyEugene - avatar
+ 3
just use "get" method in your HTML. and Google url
21st Mar 2017, 5:47 AM
Md Faizul Haque
Md Faizul Haque - avatar
+ 1
you could program your own with <form> and the <input> like this <form> <input type="itemsearch" placeholder="would you like to search" /> </form>
15th Mar 2017, 3:51 PM
ultimate coder
ultimate coder - avatar
+ 1
If you downloaded the script at sourceforge, you have to edit the db.php or you can make use of Google custom search at gcs.google.com.ng. But to create your own search engine, create a database and a table and use PHP to query the database.
20th Mar 2017, 1:10 AM
Michael Carthyn Ogunleye
Michael Carthyn Ogunleye - avatar
20th Mar 2017, 5:11 AM
kz kz
kz kz - avatar
0
you can't install anything to website,, but you can put plugins to your source code
16th Mar 2017, 9:49 AM
Yuliana
Yuliana - avatar
0
educative
19th Mar 2017, 11:59 PM
Michael Carthyn Ogunleye
Michael Carthyn Ogunleye - avatar
- 2
idk
19th Mar 2017, 4:17 AM
AnonymousNopeyNoper
AnonymousNopeyNoper - avatar
- 3
You could use the free Google Custom Search, where you can add websites you want, and then you can embed it into your website.
17th Mar 2017, 11:00 AM
Sebastian Doe
Sebastian Doe - avatar
- 6
about a 1000 of anchor tag is needed
16th Mar 2017, 5:52 AM
KRITESH OJHA
KRITESH OJHA - avatar