I have tested a lot of search engine data, but in the end I came up with the best solution that’s using Apache/Solr and I’ve applied to many real projects and brought a lot of success.
Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene.
Solr is a standalone enterprise search server with a REST-like API. You put documents in it (called “indexing”) via JSON, XML, CSV or binary over HTTP. You query it via HTTP GET and receive JSON, XML, CSV or binary results.
Find out more about Apache/Solr: http://lucene.apache.org/solr/features.html#top
You need to login in order to like this post: click here
YOU MIGHT ALSO LIKE