Slide 15
Slide 15 text
Azure cognitive
search features
• Query and user experience
• Full-text search is a primary use case for most search-based apps.
Queries can be formulated using a supported syntax.
• Simple query syntax provides logical operators, phrase search
operators, suffix operators, precedence operators.
• Full Lucene query syntax includes all operations in simple syntax, with
extensions for fuzzy search, proximity search, term boosting, and
regular expressions.
• Geospatial functions filter over and match on geographic
coordinates. You can match on distance or by inclusion in a polygon
shape.
• User experience features like AutoComplete, Search Suggestions,
Synonyms, Spelling Correction, Sorting, Paging makes it a great
searchable content.