All Projects → Philo → Umbraco.Elasticsearch

Philo / Umbraco.Elasticsearch

Licence: MIT license
Integration of Elasticsearch as a search platform for Umbraco v7.5+

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
powershell
5483 projects

Projects that are alternatives of or similar to Umbraco.Elasticsearch

Umbraco-RCE
Umbraco CMS 7.12.4 - (Authenticated) Remote Code Execution
Stars: ✭ 61 (+306.67%)
Mutual labels:  umbraco, umbraco-v7
Skybrud.Umbraco.Redirects
Redirects manager for Umbraco.
Stars: ✭ 31 (+106.67%)
Mutual labels:  umbraco, umbraco-v7
Uintra
A flexible and lightweight Umbraco based framework, for making an Intranet, Extranet or social platform based on known conventions.
Stars: ✭ 43 (+186.67%)
Mutual labels:  umbraco, umbraco-v7
nestjs-extensions
[WIP] A bunch of useful and opinionated filters, modules, pipes... to use with Nest framework. 😻
Stars: ✭ 43 (+186.67%)
Mutual labels:  nest
uJet
Umbraco Jet (uJet) is a Code First approach to building MVC applications in Umbraco 7.
Stars: ✭ 16 (+6.67%)
Mutual labels:  umbraco
MiniProfiler.Elasticsearch
Elasticsearch.Net/NEST client for logging to MiniProfiler
Stars: ✭ 19 (+26.67%)
Mutual labels:  nest
aws-nestjs-starter
Serverless, AWS, NestJS, GraphQL and DynamoDB starter
Stars: ✭ 200 (+1233.33%)
Mutual labels:  nest
unnue-nuxt
开媛笔记,基于nuxt ssr首屏服务器端渲染 ⚡。用于分享、记录、交流和学习,希望可以帮助到小伙伴们。同时网站在永久更新,备好鸡血,一起来战 Ooh aah!
Stars: ✭ 98 (+553.33%)
Mutual labels:  nest
nest-rest-mongo-boilerplate
🍱 backend with nest (typescript), mongoose, and authentication
Stars: ✭ 180 (+1100%)
Mutual labels:  nest
umbraco-contentment
Contentment for Umbraco - a state of happiness and satisfaction
Stars: ✭ 63 (+320%)
Mutual labels:  umbraco
nestjs-otel
OpenTelemetry (Tracing + Metrics) module for Nest framework (node.js) 🔭
Stars: ✭ 273 (+1720%)
Mutual labels:  nest
nestjs-dynamoose
Dynamoose module for Nest
Stars: ✭ 84 (+460%)
Mutual labels:  nest
server
NestJS & NodeJS & TypeScript 最高!
Stars: ✭ 13 (-13.33%)
Mutual labels:  nest
azure-func-http
Azure Functions HTTP adapter for Nest framework (node.js) 🌥
Stars: ✭ 121 (+706.67%)
Mutual labels:  nest
event-emitter
Event Emitter module for Nest framework (node.js) 🦋
Stars: ✭ 102 (+580%)
Mutual labels:  nest
nuPickers
nuPickers is a collection of Umbraco v7 Property Editors
Stars: ✭ 67 (+346.67%)
Mutual labels:  umbraco
nestjs-rest-cqrs-example
Example for Nest.js, MySQL, Redis, REST api, CQRS, DDD
Stars: ✭ 263 (+1653.33%)
Mutual labels:  nest
nestml
A domain specific language to describe neuron models in NEST
Stars: ✭ 31 (+106.67%)
Mutual labels:  nest
NEST-Oracle-V3
The NEST Oracle Smart Contract 3.0 is a solidity smart contract implementation of NEST Protocol which provide a unique on-chain Price Oracle through a decentralized mechanism
Stars: ✭ 37 (+146.67%)
Mutual labels:  nest
vendr-demo-store
Demo store for Vendr, the eCommerce solution for Umbraco v8+
Stars: ✭ 22 (+46.67%)
Mutual labels:  umbraco

Umbraco.Elasticsearch

Integration of Elasticsearch (v5 only) as a search platform for Umbraco v7.5+

Build status

NuGet

Umbraco.Elasticsearch is an Umbraco plugin designed to integrate your CMS with Elasticsearch. It is not designed to replace any built-in search features of Umbraco (Examine) and instead provides an independent point of search integration in which your CMS acts as a data source for your search index.

Umbraco.Elasticsearch is not an "install and forget" solution, to use it will be expected to have knowledge of the following:

  • Develop custom code and logic within your Umbraco CMS, Umbraco.Elasticsearch is a code centric library
  • How to extract node properties from Umbraco programmatically using IContent, IMedia and the ServiceContext services
  • How to use the NEST Elasticsearch library to:
    • Define indexing document mappings via either the NEST attributes or the IElasticClient
    • Write search queries using the NEST fluent DSL within the Nest-Searchify library wrapper

Installing Umbraco.Elasticsearch does not instantly give you full-text search over your CMS content, you will need to review the sample projects or read the documentation to learn how to get up and running.

Information on the latest release can be found within the github releases.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].