2017 © Pedro Peláez
 

library pucene

Raw PHP implementation of apache lucene

image

pucene/pucene

Raw PHP implementation of apache lucene

  • Sunday, March 11, 2018
  • by wachterjohannes
  • Repository
  • 4 Watchers
  • 16 Stars
  • 47 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 16 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Pucene

A pure PHP implementation of lucene index., (*1)

Description

Pucene is a pure php-library which basically implements a lucene index. Lucene is a very well documented library - but pucene is not a direct copy - it will define some additional things and will do some things different than the original library., (*2)

Components

This repository is the monorepository of the pucene project and contains following components:, (*3)

  • Analysis: Text analysis is the process of converting unstructured text, like the body of an email or a product description, into a structured format that’s optimized for search.
  • Dbal Driver: The driver implementation built ontop of doctrine dbal.
  • Index: The index analyses, stores and searches for documents. It uses different other packages from this project.
  • Seal Adapter: Adapter package that glues pucene into SEAL universe.

The Versions