Take a look at how the Highlighter package was integrated. The steps to integrate more Lucene contrib packages are more or less the same for all of them. So far, PyLucene includes: the highlighter, the language analyzers, snowball and an as-yet-unreleased-by-java-Lucene RangeFilter.


The steps are:
  - update the Makefile:
     - by adding the compiling and linking of the new files
     - by adding the generation of the header files(s) from the java classes
  - update the PyLucene.i file to expose the new class and APIs

It is simplest to pick an existing module, say Highlighter, and copy/paste your way through it.

Andi..

On Mon, 9 May 2005, Martin May wrote:


I am porting over a Java application that uses Lucene's ChainedFilter (a user contribution). How can I make this work with PyLucene?

Thanks,
Martin

_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to