-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from yawik/migrate-to-laminas
Migrate to laminas
- Loading branch information
Showing
92 changed files
with
19,645 additions
and
2,618 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Solr | ||
==== | ||
|
||
This module makes job entities searchable with Solr. In addition it enables facet search. | ||
|
||
Build status: | ||
|
||
[![Build Status](https://travis-ci.org/yawik/Solr.svg?branch=master)](https://travis-ci.org/yawik/Solr) | ||
[![Coverage Status](https://coveralls.io/repos/github/yawik/Solr/badge.svg?branch=develop)](https://coveralls.io/github/yawik/Solr?branch=develop) | ||
|
||
Requirements | ||
------------ | ||
|
||
* running [YAWIK](https://github.com/cross-solution/YAWIK) | ||
* running Solr Server | ||
|
||
|
||
Installation | ||
------------ | ||
Using composer | ||
|
||
``` | ||
composer require yawik/solr | ||
``` | ||
|
||
Documentation | ||
------------- | ||
|
||
http://yawik.readthedocs.io/en/latest/modules/solr/index.html | ||
|
||
|
||
Example | ||
------- | ||
|
||
http://jobs.yawik.org | ||
|
||
|
||
Licence | ||
------- | ||
|
||
MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.