0

Is there a Pylucene eclipse plugin? or am I missing something?

I want it for Auto complete. Is the import structure same as java lucene

quark
  • 15,590
  • 3
  • 42
  • 30
Kapil D
  • 2,662
  • 6
  • 28
  • 30

1 Answers1

1

Assuming you're using PyDev, you need to add PyLucene to your import path. This can be done in the preferences pane somewhere under the PyDev section. (Sorry, I don't have PyDev installed on this computer so I can't be more specific.) Not having used PyLucene I can't tell you exactly which path you need to add, but it should be the path where you have PyLucene installed.

taleinat
  • 8,441
  • 1
  • 30
  • 44
  • So how do you add the PyLucene path in your eclipse. and where is it installed in a Mac? – Kapil D Dec 07 '09 at 20:46
  • Sorry but I don't have access to any macs these days, so I can't answer that. Regarding PyDev (Eclipse), I'll check it out next week when I'm next at work (probably Tuesday). – taleinat Dec 10 '09 at 23:26