Giter Club home page Giter Club logo

learn-sql-fulltext-search's Introduction

learn SQL full-text search with fuzzy logic

A hello-world example of the Azure SQL Database full-text search capability.

tools used

target environment

  • Azure SQL Database

synopsis

This full-text search demonstration shows you how to:

  1. setup a SQL Server Database project
  2. use post-deployment scripts to load data with an idempotent technique
  3. create a full-text catalog and index on an indexed view
  4. fuzzy search the catalog to return matching records with relevance ranking
  5. setup and use SQL deployment configuration settings
  6. build and deploy a database using DACPAC-based publishing (see build and release pipelines on Azure DevOps)

developer getting started

  1. install the tools listed below
  2. open learnDB.sln in Visual Studio Community
  3. edit the "database.csproj" properties from the Solution Explorer right-click menu; change the Debug deploy target to your local instance of SQL Server
  4. click the "start" button to deploy (monitory the Output window for success/failure) -- this will take several minutes due to a large amount of post-deploy data loading
  5. open a new query window in SSMS and execute EXEC dbo.usp_DictionarySearch @searchterm='beer brewing' to get example search results

more info on key concepts

learn-sql-fulltext-search's People

Contributors

daveskender avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.