By Raghavendran Pedapati Apache Solr is a web application and is built around Lucene. Lucene has a powerful search library to provide full-text indexing . The significant aspect of Lucene search is its inverted index, meaning keyword-centric data structure i.e. word -> Pages rather than page -> words. Solr not only takes advantage of all […]