SlideShare a Scribd company logo
Let’s Build a
Search-Based
Application in
SharePoint
2013
SharePoint
Saturday
Washington D.C.
June, 2013
Matthew J. Bailey
Session Agenda
What use to take days or weeks to program can
now be done with simple Query Rules, Result
Sources, Promoted Results & other new features
of SharePoint 2013 search. See how we can
create a beautiful, functional, multi-media based
search experience based on the user's needs and
intended results.
Topics we going to cover in this session:• What is a search-based application?
• New features of SharePoint 2013 search
• Solve a real world business case scenario with search related
functionality
• Learn how silly I am
Matthew J. Bailey, MCTS
SharePoint Business Analyst &
IT Project Manager
JDSU
I consider myself a “SharePoint All-Rounder”. My job tasks vary from
Administration, Development, Training, Analyst, UAT and Project Management.
My job changes daily based on the crazy life of an IT fellow in corporate America,
but it keeps things interesting!
I am not an expert with SharePoint search and have not worked FAST too much,
however I have worked with SEO, search analytics and design and SharePoint in
general for several years. If I don’t know an answer to one of your questions, I will
try to find out or point you in the right direction!
Oh, did I mention my “dry” sense of humor? No worries, you’re about
to experience it while learning SharePoint at the same time 
And now a word from our sponsors…
SharePint
Special thanks to…
• Eric Harlan for helping me with my
presentation setup
• http://www.ericharlan.com/
• Scot Hillier’s presentation on search
at SharePoint Conference 2012 &
blog post
• http://www.shillier.com/
What is a Search-Based or Search Driven
Application?
I have seen a lot of different definitions of what this really
means, some of the definitions I have found are:
• Using search as a data access technology. This is less about the UI and more
about the concept of using search features, queries and indexes to retrieve your
data.
• Using search as the interface. This concept is more along the lines of presenting
the user a web page that looks more like a search experience, whether it be a
basic search with type-ahead features or a multiple field advanced search type of
concept.
• Extending the existing search center.
• Adding URLs that have search queries in them
Benefits of Search-Based or Search
Driven Applications
• Less risk, no code deployments vs. configurations
• Easier to troubleshoot issues with results than code
• Must faster than coding
• More dynamic, flexible to gather and manipulate data
What I got…
What I wanted…
Why do I love search in SharePoint
2013 sooooooooo much?
• Intent based
• Dynamic improvement
• Ease of use
• Massive flexibilty
• Visual Interest
• Multimedia/format
• Huge productivity increases/time savings
• All of the expensive features that use to be in FAST are now free
• Makes me look good to my boss when I create awesome searches
• I can make it be exactly what I WANT! (is this all about control? Enquiring
minds would like to know…)
No one even paid me to say this! 
My Development Environment
• Running on Windows Azure
• 3 VMs – 1 AD, 1 SQL, 1 SP
• Configured with very high performance settings
• Do not have Office Web Apps installed, but will show an example of how
this functions from my Office 365 account.
*NOTE: Make sure to check out my link at the end of the presentation where I have
included a list of several options to create your own SharePoint 2013 “playground” if
you do not have one.
Business Case
There is always something going on at inCogNeato. Productivity is down, morale
and employee motivation are low, profit margins aren’t high enough, we aren’t
meeting our new client goals, operating costs are too high, etc. Frankly speaking,
the cog business just isn’t what it use to be.
Hugh Jordeal (Executive Director Manager Supervisor) has held an important
meeting discussing changes we need to make immediately in regards to the launch
of the product that will save the company, the “NewCog5000”. Hugh has assigned
certain tasks to some employees that need to be accomplished “pronto”.
Unfortunately, no one is sure how to meet the lofty goals assigned and complaints
are coming in to the help desk that no one can find anything on the intranet to do
their job. Word makes it up to Hugh and IT gets a call that someone better fix the
intranet or else. IT needs to whip up an application to help everyone out, and as
usual, it was due yesterday. 
No worries, I’ve got it all figured out (I think).
Lets build a_search-based_application_in_share_point_2013_-_spsdc[2]
What are Our Requirements and/or
Issues?
• People are seeing incorrect results or cannot find items that are there
• People cannot find what they are looking for and some people are searching for
things they shouldn’t be
• People don’t know how to search / Do not know some things are there
• Important and related data is spread all over due to lack of governance
Experience is very lackluster, uninspiring, unmotivating
What are Our Solutions?
• People are seeing incorrect results or cannot find items that are there
Continuous Crawl
• People cannot find what they are looking for and some people are searching for
things they shouldn’t be
Result Sources & Query Rules
• People don’t know how to search / Do not know some things are there
Search Verticals
• Important and related data is spread all over due to lack of governance
Content Search Web Part
• Experience is very lackluster, uninspiring, unmotivating
Design Manager / Display Templates
Issue
People are seeing incorrect results or cannot find items that are there
Solution
Continuous Crawl
• It is available only for content sources that use the SharePoint Sites content
source type.
• Set intervals. The default interval is 15 minutes, but you can set continuous
crawls to occur at shorter intervals by using Windows PowerShell.
• Continuous crawls ensure content freshness. Unlike full and incremental
crawls, multiple continuous crawls can run at the same time. For example, if
one continuous crawl is processing a large update, another continuous crawl
can start at the same time and crawl and index other content updates.
• Very resource intensive, need to plan for an architecture to support this.
• Once enabled, cannot be deleted but it can be disabled and/or re-enabled
again.
Demo Continuous
Crawl
Enable continuous crawl
• As an Administrator for the Search service application, in Central
Administration, in the Application Management section, click Manage service
applications.
• Click the Search service application.
• On the Search Administration page, in the Quick Launch, under Crawling,
click Content Sources.
• On the Search Service Application: Manage Content Sources page, click the
SharePoint content source for which you want to enable continuous crawl.
• In the Crawl Schedules section, select Enable Continuous Crawls, click OK.
• Verification: In the Search Service Application: Manage Content Sources
page, verify that the Status column has the status Crawling Continuous.
To change the continuous crawl interval
• Run SharePoint 2013 Management Shell as Administrator, enter PowerShell
script:
• $ssa = Get-SPEnterpriseSearchServiceApplication
$ssa.SetProperty("ContinuousCrawlInterval",<n>)
Issue
People cannot find what they are looking for and some people are searching for
things they shouldn’t be.
Solution
Query Rules
Provides the ability to influence the search results by overriding the term the user
entered to force it to go to a certain result. They are processed under certain
conditions.
They are composed of 3 items:
1. Condition
2. Action
3. Publishing
They are applied to a Result Source. They can also be applied at the site, site
sollection or service application level.
*NOTE: If you want Query Rules to apply in all your websites and the search center, you
should apply these at the web application level as the search center is actually a different
site collection from your other sites.
Demo Query Rules
Apply Query Rules
Assist users in finding what they need
As an Administrator for the Search service application, in Central Administration,
in the Application Management section, click Manage service applications.
• In Central Administration in your search service go to Query Rules.
• Add the Query Conditions
• Result Blocks
Prevent users from finding what they don’t need
• Create Query Rules to “inform” users of inappropriate behavior
Hover Panel / Document Preview
With a full Enterprise installation of SharePoint 2013, you need to have an Office
Web Apps server for the document previews to work. This is enabled by default
in Office 365 however.
I will now perform a quick demo from my session on Rubber Duckies
https://duckville.sharepoint.com
How is this going so far? Too fast, too
slow, too complex, too easy, too silly?
Issue
Important and related data is spread all over due to lack of governance.
Solution
Content Search Web Part
Like a pre-built search query to provide search results.
• More functional than a CQWP as it has more than 3 levels of criteria & can
span SC
• Can be offered to a “power user” to create meaningful results
• Offers refining, sorting, display options and much more with no code (well
KQL)
*NOTE: The Content Search web part is only available in the Enterprise edition of an on-
premise/full trust installation of SharePoint 2013. As a replacement, there is an option to
use the Search Results web part instead which has almost all of the same features (but
not quite). Check out Benjamin Niaulin’s link here:
http://en.share-gate.com/blog/sharepoint-2013-content-search-webpart
Demo
Content
Search Web
Part
Example Content Search Web Part
Configuration
Example Content Search Web Part
Configuration
Explore learning keywords
• XRANK - sorting
• Wildcard
• Near
• ONEAR
• ContentClass=STS_Web
• ContentClass=STS_Site
Search Verticals
Link to anything but usually links to a custom search
result page. The existing search verticals OOTB are:
• An .aspx page with some search web parts
• The Search Results web part configured to use a Result Source
Demo Search Verticals
Easily create your own Search Vertical with a Result
Source:
• Go to the Search Center pages library
• Copying a result page that already exists via Open in Explorer or SharePoint
Designer
• Rename the page to something appropriate
• Edit the page and the Search Results web part and change the Search Criteria to
a different Result Source (either one that already exists or a new one you
created)
• Save, check-in/publish the page
• Go to search center Site Settings  Search Settings
• Add a navigation link to your new custom search result page, save
Easily create a Search Vertical to other links:
• Just Go to search center Site Settings  Search Settings
• Add a navigation link to wherever you like, save
Demo Design Manager
Issue
The interface is uninspiring and not standard to
corporate design. The Graphic Design department
is none too pleased…
Solution
Design Manager / Display Templates
• Quickly use a pre-built template from the installed selections or import your own
Design Package for a custom look
Display Templates (won’t go into but know they are there)
• Display templates in SharePoint Server 2013 are templates used in Search
Web Parts
• They show the results of a query made to the search index.
• Display templates control which managed properties are shown in the search
results, and how they appear in the Web Part.
• Each display template is made of two files: HTML file and .js file (use to be
the xslt designer in 2010)
• Only Search Web Parts can use display templates (i.e., Search Results,
Content Search, Taxonomy Refinement)
• http://msdn.microsoft.com/en-us/library/jj945138.aspx
• http://www.youtube.com/watch?v=yC4LZapFdfY
And so much more…
• All types of different rule variations
• All types of different ways to display results
• All types of concepts to personalize search per user
• All types of sorting on rules
• All types of queries using KQL
• All types of coding against the search object
model/CSOM, from apps, against the index, etc.
Now that we understand search in
SharePoint 2013, everyone is a happy
family…
Feel free to connect:
@matthewjbailey1
http://www.matthewjbailey.com
http://www.linkedin.com/in/matthewjbailey1
sharepointmatthew@gmail.com
Download my slides and get started at:
http://bit.ly/11oOP23
Questions?
Fill out the evaluation about my session
(perty please…)

