Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.