Does anyone have experience creating custom analyzers with Lupyne? I see some existing threads about Pylucene analyzers (for ex.; however, I'm running into java errors that aren't clear at all.
As such, I've moved to Lupyne, a high-level python wrapper for Pylucene. I was able to successfully index and search a corpus using the default StandardAnalyzer(), but I'm interested in creating a custom analyzer with PorterStemming for example.
Any ideas?