Presentation is loading. Please wait.

Presentation is loading. Please wait.

EasySearch Technical Overview. Ever seen a website without a full text search? BUT – Search is expensive Financially Computationally – Search is complicated.

Similar presentations


Presentation on theme: "EasySearch Technical Overview. Ever seen a website without a full text search? BUT – Search is expensive Financially Computationally – Search is complicated."— Presentation transcript:

1 EasySearch Technical Overview

2 Ever seen a website without a full text search? BUT – Search is expensive Financially Computationally – Search is complicated But it doesn’t need to be!

3 Simple – Easy to install Via EPiServer Manager Easy to configure – Edit XML in web.config – Extremely flexible configuration model – Combine and transform individual page properties Full IntelliSense support inside Visual Studio Inexpensive – FREE for all non-commercial use – NOK30,000 for commercial deployment (approx. £3,000) – Enterprise license pricing available on request

4 Published on EPiCode by BV Network AS Bug Tracking – If you see a problem, tell us! Feature Tracking – If you want a feature, tell us! Wiki – Fostering a user community

5 Page and files are indexed on EPiServer events – Not visible until publication – Updated when the page or files are – Removed on page or file delete No site crawlers – Produces unreliable search anyway – Much more efficient – Pages show up in search results immediately after publication

6 Configured within web.config <section name="indexconfiguration" type="NetworkedPlanet.EasySearch.Lucene.LuceneSystemConfigurationReader, NetworkedPlanet.EasySearch.Lucene" /> Index all page types Joining all string, long string and XHTML properties

7 Index specific page types <indexonconfiguration xmlns="http://www.networkedplanet.com/schema/easysearch/configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > Index specific properties on a page type <indexonconfiguration xmlns="http://www.networkedplanet.com/schema/easysearch/configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >

8 Configure storage of specific fields in Lucene <indexonconfiguration xmlns:lucene="http://www.networkedplanet.com/schema/easysearch/configuration/lucene" xmlns="http://www.networkedplanet.com/schema/easysearch/configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="lucene:LuceneIndexConfiguration"> <property Name="description“ IncludeInCommonContent="true“ xsi:type="lucene:LuceneProperty“> <lucene:field Name="description“ FieldStore="NO“ FieldTermVector="NO" FieldIndex="TOKENIZED“ Boost="1.2“ /> <property Name="EPi_PageName“ IncludeInCommonContent="true" />

9 Configure the Lucene Index <indexonconfiguration xmlns:lucene="http://www.networkedplanet.com/schema/easysearch/configuration/lucene" xmlns="http://www.networkedplanet.com/schema/easysearch/configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="lucene:LuceneIndexConfiguration"> <lucene:configuration RelativeDirecoryPath="EasySearchLuceneIndex" DocumentPrimaryKey="EPi_PageId" DocumentPrimaryKeyField="easysearch_primarykey" DocumentCommonContentField="easysearch_primarycontent" IndexWriterMaximumFieldLength="25000">

10 Admin Mode Plug-in Index Pages Search Site – Show entire records

11 Coming soon! Allows editors to see how their page will be indexed. Run sample searches to find whether page will be found after publication. Can be used to prevent/force indexing. Allows forced customizations to be made to the search record. Forces re-indexing of last published.

12 EasySearch Generic API – Simple Search API using back-end query parser – Lucene back-end supports: Wildcards, Fuzzy Terms, Range Searches, Boosting, Boolean operators, Escaping Lucene Specific API – Provides direct access to the Lucene Query API – Ultimately flexible

13 Developers can customize indexing process. Indexing process is pluggable: – Intercept indexing of a document for modification – Provide.NET code handlers in for modifying or creating new indexed fields

14 EasySearch comes with 3 ASP.NET Web Parts – EasySearchInputWebPart – ESSearchResultsWebPart – PagingWebPart All open source – Tailor to your specific site – OR use out of the box All connections are interface-based – Allows easily replacement of individual parts Supplied demo page shows them working together

15 Captures input: – From URL parameters – From HTML form input Can apply CSS styles Hide unwanted fields

16 Produces XML Web part allows customization using XSLT & CSS 3 2334 page /EPiServer1/NetworkedPlanet/EPiServerModuleDemo/Templates/PersonTem plate.aspx?id=2334&epslanguage=en Terry Walker Person 6 The rabbit-hole went straight on like a tunnel for some way, and then dipped suddenly down, so suddenly that Alice had not a moment to think about stopping herself before she found herself falling down a very deep well. 11 Nov 08 02:52

17 Ships with XSLT for HTML formatted results

18 Plugs in to ESSearchResultsWebPart – Allows paging abilities Can apply CSS styles Hide unwanted fields

19 Internationalization Support – DONE! Security Support - DONE! Integration with EPiServer Module - DONE! Indexing of content in UFS - DONE! Generic Search Results custom control - DONE! Pluggable Search Pipeline - DONE! Federated search via OpenSearch - In Progress Support for multiple EPiServer servers - In Progress Editor plug-in - In Progress Synonym Search Search Statistics – What people wanted and didn’t find – Common search terms tracking


Download ppt "EasySearch Technical Overview. Ever seen a website without a full text search? BUT – Search is expensive Financially Computationally – Search is complicated."

Similar presentations


Ads by Google