More Related Content

PPTX
Let’s build a_search-based_application_in_share_point_2013_-_baltimorespug
PPTX
Best Practices - SharePoint Success Factors
PDF
Spca2014 yammer share point_what_next_moneypenny
PPTX
15 tips for bullet proof requirements analysis on SharePoint projects
PDF
Introduction to Microsoft Search #SRC101 #365EduCon 20211214
PPTX
Herding Tigers: Helping Writers Let Go of Inline Links
PPTX
Introduction to Viva Topics #CCAS2022
PDF
Search Engines Other than Google
Let’s build a_search-based_application_in_share_point_2013_-_baltimorespug
Best Practices - SharePoint Success Factors
Spca2014 yammer share point_what_next_moneypenny
15 tips for bullet proof requirements analysis on SharePoint projects
Introduction to Microsoft Search #SRC101 #365EduCon 20211214
Herding Tigers: Helping Writers Let Go of Inline Links
Introduction to Viva Topics #CCAS2022
Search Engines Other than Google

What's hot (20)

PPTX
Sharpen SharePoint Adoption in SharePoint 2013 with Gamification
PDF
"The 3 P's of SharePoint 2013; Planning, Productivity, and Policies" #SPSSV
PPTX
Stop SharePoint Project Failure
PPTX
How to Write Amazing Functional Analysis Documents for your SharePoint Projects
PDF
Search Engine Optimization (Seo) for Developers
PPTX
INT103 Intranets With Office 365 What You Need To Know #365EDUCon
PPTX
Summit 2013 - Practical SharePoint Information Architecture
PDF
Best Practices in Gathering Requirements for SharePoint Projects
PDF
Social Journey Webinar with ViewDo Labs and Portal Solutions
PDF
Adoption Tactics; Why Your End Users Will Rant & Rave Over SharePoint 2013 #S...
PPTX
INT303 Beyond The Intranet Digital Workplace Apps, Solutions n Bots #365EDUCon
PDF
"Adoption Tactics; Why Your End Users and Project Managers Will Rave Over Sha...
PPT
SharePoint - Intranet CMS?
PDF
#SPSSAC Identifying Low Hanging Fruit for SharePoint 2013 No-Code Solutions
PDF
How to Best Gather Requirements for SharePoint Projects
PPTX
The importance of a Business Analyst on SharePoint Projects
PDF
Intranets With Office 365: What You Need To Know #INT103 #365EduCon 20211214
PPTX
Enhancing Relevancy & End User Experience with SharePoint Search
PPTX
SharePoint Upgrade & Migration Planning: From Strategy To Execution
PPTX
Introduction to Search #m365chicago
Sharpen SharePoint Adoption in SharePoint 2013 with Gamification
"The 3 P's of SharePoint 2013; Planning, Productivity, and Policies" #SPSSV
Stop SharePoint Project Failure
How to Write Amazing Functional Analysis Documents for your SharePoint Projects
Search Engine Optimization (Seo) for Developers
INT103 Intranets With Office 365 What You Need To Know #365EDUCon
Summit 2013 - Practical SharePoint Information Architecture
Best Practices in Gathering Requirements for SharePoint Projects
Social Journey Webinar with ViewDo Labs and Portal Solutions
Adoption Tactics; Why Your End Users Will Rant & Rave Over SharePoint 2013 #S...
INT303 Beyond The Intranet Digital Workplace Apps, Solutions n Bots #365EDUCon
"Adoption Tactics; Why Your End Users and Project Managers Will Rave Over Sha...
SharePoint - Intranet CMS?
#SPSSAC Identifying Low Hanging Fruit for SharePoint 2013 No-Code Solutions
How to Best Gather Requirements for SharePoint Projects
The importance of a Business Analyst on SharePoint Projects
Intranets With Office 365: What You Need To Know #INT103 #365EduCon 20211214
Enhancing Relevancy & End User Experience with SharePoint Search
SharePoint Upgrade & Migration Planning: From Strategy To Execution
Introduction to Search #m365chicago
Ad

