PyLucene

From Seo Wiki - Search Engine Optimization and Programming Languages
Jump to navigationJump to search
PyLucene
Developer(s) Apache Software Foundation
Stable release 3.0.0-1 / December 8, 2009; 450588297 ago
Written in Python
Operating system Cross-platform
Development status Active
License Apache 2.0 Licence
Website http://lucene.apache.org/pylucene/

PyLucene is a Python extension built with JCC, a Java Native Interface code generator, for accessing Java based Lucene. It creates an API in python for accessing Java Lucene. It is not a ported version of Lucene in Python but a way of accessing Lucene API written in Java from Python by building a wrapper around it.

It is supported on all popular platforms such as Windows, Linux and Mac OS X.

External links