Full-text search idea MongoDB & node.js

I am developing a search engine for my website, and I want to add the following functions to it;

>Full text search
>What do you mean Is it a function?
> Data storage in MongoDB

I want to make a quiet backend. I will manually add data to mongodb and index it (which one do I prefer? Mongodb index or other Some search index libraries, such as Lucene). I also want to use node.js. These are what I found from my research. For the architecture, any ideas will be appreciated

Thanks in advance

< /div>

I am using Node.js / MongoDB / Elasticsearch (based on Lucene). This is a good combination. The process is also It’s amazing, because all 3 packages (can) handle JSON as their native format, so there is no need to convert DTO etc.

Have a look:
http://www. elasticsearch.org/

I am developing a search engine for my website, and I want to add the following features to it;

>Full text Search
>Do you mean function?
> Data storage in MongoDB

I want to make a quiet backend. I will manually add data to mongodb and index it (which one do I prefer? Mongodb index or other Some search index libraries, such as Lucene). I also want to use node.js. These are what I found from my research. For the architecture, any ideas will be appreciated

Thanks in advance

< /p>

I am using Node.js / MongoDB / Elasticsearch (based on Lucene). This is a good combination. The process is also amazing because all 3 packages (ok) Both treat JSON as its native format, so there is no need to convert DTO etc.

Take a look:
http://www.elasticsearch.org/

Leave a Comment

Your email address will not be published.