Re: PyLucene installation - make failing

2023-03-27 Thread S Less
Working now, thankyou. On Tue, Mar 28, 2023 at 11:16 AM Andi Vajda wrote: > > On Tue, 28 Mar 2023, S Less wrote: > > > I'm able to successfully perform indexing and searching within Python. > > I was hoping to try the Monitor > > < > https://lucene.apache.org/core/9_4_1/monitor/org/apache/lucene

Re: PyLucene installation - make failing

2023-03-27 Thread Andi Vajda
On Tue, 28 Mar 2023, S Less wrote: I'm able to successfully perform indexing and searching within Python. I was hoping to try the Monitor class however this line fails from org.apache.lucene.monitor import M

Re: PyLucene installation - make failing

2023-03-27 Thread S Less
Andi I hadn't edited the Makefile. There is a hint on the PyLucene Installation page: "See PyLucene's *Makefile* for configuration instructions." but I didn't realise that was telling me to edit the file. After doing so I was able to build it. I