The same full-text search engine for different products. Apache Luke.
Hi, awesome community! In this article, you can read info about the tool which helps me with search index investigation. At the moment, I do an investigation with the Russian language stemming and reuse the morphology analysis by reusing existing libraries. So, as I understand, today we will speak about Apache Lucene index and small awesome utility Apache Luke. Because this search engine library is used for full-text search in the Apache Lucene, Solr, Elasticsearch as well. It means Jira, Confluence, Bamboo on-premises solution used Lucene, Bitbucket used the Elasticsearch. About Cloud, I imagine the Atlassian team used Elasticsearch as it scales easier even Apache Lucene local index. e.g. for Lucene, you need to use for the replication (lucene-replicator - https://lucene.apache.org/core/7_4_0/replicator/org/apache/lucene/replicator/Replicator.html ) or just use Elasticsearch. Let’s use Apache Luke for the Confluence search indexes: I just co...