ExamineDB is a generic component that helps you index SQL (server) databases using Examine, just configure a SQL statement and Examine DB will add it to the examine Index. For large databases it is possible to Re(index) single records, or delete a single record from the database.
Exposes a search repository using Examine. It builds a search query based on some default properties like nodeName and pageTitle, as well as a list of custom properties. It also uses fuzzy search.
The package also contains a IndexHandler which adds culture to the index, making it possible to...
More information
A high performance content-object mapper for Umbraco. u2 support both sync and async. u2 uses Examine and Lucene query directly and has build-in caching, which makes it extremely fast. u2 uses a convention-based matching algorithm to auto match up content fields to object properties and fluent...
More information
A high performance content-object mapper for Umbraco. u2 support both sync and async. u2 uses Examine and Lucene query directly and has build-in caching, which makes it extremely fast. u2 uses a convention-based matching algorithm to auto match up content fields to object properties and fluent...
More information
Includes names of nodes selected via Multi-Node Treepickers (MNTP) into Examine indexes instead of the node IDs to facilitate Examine searches. More information on https://our.umbraco.org/projects/developer-tools/examinelookupvalues/
Skybrud.Lucene.TermExtractor is a small library to extract terms from an Umbraco Lucene Index. You can use it, if you for example, want to make a auto-suggestion-searchword function on your website (ala https://twitter.github.io/typeahead.js/).