implemented by python to create an integrated search engine module, including crawler, indexing&search, web interface.
.
|-- **indexer_from_db.py**: creating index from database.
|-- **searcher.py**: main search api.
|-- web/
|-- |--code.py: python servlet for web.py
|-- templates/
|-- |--index.html: web interface for user query input.
|-- gui/
|-- |--kylin-desktop.py: main desktop application.
|-- |data-index/: index data files.
|-- README.md
|-- README.txt: same as above.
|-- kylin-desktop.py: same as web directory
|-- web-gui.py: same as code.py
- mysql-connector-python-1.0.9-py2.7.msi install
- install setuputils through ez_setup.py, and then add Script subdirectory in python install to env variables.
- install Whoosh 2.4.1 with the easy_install.exe tools
- install web.py with easy_install for web front end display.
- install xlwt package for write results to excel.