Pylucene Eclipse 插件
有 Pylucene eclipse 插件吗?或者我错过了什么?
我想要它自动完成。 import结构和java lucene一样吗
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您使用 PyDev,您需要将 PyLucene 添加到导入路径。这可以在 PyDev 部分下的首选项窗格中完成。 (抱歉,我这台计算机上没有安装 PyDev,所以我无法更具体。)没有使用 PyLucene 我无法准确告诉您需要添加哪个路径,但它应该是您所在的路径PyLucene 已安装。
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.