https://github.com/boyter/phindex
A modular search indexer similar to Lucene written in pure PHP
https://github.com/boyter/phindex
Last synced: about 1 year ago
JSON representation
A modular search indexer similar to Lucene written in pure PHP
- Host: GitHub
- URL: https://github.com/boyter/phindex
- Owner: boyter
- Created: 2013-01-09T22:03:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T11:40:56.000Z (almost 7 years ago)
- Last Synced: 2025-03-01T15:13:49.521Z (about 1 year ago)
- Language: PHP
- Size: 338 KB
- Stars: 74
- Watchers: 11
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Phindex
=======
[](https://github.com/boyter/Phindex/)
This is the the resulting code of a 5 part series which you can read here http://www.boyter.org/2013/01/code-for-a-search-engine-in-php-part-1/
For help setting it up see the following link http://www.boyter.org/2014/04/installing-phindex/ which walks through getting setup with 10,000 documents from scatch.
Keep in mind this was never intended to be a drop in replacement for any existing search service or even a install and index solution. You will need to modify code to do anything with this. This may change in the future as I have some additional code which should allow the creation of a full search solution.