开发者

Standard Analyser in lucene

is standard Ana开发者_JAVA百科lyzer in lucene is equall to

Select * from table where name Like raaga

will it searches only the exact match alone


The short answer is: No. You are comparing apples and oranges. Here is the StandardAnalyzer API. Here is a Lucene tutorial to give some context to the analyzer/query parser/search.


Analyzers are used for the tokenization of the Query for the QuerySearch phase. It is also used for the tokenization phase for the analyzed fields. Your searches would depend on the type of Query you are running.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