【发布时间】:2011-02-02 17:12:27
【问题描述】:
我有一个简单的问题。说,我有一个字符串"this string has some text in it"。我希望 lucene 能够使用以下搜索找到它:
"string has"
"has this"
"text this"
我应该使用哪一种分析器和查询组合? Lucene 3.0.3。
【问题讨论】:
我有一个简单的问题。说,我有一个字符串"this string has some text in it"。我希望 lucene 能够使用以下搜索找到它:
"string has"
"has this"
"text this"
我应该使用哪一种分析器和查询组合? Lucene 3.0.3。
【问题讨论】:
【讨论】: