Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
https://github.com/apache/ignite/blob/2fbbb676386515ea881e4e61f08864d6bc93225a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GridLuceneIndex.java#L115
看起来现在正在使用标准分析器。未来有没有计划允许在配置文件中切换 Lucene 分析器?
谢谢。
截至 2020 年,Apache Ignite 中的文本索引尚未得到积极开发。我认为将自己的 Lucene 索引放在一边会更有意义。