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

https://github.com/jnbdz/kohana-solr

A Kohana module for the Apache Solr search platform.
https://github.com/jnbdz/kohana-solr

Last synced: 3 months ago
JSON representation

A Kohana module for the Apache Solr search platform.

Awesome Lists containing this project

README

          

Kohana-Solr
===========

A Kohana module for the Apache Solr search platform.

How to use
----------

All the methods are static.

To initialize Solr with the configurations:
SOLR::init();

To query:
SOLR::q($query, $start, $rows);

Add fields:
SOLR::addFields(array($name => $value));