Similar to Lets build a_search-based_application_in_share_point_2013_-_spsdc[2] (20)

PPTX
SPConnections - What's new in SharePoint 2013 Search
PPTX
#SPSPhilly search topology & optimization
PPTX
SharePoint 2013 Search Topology and Optimization
PDF
Fried houston spug
PDF
Fried dallas spug
PPTX
SPConnections - Search Administration in SharePoint 2013
PPT
SPLive Orlando - 10 Things I Like in SharePoint 2013 Search
PPTX
ESPC13 - 10 Things I Like in SharePoint 2013 Search
PPTX
Collab365 global 2016_edmusters_searchzerotohero
PPTX
SPC.Org - SharePoint 2013 Search
PDF
SharePoint User Group Meeting- SharePoint 2013 Search
PDF
CREATE SEARCH DRIVEN BUSINESS INTELLIGENCE APPLICATION USING FAST SEARCH FO...
PPTX
Enhancing Relevancy & User Experience with #SharePoint Search sps-philly 2015
PPTX
Find Information Faster Using SharePoint 2010 Search
PDF
Spca2014 search workshop niaulin
PPTX
SharePoint Search Zero to Search Hero
PPTX
10 Things I Like in SharePoint 2013 Search
PPTX
SPCAdriatics - 10 Things I Like In SharePoint 2013 Search
PPTX
ShareCafe SharePoint 2010 Search
PPTX
EPC Group - Comprehensive Overview of SharePoint 2010's Enterprise Search Cap...
SPConnections - What's new in SharePoint 2013 Search
#SPSPhilly search topology & optimization
SharePoint 2013 Search Topology and Optimization
Fried houston spug
Fried dallas spug
SPConnections - Search Administration in SharePoint 2013
SPLive Orlando - 10 Things I Like in SharePoint 2013 Search
ESPC13 - 10 Things I Like in SharePoint 2013 Search
Collab365 global 2016_edmusters_searchzerotohero
SPC.Org - SharePoint 2013 Search
SharePoint User Group Meeting- SharePoint 2013 Search
CREATE SEARCH DRIVEN BUSINESS INTELLIGENCE APPLICATION USING FAST SEARCH FO...
Enhancing Relevancy & User Experience with #SharePoint Search sps-philly 2015
Find Information Faster Using SharePoint 2010 Search
Spca2014 search workshop niaulin
SharePoint Search Zero to Search Hero
10 Things I Like in SharePoint 2013 Search
SPCAdriatics - 10 Things I Like In SharePoint 2013 Search
ShareCafe SharePoint 2010 Search
EPC Group - Comprehensive Overview of SharePoint 2010's Enterprise Search Cap...
Ad

