All,
Thanks in advance for your help. We are considering using Azure Search for some new development on a multi-tenant system. I have a basic question on searchable vs filterable. When importing data in to search from documentdb the int/float/date types cannot be marked searchable only filterable. This is actually what we want. We are using the Lucene API with search and must support range searches. My question is, if an index is only marked "filterable" vs "filterable | searchable" is the value still "indexed" so the search is fast and the search wont result in a "table scan" (apologize of using SQL terms).
For extra credit, is there a query analyzer for search like in SQL Server that would help us figure this out?
Steve