See more
$ db.articles.find( { $text: { $search: "chi" } } )
…rocess it’s quite simple. Since ES is built on Java, just make sure you have Java installed and the JAVA_HOME variable set.
JAVA_HOME
…t in MongoDB text index? What do we need to configure in ES? We’ll have to define what ES calls the Analysis Chain. This is simply put, the pipeline through which each of the documents we insert into the index will…
Analysis Chain