olivernn / lunr.js

A bit like Solr, but much smaller and not as bright
http://lunrjs.com
MIT License
8.94k stars 548 forks source link

PHP Indexer #409

Closed acouch closed 5 years ago

acouch commented 5 years ago

Just a heads up that I created a PHP implementation of the indexer: https://github.com/CivicActions/lunr.php

This could be useful for anyone that wants to use Lunr.js but doesn't have node on the server (ie Drupal, Wordpress etc).

It doesn't have boosts and some of the features. Feel free to close this once you've read it.

acouch commented 5 years ago

Closing this as it was created for visibility. Thanks @olivernn for the amazing library. Excited to use it in some high-profile sites and to make it easier for folks using PHP to implement.

olivernn commented 5 years ago

@acouch sorry for not responding earlier, this is awesome work, thank you for sharing! I think I'll put together a page in the documentation about this and the python implementation.