如何在 lucene 中索引 pdf、ppt、xl 文件(基于 java 或 python 或 php 中的任何一个都可以)?
我也想知道如何在索引时添加元数据,以便我可以提升一些参数
Also I want to know how to add meta data while indexing so that i can boost some parameters
推荐答案
Lucene 索引文本而不是文件 - 您需要一些其他过程来从文件中提取文本并在其上运行 Lucene.
Lucene indexes text not files - you'll need some other process for extracting the text out of the file and running Lucene over that.
相关文章