Advanced Search Solutions for SharePoint Christopher Even BA-Insight.

Slides:



Advertisements
Similar presentations
SharePoint Forms All you ever wanted to know about forms but were afraid to ask.
Advertisements

Technical - SharePoint SharePoint grew out of the Exchange Development Teams collaboration work and Digital Dashboard initiative. SharePoint Team Services.
Todd Kitta  Business Data Catalog (BDC) Basics  Web Parts  BDC Development  Search  API  Demo.
Microsoft® SharePoint™ Products And Technologies “v2.0” Overview Brian Murphy Product Planner Microsoft Corporation.
Enterprise Search with SharePoint Portal Server Level: 300 Collaboration and Business Productivity.
DEV11 SharePoint Search Extensibility Mike Fitzmaurice Senior Technical Product Manager Microsoft Corporation
Optimizing SharePoint Search Using Scope and Managed Properties By Kevin Israel, MVP.
SharePoint 2007: Search Deep Dive Erik Mau Inetium.
Using SharePoint Server 2007 for Site and Enterprise Search at Monsanto Company Vincent L. Arter, Jr. Project Lead Portals and Collaboration Monsanto.
Todd Klindt Solanite Consulting.  WSS MVP since 2006  Speaker, writer, consultant, Aquarius  Personal Blog
Acceleratio Ltd. is a software development company based in Zagreb, Croatia, founded in Acceleratio specializes in developing high-quality enterprise.
Welcome to the Minnesota SharePoint User Group March 12 th, 2008 SharePoint Search Brian Caauwe, Wes Preston.
DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
Agenda: Solomon N’Jie Overview Microsoft Enterprise Search Solution
Implementation Considerations for FAST Search For SharePoint (FS4SP) Presenter : Shyam Narayan MOSSIG – February 2011 Meeting b:
Enterprise Search With SharePoint Portal Server V2 Steve Tullis, Program Manager, Business Portal Group 3/5/2003.
ARC06 SharePoint Search Deployment Mike Fitzmaurice Senior Technical Product Manager Microsoft Corporation
Business Productivity Online Suite Enterprise class software delivered via subscription services hosted by Microsoft and sold with partners.
Welcome to the Minnesota SharePoint User Group June 10 th, 2009 Search: From WSS to FAST Brian Caauwe, Wes Preston Bob Koviak,
Enterprise Search From Microsoft NameTitle Microsoft Corporation.
SPC Developer 4/19/2017 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Enterprise Search. Search Architecture Configuring Crawl Processes Advanced Crawl Administration Configuring Query Processes Implementing People Search.
Welcome to Philly Code Camp Russ Basiura SharePoint Consultant RJB Technical Consulting
1 Enterprise Search From Microsoft Unlock the potential of your organization NameTitle Microsoft Corporation.
Business Data Catalog. Planning the Business Data Catalog Configuring the Business Data Catalog In This Session …
How to write less code to build and extend Enterprise Portal How to share code and metadata between Enterprise Portal and Client.
DYNAMICS CRM AS AN xRM DEVELOPMENT PLATFORM Jim Novak Solution Architect Celedon Partners, LLC
First Look Clinic: What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Sayed Ali (MCTS, MCITP, MCT, MCSA, MCSE )
Technology from Microsoft David Overton Head of Technology for Small Business
Todd Kitta  Covenant Technology Partners  Professional Windows Workflow Foundation.
JourneyTEAM - –
Search 2013 Thierry Gasser Technical Solution Professional (TSP)
Functional comparison between Windows SharePoint Services 3.0 and Microsoft Office SharePoint Server 2007 October 14 th, 2009, Lexington Microsoft Users.
Welcome to the Delaware Valley SharePoint User Group Russ Basiura SharePoint Consultant RJB Technical Consulting
SharePoint 2010 Search Architecture The Connector Framework Enhancing the Search User Interface Creating Custom Ranking Models.
Searching Business Data with MOSS 2007 Enterprise Search Presenter: Corey Roth Enterprise Consultant Stonebridge Blog:
SharePoint Portal Server Office XP Launch Tour Breakout Presentation nametitle Microsoft Corporation.
Module 10 Administering and Configuring SharePoint Search.
ICINETIC Experts in.NET technologies and architectures.
User Experience Search in context; actionable results; user tax from multiple search interfaces, and logons; no unified search results; People and Information.
Solutions using Microsoft Content Management Server 2002 Connector for SharePoint Technologies Sue Corke Mark Harrison Microsoft UK.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Search Overview Search Features: WSS and Office Search Architecture Content Sources and.
Microsoft Office SharePoint Server 2007 Enterprise Search Enterprise Search Overview.
You are Here! Navigating SharePoint 1. Sharon Weaver 15 years designing, developing, and managing software 10 years SharePoint experience Six Sigma Black.
Windows SharePoint 2007 Introduction. What is Microsoft SharePoint 2007? Microsoft SharePoint 2007 is the central information sharing and collaboration.
Comprehensive Project Management Solutions with the.NET Server family.
Module 1: Overview of Microsoft Office SharePoint Server 2007.
Arizona SharePoint Professionals Group Thomas Baer Senior Consultant, Statêra
WINDOW SEARCH SERVER Topics  Topology  High-level Architecture  Performance  WSS vs. MOSS Search Comparison  Search Server 2008.
Microsoft Partner Conference Integrated Innovation Don Kerr Partner Technology Specialist.
Interaction classes Record context Custom lookups.
Introduction to SharePoint 2007 Brendon Schwartz
HPE Content manager TO SALEFORCE INTEGRATIONs
Microsoft Office SharePoint Server 2007 Enterprise Search
Netscape Application Server
Beyond the BDC\BCS Model
What is SharePoint and why you should care
Microsoft
Searching Business Data with MOSS 2007 Enterprise Search
INFS 3500 Martin, Brad, and John
Searching Business Data with MOSS 2007 Enterprise Search
Microsoft Azure Makes It Simple to Integrate Data between Dynamics CRM and Web Portal MINI-CASE STUDY “We needed to deliver our customer a robust and.
Integrating with LexisNexis InterAction
SharePoint services Provides team collaboration through SharePoint Sites and makes it easy for communities to work together on documents, tasks, contacts,
The Social Life of Information
Salesforce.com Salesforce.com is the world leader in on-demand customer relationship management (CRM) services Manages sales, marketing, customer service,
Microsoft Office SharePoint Server 2007 Enterprise Search
SysKit Security Manager
Web portals-B2B-B2C-B2E TRAVELOPRO
Presentation transcript:

