Hello, From my PyLucene code, I want to pass in a value when I instantiate my StopAnalyzer. In particular, I want to instantiate w/a file containing a list of stop words.. Everything I have tried so far is either kicked back by Python or Java. Is there a way to instantiate a Java File object from within Python/PyLucene ? Is there a more general way to handle this ? Thanks Chuck
- Passing value during Java object instantiation Charles A. Benson