How to build a search query in Examine

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Now that Examine is able to be used by a wider…

Read this article

Paging with Examine

Paging with Lucene and Examine requires some specific API usage. It's very easy to get wrong by using Linq's Skip/Take methods and when doing this you'll inadvertently end up loading in all search results from Lucene and then filtering in memory when what you really want to do is have Lucene only create the minimal search result objects that you are interested in.…

Read this article

Using Examine to index & search with ANY data source

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images. During CodeGarden 2010 a few people were askin…

Read this article

Examine slide deck for CodeGarden 2010

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.A few people had asked during CodeGarden 2010 i…

Read this article

Examine v1.0 RTM

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.We finally released Examine version 1.0 a week…

Read this article

Examine output indexing

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Last week Pete Gregory (@pgregorynz) and I were…

Read this article

Examine RC3 Released

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Hopefully this will be a quick RC! I’m really h…

Read this article

Searching Multi-Node Tree Picker data (or any collection) with Examine

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.With the release of uComponents recently a lot…

Read this article

Text casing and Examine

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.A few times I’ve seen questions posted on the U…

Read this article

Searching Umbraco using Razor and Examine

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Since Razor is really just c# it’s super simple…

Read this article