Skip to content

pucene/pucene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pucene

A pure PHP implementation of lucene index.

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.

Components

This repository is the monorepository of the pucene project and contains following components:

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages