Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boyter/phindex
A modular search indexer similar to Lucene written in pure PHP
https://github.com/boyter/phindex
Last synced: 15 days 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T11:40:56.000Z (over 5 years ago)
- Last Synced: 2024-10-14T19:10:37.417Z (29 days 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
=======[![Scc Count Badge](https://sloc.xyz/github/boyter/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.