More from Matthew J. Bailey , MCT (8)

PPTX
The SharePoint Business Analyst Guide
PPTX
SharePoint Framework 101 (SPFx)
PPTX
Careers in SharePoint, Office 365, Azure & Power BI
PPTX
Real World SharePoint Debacles
PPTX
Case Study: A Complex SharePoint Migration
PPTX
Real World SharePoint Debacles
PPTX
Stop SharePoint Project Failure
PPTX
A Career in SharePoint
The SharePoint Business Analyst Guide
SharePoint Framework 101 (SPFx)
Careers in SharePoint, Office 365, Azure & Power BI
Real World SharePoint Debacles
Case Study: A Complex SharePoint Migration
Real World SharePoint Debacles
Stop SharePoint Project Failure
A Career in SharePoint

Recently uploaded (20)

PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Empathic Computing: Creating Shared Understanding
PDF
NewMind AI Monthly Chronicles - July 2025
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Modernizing your data center with Dell and AMD
PDF
Electronic commerce courselecture one. Pdf
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
“AI and Expert System Decision Support & Business Intelligence Systems”
Advanced methodologies resolving dimensionality complications for autism neur...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Machine learning based COVID-19 study performance prediction
Dropbox Q2 2025 Financial Results & Investor Presentation
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Understanding_Digital_Forensics_Presentation.pptx
The AUB Centre for AI in Media Proposal.docx
20250228 LYD VKU AI Blended-Learning.pptx
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Spectral efficient network and resource selection model in 5G networks
Empathic Computing: Creating Shared Understanding
NewMind AI Monthly Chronicles - July 2025
Digital-Transformation-Roadmap-for-Companies.pptx
Modernizing your data center with Dell and AMD
Electronic commerce courselecture one. Pdf
Big Data Technologies - Introduction.pptx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...

