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.
- Host: GitHub
- URL: https://github.com/jnbdz/kohana-solr
- Owner: jnbdz
- Created: 2011-08-18T04:43:24.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-05T09:06:23.000Z (over 13 years ago)
- Last Synced: 2025-04-30T08:51:10.704Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 102 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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));