Can I disable Examine indexes on Umbraco front-end servers?

In Umbraco v8, Examine and Lucene are only used for the back office searches, unless you specifically use those APIs for your front-end pages. So can you disable them for your front-end servers?…

Read this article

Spatial Search with Examine and Lucene

I was asked about how to do Spatial search with Examine recently which sparked my interest on how that should be done so here’s how it goes…Examine’s default implementation is Lucene so by default…

Read this article

Searching with IPublishedContentQuery in Umbraco

I recently realized that I don’t think Umbraco’s APIs on IPublishedContentQuery are documented so hopefully this post may inspire some docs to be written or at least guide some folks on some…

Read this article

Filtering fields dynamically with Examine

The index fields created by Umbraco in Examine by default can lead to quite a substantial amount of fields. This is primarily due in part by how Umbraco handles variant/culture data because it will…

Read this article

Examine and Azure Blob Storage

Quite some time ago - probably close to 2 years - I created an alpha version of an extension library to Examine to allow storing Lucene indexes in Blob Storage called Examine.AzureDirectory. This idea…

Read this article

Examine hits RC1

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.I’m happy to announce that Examine and UmbracoE…

Read this article

Examine’s fluent search API

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.As I mentioned in my last blog post we’ve done…

Read this article

Examine RC2 posted

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.I’ve just released Examine RC2 into the while,…

Read this article

Examine, but not as you knew it

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.Almost 12 months ago Shannon blogged about Umbr…

Read this article

Examine’s Fluent Search API – Elevator Pitch

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.I realised that with my blog post about Examine…

Read this article