We have tons of differences mentioned between elastic search and solr for search technologies. The differences mentioned are mostly of data formats, API accessibility, analytics support, adaptability, cloud integration , geo spatial search, indexing, etc, etc.
Also , at all places they have mentioned that both this search technologies have been built on top of Apache Lucene. I have a fundamental question that if both have been built on top of search solution(Lucene here), there must be some differences in the way query works ? Like if I look from a text search aspect only and leave all other things behind, how is a text search performed in ES and solr. There should be some configuration / behavior change in the way the search engine searches / optimizes ? I need in depth understanding how the search works by taking a text string as example.
It would be awesome if someone could explain me that :)
Thanks.