Lucene and indexing
Ype Kingma
ykingma at accessforall.nl
Fri Oct 18 13:56:39 EDT 2002
More information about the Python-list mailing list
Fri Oct 18 13:56:39 EDT 2002
- Previous message (by thread): Lucene and indexing
- Next message (by thread): XML question, DOM or SAX?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mr P wrote: > I am looking for a fast, "industrial strength", incremental indexer for > Python. I have looked at ransacker and indexer.py, but they don't cut the > mustard. Are there any other I should look at? I don't know. > The Java community has a great indexer in Lucene > (jakarta.apache.org/lucene). I have some experience with Lucene and it's > feature rich, extensible and very fast. I was wondering if anyone has > ported > Lucene to Python? I think such a port would be a great addition to the > .py universe. In case you want to use lucene, have a look at Jython, the java implementation of python at www.jython.org. The combination of Lucene and Jython is very good. Have fun, Ype -- email at xs4all.nl
- Previous message (by thread): Lucene and indexing
- Next message (by thread): XML question, DOM or SAX?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list