v1.4

Rating:        Based on 1 rating
Reviewed:  1 review
Downloads: 805
Change Set: f5b7bd5128c8
Released: Nov 24 2011
Updated: Jan 6 2012 by Shandem
Dev status: Stable

Recommended Download

Application Standard Examine Binaries
application, 319K, uploaded Nov 24 2011 - 373 downloads

Other Available Downloads

Application Umbraco Examine binaries (includes Standard Examine binaries)
application, 333K, uploaded Nov 24 2011 - 211 downloads
Application Umbraco Examine PDF binaries
application, 1175K, uploaded Nov 24 2011 - 93 downloads
Application Azure - Standard Examine binaries
application, 507K, uploaded Nov 24 2011 - 8 downloads
Application Azure - Umbraco Examine binaries (includes Azure Standard Examine binaries)
application, 524K, uploaded Nov 24 2011 - 23 downloads
Application Azure - Umbraco Examine PDF binaries
application, 1178K, uploaded Nov 24 2011 - 17 downloads
Application Examine web application demo for custom db indexing
application, 3692K, uploaded Nov 24 2011 - 80 downloads

Release Notes

NOTE: There were not changes made from the v1.4 Beta to v1.4 release so if you are using the Beta DLLs, these are the same DLLs as the release version.

A fairly mega release which borrows some behaviors from the currently under development v2.0 version, this means there are some breaking changes which are listed below, though I don't think these breaking changes will affect many.

Features

  • Upgraded DLLs to .Net 4.0 runtime
  • Azure support
  • No more file queue, all asynchronous operations are handled by .Net 4.0's async Task scheduling system, this not only increases performance but better handles async operations.
  • Running in async mode will now offer near real time data in your index
  • Running in non-async mode will not cause index operations to fail in a multi-threaded environment (i.e. website), though still very strongly recommended to run in async for performance reasons especially when bulk inserting/updating
  • Some bugs fixed

Azure support

  • In order to support Lucene on Azure, you must have a blob storage account
  • The Lucene - Azure support is based on the Azure library for Lucene
  • To get Examine working with Azure, there's a few configuration options to adjust which you can find here: Examine with Azure

What to download?

There's a few zip files above so here's a simple guide to tell you what you'll need depending on what you're using Examine for:

I'm not using Azure

Standard Examine Binaries Umbraco Examine binaries Umbraco Examine PDF binaries
I'm not using Umbraco Download
I am using Umbraco & don't index PDF content Download
I am using Umbraco & do index PDF content Download Download

I am using Azure

Azure - Standard Examine Binaries Azure - Umbraco Examine binaries Azure - Umbraco Examine PDF binaries
I'm not using Umbraco Download
I am using Umbraco & don't index PDF content Download
I am using Umbraco & do index PDF content Download Download

Upgrading

  • You shouldn't really have to do anything to upgrade unless the below Breaking Changes affect you.
  • The configuration attribute for providers 'interval' can be removed as there is no more file queue (will still work if you dont remove it)

Breaking changes

  • This release will only work with .Net 4.0 +
  • The 'IndexerExecutive' object and process has been removed, if you are running a load balanced environment where each web node's file storage is stored on a centralized data store like a SAN than this may affect you. This also means the even: IndexerExecutiveAssigned has been removed.
  • A few methods/properties have been removed from the LuceneIndexer (or are now not accessible from subclasses) object: SaveDeleteIndexQueueItem, BufferAddIndexQueueItem, SaveBufferAddIndexQueueItem, SaveAddIndexQueueItem, IndexQueueItemFolder
  • Methods/properties removed from LuceneSearcher (or are now not accessible from subclasses): ValidateSearcher
  • IIndexer now requires an IndexExists() method, so if you've created your own providers and are not inheriting from LuceneIndexer, this may affect you

Reviews for this release

     
No issues so far...really a solid solution for sites running in Azure Web Roles using Blob storage
by psterling on Nov 28 2011 at 9:31 PM