开发者

Solr analyzer default type

For the definition below, what is the default type of the anal开发者_Python百科yzer? Is the definition assumed for both query and index analyzers?

<fieldType name="text_nicesort" class="solr.TextField" positionIncrementGap="100">
  <analyzer>
    <tokenizer class="solr.KeywordMarkerFilterFactory"/>
    <filter class="solr.LowerCaseFilterFactory"/>
  </analyzer>
</fieldType>


Yes, if the type is not defined, the same analyzer is used for both index and query.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