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

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+)

Awesome Lists containing this project

README

          

# JPHP Lucene Library

![Logo](https://cdn.worldvectorlogo.com/logos/lucene.svg)

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
```