Intro to Azure Search Julie Smith 2019.

Slides:



Advertisements
Similar presentations
Interacting with SharePoint using the CSOM and REST API Presented by Eric Smith Presented by Eric Smith
Advertisements

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July Solution Architect,Microsoft.
Universal Search and Social Networking Exploiting the features of each to enhance the other and the tools that make it possible Peter Wallqvist Ravn Systems.
“ Leveraging SharePoint 2010 Search Technologies ” With: Ivan Neganov.
Microsoft ® Official Course Interacting with the Search Service Microsoft SharePoint 2013 SharePoint Practice.
Xpantrac connection with IDEAL Sloane Neidig, Samantha Johnson, David Cabrera, Erika Hoffman CS /6/2014.
Create with SharePoint 2010 Jen Dodd Sr. Solutions Consultant
OM. Brad Gall Senior Consultant
Building Data Driven Applications Using WinRT and XAML Sergey Barskiy, Magenic Microsoft MVP – Data Platform Principal Consultant Level: Intermediate.
Austin code camp 2010 asp.net apps with azure table storage PRESENTED BY CHANDER SHEKHAR DHALL
Building Search Portals With SP2013 Search. 2 SharePoint 2013 Search  Introduction  Changes in the Architecture  Result Sources  Query Rules/Result.
Microsoft SharePoint 2013 New Features Visit by for SharePoint Resources: Tutorials Articles Tools Interview Questions By Microsoft.
Iccha Sethi Serdar Aslan Team 1 Virginia Tech Information Storage and Retrieval CS 5604 Instructor: Dr. Edward Fox 10/11/2010.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Search Overview Search Features: WSS and Office Search Architecture Content Sources and.
Intro to Datazen.
Apache Solr Dima Ionut Daniel. Contents What is Apache Solr? Architecture Features Core Solr Concepts Configuration Conclusions Bibliography.
Danijel Malik Visual Studio ALM MVP Build 2014 What’s new for Visual Studio 2013 and Visual Studio Online.
Bhakthi Liyanage SPS Toronto July GOLD BRONZE / PRIZES SILVER.
A presentation on ElasticSearch
Data Security with Power BI, SSAS, SQL Server 2016 and Active Directory June 10, 2017.
Data Platform and Analytics Foundational Training
HPE Content manager TO SALEFORCE INTEGRATIONs
Make Power BI Your Own with the Power BI APIs
Creating Enterprise Grade BI Models with Azure Analysis Services
Nicho Joins Microsoft Azure Certified Program to Transform Brand Engagement, Boost Customer Acquisition and Conversions with Scalable Ease MICROSOFT AZURE.
Automate Custom Solutions Deployment on Office 365 and Azure
Make Power BI Your Own with the Power BI APIs
Line of Business Solutions in SharePoint Online
In-Depth Introduction to Docker
Couchbase Server is a NoSQL Database with a SQL-Based Query Language
IBM Data Server Gateway for OData
Twitter & NoSQL Integration with MVC4 Web API
Microsoft Azure P wer Lunch
OpenNebula Offers an Enterprise-Ready, Fully Open Management Solution for Private and Public Clouds – Try It Easily with an Azure Marketplace Sandbox MICROSOFT.
Microsoft Bot Framework: changing how we communicate with users
Take Control of Insurance Product Management: Build, Test, and Launch Any Product Globally 10x Faster, 10x More Cheaply with INSTANDA on Azure Partner.
Welcome! Power BI User Group (PUG)
Designed for Big Data Visual Analytics, Zoomdata Allows Business Users to Quickly Connect, Stream, and Visualize Data in the Microsoft Azure Platform MICROSOFT.
Stephan Zednik, Patrick West, Peter Fox Tetherless World Constellation
Yellowfin: An Azure-Compatible Business Intelligence Platform That Connects People with Their Data for Better Decision Making MICROSOFT AZURE APP BUILDER.
Be Better: Achieve Customer Service Excellence and Create a Lean RMA and Returns Process with Renewity RMA and the Power of Microsoft Azure MICROSOFT AZURE.
Searching for Rio: Azure Search, NBC Sports, and the Olympics
Auth0 Is Identity Made Simple for Developers, Built by Developers and Supported by the High Availability and Performance of Microsoft Azure MICROSOFT AZURE.
Office 365 Development July 2014.
Welcome! Power BI User Group (PUG)
Microsoft Virtual Academy
Introducing Qwory, a Business-to-Business Search Engine That’s Powered by Microsoft Azure and Detects Vital Contact Information for Businesses MICROSOFT.
Stephan Zednik, Patrick West, Peter Fox Tetherless World Constellation
Make Power BI Your Own with the Power BI APIs
Cloud Web Filtering Platform
Searching and browsing through fragments of TED Talks
Microsoft Build /14/2019 8:42 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Stephen W Thomas Using BizTalk Server as your Foundation to the Clouds
Saravana Kumar CEO/Founder - Kovai Atomic Scope – Product Update.
2/23/2019 4:36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Connect /25/2019 6:06 AM
Microsoft Flow Approvals 101
Azure Cosmos DB with SQL API .Net SDK
Building production-ready APIs with ASP.NET Core 2.2
Azure DocumentDB Ryan CrawCour Senior Program Manager.
NoSQL Overview + Elasticsearch Quick Dive
Bryan Soltis – Kentico Technical Evangelist
Automated Testing Strategies and Dynamics 365 Performance Management
AI Discovery Template IBM Cloud Architecture Center
Indexing with ElasticSearch
TN19-TCI: Integration and API management using TIBCO Cloud™ Integration
Intro to Azure Search Julie Smith 2019.
Polyglot Persistence: Document Databases
Microsoft Azure Data Catalog
Presentation transcript:

