Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better...

20
Building Intelligent Cross Platform Mobile Applications using Xamarin & Azure Search Liam Cavanagh Principal Program Manager – Azure Search @liamca

Transcript of Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better...

Page 1: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Building Intelligent Cross Platform Mobile Applications using Xamarin & Azure SearchLiam CavanaghPrincipal Program Manager – Azure Search@liamca

Page 2: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Netflix Yelp Redfin

Page 3: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

search-as-a-service developers

great search experiences applications

What is Azure Search?

Page 4: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Why?Developers look for PaaS services in Azure to achieve better results faster in their apps

Search is key to many categories of applications• Web search engines have set the bar high for search• Instant results, auto-complete, hit highlighting, great ranking, linguistics• Search is hard and rarely a core expertise area• Infrastructure standpoint: availability, durability, scale, operations• Functionality standpoint: ranking, language support, geo-spatial

Page 5: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Typical Workflow

Page 6: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

What we will build today•Real Estate application that targets Android•Enable features such as:• Type-ahead search • Full text search of listings• Search result & paging

Page 7: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Additional ResourcesAll source and lab resources can be found on GitHub:https://aka.ms/azsearchxamarin

Azure Search Documentationhttps://azure.microsoft.com/en-us/documentation/services/search/

Page 8: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Tutorial Covers• Real Estate application that targets Android• Enable features such as:• Full text search of listings & type-ahead search • Tuning search results• Search result filtering & faceting• Geo-spatial search• Synonyms and spelling mistakes

support• Analytics to enhance the user

experience

Page 9: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Demo

Page 10: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Type AheadExample Type Ahead Query:https://realestate.search.windows.net/indexes/listings/docs/suggest?api-version=2015-02-28&suggesterName=sg&search=seat

All source and lab resources can be found on GitHub:https://aka.ms/azsearchxamarin

Page 11: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Demo

Page 12: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

SearchExample Search Query:https://realestate.search.windows.net//indexes/listings/docs?api-version=2015-02-28-Preview&search=seattleGet Page 3 with 10 Listings / Page:https://realestate.search.windows.net//indexes/listings/docs?api-version=2015-02-28-Preview&search=seattle&$top=10&$skip=20All source and lab resources can be found on GitHub:https://aka.ms/azsearchxamarin

Page 13: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Demo

Page 14: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Lesson 4 – Filtering Search ResultsExample Facet Search Query:/indexes/listings-full/docs?api-version=2015-02-28&search=seattle&facet=bedsExample Filter Search Query:/indexes/listings-full/docs?api-version=2015-02-28&search=seattle&$select=address,area&$filter=beds gt 2All source and lab resources can be found on GitHub:https://aka.ms/azsearchxamarin

Page 15: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Lesson 5 – LookupExample Document Lookup Search Query:/indexes/listings-full/docs/1174787?api-version=2015-02-28

All source and lab resources can be found on GitHub:https://aka.ms/azsearchxamarin

Page 16: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Lesson 6 – More Like ThisExample Document Lookup Search Query:/indexes/listings/docs?api-version=2015-02-28-Preview&morelikethis=1174787

All source and lab resources can be found on GitHub:https://aka.ms/azsearchxamarin

Recommendations Example:github.com/liamca/azure-search-recommendations

Page 17: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Lesson 7 – Scoring and TuningScoring profiles

§ Field weights§ Scoring functions§ magnitude, freshness, distance, tags

3 main patterns§ Known data directly available in the index§ Personalization using tag boosting§ Analytics, compute externally and push to the index

Page 18: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Tuning Results based on Users Geo-LocationNuget PackageUsed(GeoLocator)• https://www.nuget.org/packages/Xam.Plugin.Geolocator

ExampleAzureSearchRequest• &scoringProfile=geoScoring&scoringParameter=currentLocation:-122.130,47.641

MoreInfo:• https://blog.xamarin.com/geolocation-for-ios-android-and-windows-made-easy/• https://msdn.microsoft.com/en-us/library/dn798928.aspx

AllsourceandlabresourcescanbefoundonGitHub:• https://aka.ms/azsearchxamarin

Page 19: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Lesson 8 – Catering to the Long Tail“70% of searches are unexpected”1

Page 20: Xamarin Azure Search Lecture... · Developers look for PaaS services in Azure to achieve better results faster in their apps Search is key to many categories of applications • Web

Synonyms (Preview)

• Associateequivalenttermsthatimplicitlyexpandthescopeofaquery,withoutuserhavingtoactuallyprovideterms.Forexample:• "dog"canbeassociatedwith“canine”&“puppy”

• Synonymsarecurrentlyinpreview,exclusivetotheServiceRESTAPI(api-version=2015-20-28-preview)• Wordmappingsisdefinedina“synonymmap”andislinkedtooneormoreIndexfieldsusingsynonymMapsinthefielddefinition• Synonymscanbeupdatedasneeded• TiesinwellwithSearchTrafficAnalytics(Searcheswith0Results)