When building or evaluating search for enterprise file and object stores, there are several distinct paradigms to understand:
Lexical Search (Keyword / Full-Text)
Matches documents based on exact or near-exact term occurrence. Uses inverted indexes (e.g., Elasticsearch, Solr, Lucene).
* How it works: Tokenizes text, applies stemming/stop-word removal, scores via