Advanced Search Solutions for SharePoint Christopher Even BA-Insight

Who is BA-Insight? BA-Insight is a New York based software company focused on Information Access Solutions Voted 2008 Top 100 Company that matter – KMworld. 350,000 users worldwide Scheduled to go public in July of 2008 Flagship Products Longitude Search Longitude Enterprise Connectors Trend Setting Product KMworld Extends SharePoint Search to deliver dramatic improvements in relevance and usability Strong Microsoft Partnership Microsoft Tier I Managed Partner MTC Global Alliance Partner

Searching your Enterprise Systems How do I get SharePoint to index all my systems? How do I guarantee that search results honor security? Four approaches to connect your LOBs Dynamic Web Site – ASP.NET pages that output your LOB content Use the Business Data Catalog available with the ECAL Write your own Protocol Handler Buy a third party connector Enterprise Search is being able to search across all your internal Line Of Business Systems in one interface.

How security works in SharePoint Search Windows based Security – ACLs Index supports native Windows ACLs Scales to millions of items with sub-second return times Requires a translation from source system non-AD to Windows AD model. System User -> AD User System Group -> AD Group Real Time Security Trimmer Security is checked in real time against the source system as the query is run Requires custom coding implementing ISecurityTrimmer May impact performance May impact relevancy

Method 1: Dynamic Web Site Create a dynamic asp.net website that shows the data and lets SharePoint index natively Pros Can use method against most any system, including API based ones. Most programmers can handle task. Supports MSS 2008 Cons No ability to include unstructured data (files) No ability to secure the items. Everyone can search. Create a list webpage i.e. /list.aspx which will just list out all the items to crawl as links Create a detail page which the links point to and output the detailed data.

Method 2: Business Data Catalog Use an IDEnumerator method to enable the BDC to index your data Pros Can use method against most any system, including API based ones (through the webservice interface) No programming required Wizards provided by BDCMetaman and MS assist creating definitions. Provides real time security trimming Cons No ability to include unstructured data (files) Limited to real time security trimming only. Not scalable. Requires additional License No support for Microsoft Search Server 2008

Method 3: Write a custom Protocol Handler Implement iSearchProtocol interface and extend the MS Indexer directly Pros No limits to types of systems you integrate Allows you to support files (unstructured data) Allows you to support windows ACL type security Can scale if done right Supports MSS 2008 Cons Requires expert programming Many undocumented “features” to be aware of. To support real time security trimming another interface must be implemented. See my blog on sharepointsearch.com for a good starting point.

Method 4: Buy a third party connector Check with your vendor to see if they offer one BA-Insight has connectors for Documentum Lotus Notes MS Exchange Mailboxes Opentext / Hummingbird Interwoven WorkSite Universal SQL/OLEDB/WebServices connectors Coming Soon: MS CRM, Salesforce.com, BEA Aqualogic, Symantec Enteprises Vault

Demo of Longitude Products Questions More info in general on SharePoint search at sharepointsearch.com More info on the Longitude Products at ba-insight.net