Intro to Azure Search Julie Smith 2019

Julie Smith Microsoft MVP, Data Platform since 2013 Consultant at Innovative Architects since 2012 **not a web developer @juliechix julie.smith@innovativearchitects.com http://datachix.com

Azure Search is a search-as-a-service cloud solution that gives developers APIs and tools for adding a rich search experience over private, heterogenous content in web, mobile, and enterprise applications. Query execution is over a user-defined index. Azure Search

Azure Search

Azure Search Why do you need it? Users expect it, familiar, every app has it. Why use Azure Search in Particular? Easy to implement. REST APIs .Net SDK

Our Use Case at IA—Full Text Search We needed a search engine. We thought we needed Azure ML. Overheard: Oh cool! Man this is fast! Super easy.

Other Use Cases Ecommerce: Amazon, Zappos, Restaurants Document Searches: Pluralsight, Universities

Architecture PaaS NoSQL Json Lucene is foundational to it

Lucene http://lucene.apache.org/ Refers to many things: Open source project for search engine. Lucene queries Solr and Elastic and Azure Search based on it

Architecture Indexes Schema Documents Indexers http://davidchappell.com/writing/white_papers/Introducing_Azure_Search-Chappell_v1.1.pdf

Architecture Indexes Schema Documents Changes to Operational Data can be configured to trigger the Indexer to update the Index using Indexer Indexes Schema Documents Indexers http://davidchappell.com/writing/white_papers/Introducing_Azure_Search-Chappell_v1.1.pdf

Sources

Schema Properties Searchable Analyze Suggester Filterable Sortable Facetable Retrievable http://davidchappell.com/writing/white_papers/Introducing_Azure_Search-Chappell_v1.1.pdf

Schema Properties-Facetable

Add Weighting to affect search relevance—Clearance Add Weighting to affect search relevance—Clearance! Otherwise manually boost relevance Scoring

New Features--Preview Cognitive Searching Synonyms

Structure of Queries URL Key Get, Put, Post Header of the call Body of the call

Structure of Queries Query Syntax –Lucene parser https://docs.microsoft.com/en-us/azure/search/search -query-lucene-examples Search, *, ~, filter https://docs.microsoft.com/en- us/azure/search/search-query-lucene-examples Broad without Lucene or use &queryType=full to invoke very specific Lucene Query https://azs-playground.search.windows.net/indexes/nycjobs/docs?api-version=2017-11-11&$count=true&searchFields=business_title&$select=business_title&queryType=full&search=business_title:senior+NOT+junior Structure of Queries

Structure of Queries

Structure of Queries https://www.google.com/search?as_q=tricolor+rat+terrier&as_epq=%22rat+terrier%22&as_oq=miniature+OR+standard&as_eq=-rodent%2C+-%22jack+russell%22&as_nlo=10&as_nhi=35+lb&lr=lang_en&cr=&as_qdr=all&as_sitesearch=&as_occt=any&safe=images&as_filetype=&as_rights=

Structure of Queries

White paper http://davidchappell White paper http://davidchappell.com/writing/white_papers/Int roducing_Azure_Search-Chappell_v1.1.pdf Blog: https://azure.microsoft.com/en- us/blog/tag/azure-search/ https://docs.microsoft.com/en-us/azure/search/ https://www.youtube.com/watch?v=dMF5iGi8zag -- this talk on youtube Msdn documentation Resources

Learned along the way, FAQS Multi-tenancy Other uses, besides E-Commerce Read the documentation, stack overflow Learned along the way, FAQS

Demos Create a new service—url and key Run Queries Import data, create index, indexer, data source Run Queries Create and Load a new index using API calls in Fiddler Demos