All Projects → moqui → Moqui Elasticsearch

moqui / Moqui Elasticsearch

Licence: other
Moqui Tool Component for ElasticSearch useful for scalable faceted text search, and analytics and reporting using aggregations and other great features

Programming Languages

groovy
2714 projects

Projects that are alternatives of or similar to Moqui Elasticsearch

Elassandra
Elassandra = Elasticsearch + Apache Cassandra
Stars: ✭ 1,610 (+16000%)
Mutual labels:  search, lucene, elasticsearch
Fess
Fess is very powerful and easily deployable Enterprise Search Server.
Stars: ✭ 561 (+5510%)
Mutual labels:  search, lucene, elasticsearch
Awesome Elasticsearch
A curated list of the most important and useful resources about elasticsearch: articles, videos, blogs, tips and tricks, use cases. All about Elasticsearch!
Stars: ✭ 4,168 (+41580%)
Mutual labels:  search, lucene, elasticsearch
Flare
An analytical framework for network traffic and behavioral analytics
Stars: ✭ 363 (+3530%)
Mutual labels:  analytics, elasticsearch
Calaca
Search UI for Elasticsearch
Stars: ✭ 318 (+3080%)
Mutual labels:  search, elasticsearch
Xapiand
Xapiand: A RESTful Search Engine
Stars: ✭ 347 (+3370%)
Mutual labels:  search, elasticsearch
Fast Elasticsearch Vector Scoring
Score documents using embedding-vectors dot-product or cosine-similarity with ES Lucene engine
Stars: ✭ 304 (+2940%)
Mutual labels:  lucene, elasticsearch
Opensearchserver
Open-source Enterprise Grade Search Engine Software
Stars: ✭ 408 (+3980%)
Mutual labels:  search, lucene
Hibernate Search
Hibernate Search: full-text search for domain model
Stars: ✭ 382 (+3720%)
Mutual labels:  lucene, elasticsearch
Searchkit
GraphQL API & React UI components for Elasticsearch. The easiest way to build a great search experience
Stars: ✭ 4,338 (+43280%)
Mutual labels:  search, elasticsearch
Reactivesearch
Search UI components for React and Vue: powered by appbase.io / Elasticsearch
Stars: ✭ 4,531 (+45210%)
Mutual labels:  search, elasticsearch
Cassandra Lucene Index
Lucene based secondary indexes for Cassandra
Stars: ✭ 584 (+5740%)
Mutual labels:  search, lucene
Concourse
Distributed database warehouse for transactions, search and analytics across time.
Stars: ✭ 310 (+3000%)
Mutual labels:  search, analytics
Elasticsearch Dsl Py
High level Python client for Elasticsearch
Stars: ✭ 3,388 (+33780%)
Mutual labels:  search, elasticsearch
Minsql
High-performance log search engine.
Stars: ✭ 356 (+3460%)
Mutual labels:  search, analytics
Elasticsearch Py
Official Elasticsearch client library for Python
Stars: ✭ 3,486 (+34760%)
Mutual labels:  search, elasticsearch
Elasticsql
convert sql to elasticsearch DSL in golang(go)
Stars: ✭ 687 (+6770%)
Mutual labels:  search, elasticsearch
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (+2820%)
Mutual labels:  analytics, elasticsearch
Toshi
A full-text search engine in rust
Stars: ✭ 3,373 (+33630%)
Mutual labels:  search, elasticsearch
Lucene Solr
Apache Lucene and Solr open-source search software
Stars: ✭ 4,217 (+42070%)
Mutual labels:  search, lucene

Moqui ElasticSearch Tool Component

license release

Moqui Tool Component for ElasticSearch. Useful for scalable faceted text search, and analytics and reporting using aggregations and other great features.

To install run (with moqui-framework):

$ ./gradlew getComponent -Pcomponent=moqui-elasticsearch

This will add the component to the Moqui runtime/component directory.

The ElasticSearch, Apache Lucene, and dependent JAR files are added to the lib directory when the build is run for this component, which is designed to be done from the Moqui build (ie from the moqui root directory) along with all other component builds.

To use just install this component, build, and load seed data. The configuration for the ToolFactory is already in place in the MoquiConf.xml included in this component and will be merged with the main configuration at runtime. The seed data adds the DataDocument screens to the System app in the tools component in the default moqui-runtime.

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].