简体   繁体   English

solr模式:org.apache.solr.analysis.StopFilterFactory或solr.StopFilterFactory

[英]solr schema: org.apache.solr.analysis.StopFilterFactory or solr.StopFilterFactory

My schema file refers to solr.StopFilterFactory however, it seems that this class's actual name is: org.apache.solr.analysis.StopFilterFactory . 我的架构文件引用了solr.StopFilterFactory但是,此类的实际名称似乎是: org.apache.solr.analysis.StopFilterFactory Is that correct? 那是对的吗? If yes, where is that shortcut configured which allows me to use 'solr.StopFilterFactory`? 如果是,在哪里配置允许我使用'solr.StopFilterFactory`的快捷方式?

That is done programatically, so if you want to delve into the details I would start in IndexSchema's readSchema() and follow the lead there. 这是通过编程方式完成的,因此,如果您要深入研究细节,我将从IndexSchema的readSchema()开始并按照那里的说明进行操作。 You will get to exact place where the substitution is made eventually. 您将到达最终进行替换的确切位置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM