<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><language>en</language><title>Blog posts by Henrik Lindström</title> <link>https://world.optimizely.com/blogs/Henrik-Lindstrom/</link><description></description><ttl>60</ttl><generator>Optimizely World</generator><item> <title>Facet filtering with EPiServer Find</title>            <link>http://www.lindstromhenrik.com/facet-filtering-with-episerver-find</link>            <description>Sometimes you want to have a facet calculated on just a subset of the result or have multiple facets each being calculated on a different subset of the result...</description>            <guid>http://www.lindstromhenrik.com/facet-filtering-with-episerver-find</guid>            <pubDate>Thu, 02 Jun 2016 07:00:00 GMT</pubDate>           <category>Blog post</category></item><item> <title>Indexing only referenced VPP-files with EPiServer Find</title>            <link>http://www.lindstromhenrik.com/indexing-only-referenced-vpp-files-with-episerver-find</link>            <description>The EPiServer Find CMS integration does not index any files stored in the VPP by default. A convention is included in the integration that index files visible in the file manager and it is enabled by setting the VisibleInFilemanagerVPPIndexingConvention on the FilieIndexer conventions...</description>            <guid>http://www.lindstromhenrik.com/indexing-only-referenced-vpp-files-with-episerver-find</guid>            <pubDate>Thu, 02 May 2013 07:00:00 GMT</pubDate>           <category>Blog post</category></item><item> <title>Nested filtering with EPiServer Find</title>            <link>http://www.lindstromhenrik.com/nested-filtering-with-episerver-find</link>            <description>Some have already noticed one of the x2find mebers, Nested2Find, that enables nested object mappings and filtering to the EPiServer Find API. I would like to give a short description of what it does and how it can help you in some filtering scenarios...</description>            <guid>http://www.lindstromhenrik.com/nested-filtering-with-episerver-find</guid>            <pubDate>Fri, 15 Mar 2013 06:00:00 GMT</pubDate>           <category>Blog post</category></item><item> <title>Hierarchical faceting with EPiServer Find</title>            <link>http://www.lindstromhenrik.com/hierarchical-faceting-with-episerver-find</link>            <description>A quite common use case of facets is to show a listing of the number of documents in a result for the different categories on the site (quite common is maybe an understatement as this is often the &quot;hello world!&quot; of faceting). A document can occur in maybe one or more categories and this is where your search index really stands out since it doesn’t care if you have one or two categories associated with the document it will return your facet in no time anyway. Sometimes your categories have a hierarchical structure that you want to reflect in your facet...</description>            <guid>http://www.lindstromhenrik.com/hierarchical-faceting-with-episerver-find</guid>            <pubDate>Tue, 26 Feb 2013 06:00:00 GMT</pubDate>           <category>Blog post</category></item><item> <title>Time to live with EPiServer Find</title>            <link>http://www.lindstromhenrik.com/time-to-live-with-episerver-find</link>            <description>The latest release of EPiServer Find contains, apart for a number of bug fixes, one new feature and that is the ability to set a time to live value on indexed documents. The value is expressed as a TimeSpan and specifies how long the document should reside in the index before it is automatically deleted. This can be really useful if you index documents continuously (say that you index all items that users currently are looking at on your site) but only what to show the latest (i.e. what users are currently looking at on the site) and don’t want to flood your index over time (i.e I don’t care what someone looked at yesterday). Under these circumstances the time to live-feature can really help you by doing that dirty cleanup job that we all hate to to do...</description>            <guid>http://www.lindstromhenrik.com/time-to-live-with-episerver-find</guid>            <pubDate>Fri, 15 Feb 2013 06:00:00 GMT</pubDate>           <category>Blog post</category></item><item> <title>Random sort with EPiServer Find</title>            <link>http://www.lindstromhenrik.com/random-sort-with-episerver-find</link>            <description>I’ll continue my series of blog posts today based on “questions I’ve got” with one regarding randomly ordered search results. This can be quite useful if you want to show a subset of a search result and expose the individual result items of the entire result set equally. Say that you for instance have a list campaign products and want to show a limited number of these on the front page but still expose each one of them an equal amount of times to the users...</description>            <guid>http://www.lindstromhenrik.com/random-sort-with-episerver-find</guid>            <pubDate>Thu, 31 Jan 2013 06:00:00 GMT</pubDate>           <category>Blog post</category></item><item> <title>Searching Dictionaries with EPiServer Find</title>            <link>http://www.lindstromhenrik.com/searching-dictionaries-with-episerver-find</link>            <description>EPiServer Find has extensive support for indexing all kinds of objects and types. However the support for dictionaries is a bit limited. I got a question a couple of weeks ago regarding how to search/filter on the keys or values of a dictionary (and not on a specific value for a specific key). The default dictionary support in EPiServer Find doesn’t support this but it is not that hard to achieve...</description>            <guid>http://www.lindstromhenrik.com/searching-dictionaries-with-episerver-find</guid>            <pubDate>Tue, 22 Jan 2013 06:00:00 GMT</pubDate>           <category>Blog post</category></item><item> <title>Adding fuzzy filtering to the EPiServer.Find Fluent API</title>            <link>http://www.lindstromhenrik.com/adding-fuzzy-filtering-to-the-episerver-find-fluent-api</link>            <description>A few days back I got a question of how to do fuzzy filtering FuzzyQueries and that the core classes in EPiServer.Find had an implementation of this query but that there wasn&#39;t a corresponding filter in either Elasticsearch or EPiServer.Find for doing this. However this is quite easily done anyway and it will enable you to do queries like...</description>            <guid>http://www.lindstromhenrik.com/adding-fuzzy-filtering-to-the-episerver-find-fluent-api</guid>            <pubDate>Mon, 17 Sep 2012 09:00:00 GMT</pubDate>           <category>Blog post</category></item><item> <title>Adding fuzzy filtering to the EPiServer Find Fluent API</title>            <link>http://www.lindstromhenrik.com/adding-fuzzy-filtering-to-the-episerver-find-fluent-api</link>            <description>A few days back I got a question of how to do fuzzy filtering FuzzyQueries and that the core classes in EPiServer.Find had an implementation of this query but that there wasn&#39;t a corresponding filter in either Elasticsearch or EPiServer.Find for doing this. However this is quite easily done anyway and it will enable you to do queries like...</description>            <guid>http://www.lindstromhenrik.com/adding-fuzzy-filtering-to-the-episerver-find-fluent-api</guid>            <pubDate>Mon, 17 Sep 2012 07:00:00 GMT</pubDate>           <category>Blog post</category></item><item> <title>Debugging Elasticsearch in Eclipse</title>            <link>http://www.lindstromhenrik.com/debugging-elasticsearch-in-eclipse</link>            <description>I’m one of those developers that think that debugging an application is a great way of gaining knowledge about its inner workings, not just for finding problems but also for educational purposes. Elasticsearch is one of my favorite open source projects that I sometime have the pleasure of debugging. The Elasticsearch homepage is not that extensive when it comes to building and running Elasticsearch in Eclipse so I’m giving a short description of how it is done...</description>            <guid>http://www.lindstromhenrik.com/debugging-elasticsearch-in-eclipse</guid>            <pubDate>Wed, 22 Aug 2012 09:00:00 GMT</pubDate>           <category>Blog post</category></item></channel>
</rss>