https://github.com/jphp-group/jphp-lucene-ext
JPHP Lucene Library (8.5+)
https://github.com/jphp-group/jphp-lucene-ext
Last synced: about 1 year ago
JSON representation
JPHP Lucene Library (8.5+)
- Host: GitHub
- URL: https://github.com/jphp-group/jphp-lucene-ext
- Owner: jphp-group
- Created: 2020-03-29T19:34:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T19:46:06.000Z (about 6 years ago)
- Last Synced: 2025-04-09T23:44:47.767Z (about 1 year ago)
- Language: Java
- Size: 5.22 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JPHP Lucene Library

Lucene is a Java library providing powerful indexing and search features, as well as spellchecking, hit highlighting and advanced analysis/tokenization capabilities.
This is jphp package for using lucene java library (ver 8.5+)
### How To Add?
Use `jppm` tool:
```
jppm add jphp-lucene-ext@git+https://github.com/jphp-group/jphp-lucene-ext.git
```
### How to run tests?
```
jppm build+test
```