Your own local search engine.
2012-04-09
129 words
1 min read
There are times when you would want to have a local search engine capable of indexing even pdf and doc files. So here is a solution.
You can use “Omega” and here are the instructions.
download omega from http:// xapian.org/download
yum install xapian libuuid-devel
And then make and install omega and for this you can follow the instructions.
Create index using command omindex
and then you can use quest or search.py to search or you can setup the cgi way so that you can use local browser to search.
You can setup cron with following to update the index regularly:
omindex -p --db /var/lib/omega/data/default --url /URL /path/to/index
Related articles
Related Articles:
- 2010/03/10 Xoost – Search engine
- 2010/04/21 Convert decimal numbers to binary
- 2009/12/19 Opens Four Google Frames At Once
- 2010/12/26 Empty a file
- 2010/06/17 Using tput to save, clear and restore the terminal contents
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.