Lets build a_search-based_application_in_share_point_2013_-_spsdc[2]

  • 1. Let’s Build a Search-Based Application in SharePoint 2013 SharePoint Saturday Washington D.C. June, 2013 Matthew J. Bailey
  • 2. Session Agenda What use to take days or weeks to program can now be done with simple Query Rules, Result Sources, Promoted Results & other new features of SharePoint 2013 search. See how we can create a beautiful, functional, multi-media based search experience based on the user's needs and intended results. Topics we going to cover in this session:• What is a search-based application? • New features of SharePoint 2013 search • Solve a real world business case scenario with search related functionality • Learn how silly I am
  • 3. Matthew J. Bailey, MCTS SharePoint Business Analyst & IT Project Manager JDSU I consider myself a “SharePoint All-Rounder”. My job tasks vary from Administration, Development, Training, Analyst, UAT and Project Management. My job changes daily based on the crazy life of an IT fellow in corporate America, but it keeps things interesting! I am not an expert with SharePoint search and have not worked FAST too much, however I have worked with SEO, search analytics and design and SharePoint in general for several years. If I don’t know an answer to one of your questions, I will try to find out or point you in the right direction! Oh, did I mention my “dry” sense of humor? No worries, you’re about to experience it while learning SharePoint at the same time 
  • 4. And now a word from our sponsors…
  • 6. Special thanks to… • Eric Harlan for helping me with my presentation setup • http://www.ericharlan.com/ • Scot Hillier’s presentation on search at SharePoint Conference 2012 & blog post • http://www.shillier.com/
  • 7. What is a Search-Based or Search Driven Application? I have seen a lot of different definitions of what this really means, some of the definitions I have found are: • Using search as a data access technology. This is less about the UI and more about the concept of using search features, queries and indexes to retrieve your data. • Using search as the interface. This concept is more along the lines of presenting the user a web page that looks more like a search experience, whether it be a basic search with type-ahead features or a multiple field advanced search type of concept. • Extending the existing search center. • Adding URLs that have search queries in them
  • 8. Benefits of Search-Based or Search Driven Applications • Less risk, no code deployments vs. configurations • Easier to troubleshoot issues with results than code • Must faster than coding • More dynamic, flexible to gather and manipulate data
  • 11. Why do I love search in SharePoint 2013 sooooooooo much? • Intent based • Dynamic improvement • Ease of use • Massive flexibilty • Visual Interest • Multimedia/format • Huge productivity increases/time savings • All of the expensive features that use to be in FAST are now free • Makes me look good to my boss when I create awesome searches • I can make it be exactly what I WANT! (is this all about control? Enquiring minds would like to know…) No one even paid me to say this! 
  • 12. My Development Environment • Running on Windows Azure • 3 VMs – 1 AD, 1 SQL, 1 SP • Configured with very high performance settings • Do not have Office Web Apps installed, but will show an example of how this functions from my Office 365 account. *NOTE: Make sure to check out my link at the end of the presentation where I have included a list of several options to create your own SharePoint 2013 “playground” if you do not have one.
  • 13. Business Case There is always something going on at inCogNeato. Productivity is down, morale and employee motivation are low, profit margins aren’t high enough, we aren’t meeting our new client goals, operating costs are too high, etc. Frankly speaking, the cog business just isn’t what it use to be. Hugh Jordeal (Executive Director Manager Supervisor) has held an important meeting discussing changes we need to make immediately in regards to the launch of the product that will save the company, the “NewCog5000”. Hugh has assigned certain tasks to some employees that need to be accomplished “pronto”. Unfortunately, no one is sure how to meet the lofty goals assigned and complaints are coming in to the help desk that no one can find anything on the intranet to do their job. Word makes it up to Hugh and IT gets a call that someone better fix the intranet or else. IT needs to whip up an application to help everyone out, and as usual, it was due yesterday.  No worries, I’ve got it all figured out (I think).
  • 15. What are Our Requirements and/or Issues? • People are seeing incorrect results or cannot find items that are there • People cannot find what they are looking for and some people are searching for things they shouldn’t be • People don’t know how to search / Do not know some things are there • Important and related data is spread all over due to lack of governance Experience is very lackluster, uninspiring, unmotivating
  • 16. What are Our Solutions? • People are seeing incorrect results or cannot find items that are there Continuous Crawl • People cannot find what they are looking for and some people are searching for things they shouldn’t be Result Sources & Query Rules • People don’t know how to search / Do not know some things are there Search Verticals • Important and related data is spread all over due to lack of governance Content Search Web Part • Experience is very lackluster, uninspiring, unmotivating Design Manager / Display Templates
  • 17. Issue People are seeing incorrect results or cannot find items that are there Solution Continuous Crawl • It is available only for content sources that use the SharePoint Sites content source type. • Set intervals. The default interval is 15 minutes, but you can set continuous crawls to occur at shorter intervals by using Windows PowerShell. • Continuous crawls ensure content freshness. Unlike full and incremental crawls, multiple continuous crawls can run at the same time. For example, if one continuous crawl is processing a large update, another continuous crawl can start at the same time and crawl and index other content updates. • Very resource intensive, need to plan for an architecture to support this. • Once enabled, cannot be deleted but it can be disabled and/or re-enabled again.
  • 19. Enable continuous crawl • As an Administrator for the Search service application, in Central Administration, in the Application Management section, click Manage service applications. • Click the Search service application. • On the Search Administration page, in the Quick Launch, under Crawling, click Content Sources. • On the Search Service Application: Manage Content Sources page, click the SharePoint content source for which you want to enable continuous crawl. • In the Crawl Schedules section, select Enable Continuous Crawls, click OK. • Verification: In the Search Service Application: Manage Content Sources page, verify that the Status column has the status Crawling Continuous. To change the continuous crawl interval • Run SharePoint 2013 Management Shell as Administrator, enter PowerShell script: • $ssa = Get-SPEnterpriseSearchServiceApplication $ssa.SetProperty("ContinuousCrawlInterval",<n>)
  • 20. Issue People cannot find what they are looking for and some people are searching for things they shouldn’t be. Solution Query Rules Provides the ability to influence the search results by overriding the term the user entered to force it to go to a certain result. They are processed under certain conditions. They are composed of 3 items: 1. Condition 2. Action 3. Publishing They are applied to a Result Source. They can also be applied at the site, site sollection or service application level. *NOTE: If you want Query Rules to apply in all your websites and the search center, you should apply these at the web application level as the search center is actually a different site collection from your other sites.
  • 22. Apply Query Rules Assist users in finding what they need As an Administrator for the Search service application, in Central Administration, in the Application Management section, click Manage service applications. • In Central Administration in your search service go to Query Rules. • Add the Query Conditions • Result Blocks Prevent users from finding what they don’t need • Create Query Rules to “inform” users of inappropriate behavior
  • 23. Hover Panel / Document Preview With a full Enterprise installation of SharePoint 2013, you need to have an Office Web Apps server for the document previews to work. This is enabled by default in Office 365 however. I will now perform a quick demo from my session on Rubber Duckies https://duckville.sharepoint.com
  • 24. How is this going so far? Too fast, too slow, too complex, too easy, too silly?
  • 25. Issue Important and related data is spread all over due to lack of governance. Solution Content Search Web Part Like a pre-built search query to provide search results. • More functional than a CQWP as it has more than 3 levels of criteria & can span SC • Can be offered to a “power user” to create meaningful results • Offers refining, sorting, display options and much more with no code (well KQL) *NOTE: The Content Search web part is only available in the Enterprise edition of an on- premise/full trust installation of SharePoint 2013. As a replacement, there is an option to use the Search Results web part instead which has almost all of the same features (but not quite). Check out Benjamin Niaulin’s link here: http://en.share-gate.com/blog/sharepoint-2013-content-search-webpart
  • 27. Example Content Search Web Part Configuration
  • 28. Example Content Search Web Part Configuration
  • 29. Explore learning keywords • XRANK - sorting • Wildcard • Near • ONEAR • ContentClass=STS_Web • ContentClass=STS_Site
  • 30. Search Verticals Link to anything but usually links to a custom search result page. The existing search verticals OOTB are: • An .aspx page with some search web parts • The Search Results web part configured to use a Result Source
  • 32. Easily create your own Search Vertical with a Result Source: • Go to the Search Center pages library • Copying a result page that already exists via Open in Explorer or SharePoint Designer • Rename the page to something appropriate • Edit the page and the Search Results web part and change the Search Criteria to a different Result Source (either one that already exists or a new one you created) • Save, check-in/publish the page • Go to search center Site Settings  Search Settings • Add a navigation link to your new custom search result page, save Easily create a Search Vertical to other links: • Just Go to search center Site Settings  Search Settings • Add a navigation link to wherever you like, save
  • 34. Issue The interface is uninspiring and not standard to corporate design. The Graphic Design department is none too pleased… Solution Design Manager / Display Templates • Quickly use a pre-built template from the installed selections or import your own Design Package for a custom look
  • 35. Display Templates (won’t go into but know they are there) • Display templates in SharePoint Server 2013 are templates used in Search Web Parts • They show the results of a query made to the search index. • Display templates control which managed properties are shown in the search results, and how they appear in the Web Part. • Each display template is made of two files: HTML file and .js file (use to be the xslt designer in 2010) • Only Search Web Parts can use display templates (i.e., Search Results, Content Search, Taxonomy Refinement) • http://msdn.microsoft.com/en-us/library/jj945138.aspx • http://www.youtube.com/watch?v=yC4LZapFdfY
  • 36. And so much more… • All types of different rule variations • All types of different ways to display results • All types of concepts to personalize search per user • All types of sorting on rules • All types of queries using KQL • All types of coding against the search object model/CSOM, from apps, against the index, etc.
  • 37. Now that we understand search in SharePoint 2013, everyone is a happy family…
  • 38. Feel free to connect: @matthewjbailey1 http://www.matthewjbailey.com http://www.linkedin.com/in/matthewjbailey1 sharepointmatthew@gmail.com Download my slides and get started at: http://bit.ly/11oOP23
  • 39. Questions? Fill out the evaluation about my session (perty please…)