标签: java xml indexing lucene
如何使用任何示例代码创建xuce文件后的lucene索引。 所以我可以搜索布料名称以及颜色和销售类型。
<cloths> <cloth color="red">shirt</cloth> <cloth color="green" sale="Y">shirt</cloth> <cloth color="orange">jeans</cloth> </cloths>
有没有办法使用Lucene来做到这一点?