🔎
cbElasticsearch
  • Getting Started
    • Installation
    • Configuration
    • Secondary Cluster
  • Indices
    • Managing Indices
      • Index Lifecycles
      • Index Templates
    • Mapping Builder
    • Aliases
    • Reindexing
    • Data Streams
  • Searching
    • Search
    • Aggregations
    • Suggestions
  • Documents
  • Logging
  • Pipelines
  • Tasks
  • Contributing
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Getting Started

Installation

Get started installing CBElasticsearch

PreviousGetting StartedNextConfiguration

Last updated 2 years ago

Was this helpful?

Via CommandBox:

install cbelasticsearch

Requirements

  • Coldbox >= v6

  • Elasticsearch >= v6

  • Lucee >= v5 or Adobe Coldfusion >= v2018

Note: Most of the REST-based methods will work on Elasticsearch versions older than v5.0. A notable exception is the multi-delete methods, which use the functionality of ES5. As such, Cachebox and Logbox functionality would be limited.

delete by query