---
description: Review of Elastic Enterprise Search Software: system overview, features, price and cost information. Get free demos and compare to similar programs on Software Advice Ireland.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/software_advice/og_logo-55146305bbe7b450bea05c18e9be9c9a.png
title: Elastic Enterprise Search | Reviews, Pricing & Demos - SoftwareAdvice IE
---

Breadcrumb: [Home](/) > [Content Marketing Software](/directory/1839/content/software) > [Elastic Enterprise Search](/software/351878/swiftype)

# Elastic Enterprise Search

Canonical: https://www.softwareadvice.ie/software/351878/swiftype

Page: 1 / 3\
Next: [Next page](https://www.softwareadvice.ie/software/351878/swiftype?page=2)

> Elastic Enterprise Search is Elasticsearch, with a complete set of specialized tools and extensible APIs that make it easy to build search solutions and give users the best answers, every time. Monitor performance with robust analytics, tweak relevance in real-time, and scale it all seamlessly.
> 
> Verdict: Rated **4.4/5** by 41 users. Top-rated for **Likelihood to recommend**.

-----

## Quick Stats & Ratings

| Metric | Rating | Detail |
| **Overall** | **4.4/5** | 41 Reviews |
| Ease of Use | 3.8/5 | Based on overall reviews |
| Customer Support | 3.7/5 | Based on overall reviews |
| Value for Money | 4.2/5 | Based on overall reviews |
| Features | 4.3/5 | Based on overall reviews |
| Recommendation percentage | 80% | (8/10 Likelihood to recommend) |

## About the vendor

- **Company**: Elastic
- **Location**: Mountain View, US
- **Founded**: 2012

## Commercial Context

- **Starting Price**: US$299.00
- **Pricing model**:  (Free version available) (Free Trial)
- **Target Audience**: Self Employed, 2–10, 11–50, 51–200, 201–500, 501–1,000, 1,001–5,000, 5,001–10,000, 10,000+
- **Deployment & Platforms**: Cloud, SaaS, Web-based, Mac (Desktop), Windows (Desktop), Linux (Desktop), Windows (On-Premise), Linux (On-Premise)
- **Supported Languages**: English
- **Available Countries**: Australia, Canada, United Kingdom, United States

## Features

- AI/Machine Learning
- API
- Access Controls/Permissions
- Activity Dashboard
- Activity Tracking
- Alerts/Notifications
- Analytics
- Augmented Analytics
- Behaviour Tracking
- Behavioural Analytics
- Content Library
- Content Management
- Customer Activity Tracking
- Customisable Branding
- Customisable Reports
- Customisable Templates
- Customizable Fields
- Data Aggregation
- Data Capture and Transfer
- Data Classification

## Integrations (4 total)

- Adobe Commerce
- Google Analytics 360
- Shopify
- WordPress

## Support Options

- Email/Help Desk
- FAQs/Forum
- Knowledge Base
- Phone Support
- 24/7 (Live rep)
- Chat

## Category

- [Content Marketing Software](https://www.softwareadvice.ie/directory/1839/content/software)

## Related Categories

- [Content Marketing Software](https://www.softwareadvice.ie/directory/1839/content/software)
- [Visual Search Software](https://www.softwareadvice.ie/directory/4287/visual-search/software)
- [Enterprise Search Software](https://www.softwareadvice.ie/directory/4368/enterprise-search/software)
- [Knowledge Management Software](https://www.softwareadvice.ie/directory/1884/knowledge-management/software)
- [Insight Engines Software](https://www.softwareadvice.ie/directory/4440/insight-engines/software)

## Alternatives

1. [Algolia](https://www.softwareadvice.ie/software/323590/algolia) — 4.7/5 (74 reviews)
2. [ZUUZ](https://www.softwareadvice.ie/software/533891/ZUUZ) — 5.0/5 (2 reviews)
3. [Korra](https://www.softwareadvice.ie/software/331223/korra) — 4.8/5 (17 reviews)
4. [ONTEC AI](https://www.softwareadvice.ie/software/520144/ONTEC-AI) — 5.0/5 (2 reviews)
5. [Squirro](https://www.softwareadvice.ie/software/240056/squirro) — 5.0/5 (2 reviews)

## Reviews

### "Your searches are smart now" — 5.0/5

> **Héctor** | *30 September 2019* | Information Technology & Services | Recommendation rating: 8.0/10
> 
> **Pros**: Auto corrections on several languages&#10;Instant search&#10;Synonyms search&#10;Is amazing, the search of my app works awesomely.
> 
> **Cons**: Is based on Java and that might cripple your low end machine or server, is better to run it on a cloud instance like AWS Elastic Search.
> 
> It works awesomely, the search is fully featured and was easy to setup if you're a sysadmin or developer.

-----

### "Highly recommended for search platforms" — 5.0/5

> **Sanchit** | *10 June 2020* | Financial Services | Recommendation rating: 8.0/10
> 
> **Pros**: It's a great tool to setup a search platform almost of any size in a company. I have worked with Apache Lucene and Elasticsearch just saves all that trouble of dealing with the indices all the time in Lucene and rather provides seamless integration through APIs for search queries. It was really easy to setup the cluster and shards and manage the stack. The APIs offer a wide range of  search features and saves a lot of effort coding hundreds of line for every small advanced search filtering function.
> 
> **Cons**: The documentation of the APIs could be improved. It was a bit overwhelming at times to lookup the correct functionality we wanted to actually implement. The tutorials and courses are quite expensive.
> 
> Setting up a search platform using Elasticsearch was super fun and easy. I was able to get some great search query response times and development efforts were minimal compared to dealing with Lucene directly.

-----

### "Best search engine on the market" — 5.0/5

> **Adam Victor** | *26 May 2019* | Computer Software | Recommendation rating: 9.0/10
> 
> **Pros**: It is just the best back end for search engines in the market. A NoSQL database that is trustworthy. Also, it is open source. Incredibly easy to use.
> 
> **Cons**: Mostly for developers: other people would have a hard time with it.
> 
> I work with Elasticsearch as a developer on a daily bases for textual search. It is the greatest tool I've used in years. Really like it.

-----

### "Powerful tool to create a rich search engine experience" — 4.0/5

> **Verified Reviewer** | *19 June 2018* | Internet | Recommendation rating: 9.0/10
> 
> **Pros**: ElasticSearch, as of Solr, is the right tool if you want to create a powerful search engine inside an application or a website. Indexing documents can be done through a REST API, as for querying data. Most of the modern frameworks and content management systems can ship with modules that interact with ElasticSearch to index and retrieve documents. For most complex systems, you can implement synonyms, auto-completion, auto-correction (using fuzzy search), and also configure how results should be sorted using a full text search. Searching with complicated parameters is really fast using ElasticSearch, and you can also retrieve facets to display to restrict results when needed.
> 
> **Cons**: Learning ElasticSearch seems to be a bit more difficult than learning it's competitor, Solr. In my experience, Solr has a better support for Drupal CMS which we use a lot in my company. But our last project using ElasticSearch was a success, thanks to all it's powerful features.
> 
> Developing a powerful and a fast search engine, dealing with content coming from various data sources, inside our website.

-----

### "Elastic Search is built on top of Lucene, it provides the most powerful full-text search capability" — 4.0/5

> **Ramakrishna** | *23 August 2017* | Program Development | Recommendation rating: 8.0/10
> 
> **Pros**: Easier to horizontally scale&#10;Distributed by design&#10;Excellent full-text search&#10;Elastic Search is schema free'instead, it accepts JSON documents, as well as tries to detect the data structure, index the data, and make it searchable.&#10;Elastic Search is document-oriented. It stores real world complex entities as structured JSON documents and indexes all fields by default, with a higher performance result.&#10;Elastic Search is API driven; actions can be performed using a simple Restful API.&#10;Elastic Search records any changes made in transactions logs on multiple nodes in the cluster to minimize the chance of data loss.
> 
> **Cons**: Elastic-search query DSL is less common and less flexible than Postgres SQL .&#10;Everything is indexed by default, which creates an index overhead. &#10;in order to understand how to properly query your data and how it is stored, you have less control over consistency.

-----

Page: 1 / 3\
Next: [Next page](https://www.softwareadvice.ie/software/351878/swiftype?page=2)

## Links

- [View on SoftwareAdvice](https://www.softwareadvice.ie/software/351878/swiftype)

## This page is available in the following languages

| Locale | URL |
| en | <https://www.softwareadvice.com/ecommerce/swiftype-profile/> |
| en-AU | <https://www.softwareadvice.com.au/software/351878/swiftype> |
| en-GB | <https://www.softwareadvice.co.uk/software/351878/swiftype> |
| en-IE | <https://www.softwareadvice.ie/software/351878/swiftype> |
| en-NZ | <https://www.softwareadvice.co.nz/software/351878/swiftype> |

-----

## Structured Data

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"SoftwareAdvice Ireland","address":{"@type":"PostalAddress","addressLocality":"Dublin","addressRegion":"D","postalCode":"D02 NP94","streetAddress":"2 Park Place, 3rd Floor, Hatch St Dublin, D02 NP94 Ireland"},"description":"We've helped more than 500000 buyers to find the right software.","email":"info@softwareadvice.ie","url":"https://www.softwareadvice.ie/","logo":"https://dm-localsites-assets-prod.imgix.net/images/software_advice/logo-white-d2cfd05bdd863947d19a4d1b9567dde8.svg","@type":"Organization","@id":"https://www.softwareadvice.ie/#organization","parentOrganization":"G2.com, Inc.","sameAs":[]},{"name":"Elastic Enterprise Search","description":"Elastic Enterprise Search is Elasticsearch, with a complete set of specialized tools and extensible APIs that make it easy to build search solutions and give users the best answers, every time. Monitor performance with robust analytics, tweak relevance in real-time, and scale it all seamlessly.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/0f962fb3-6a02-497c-869b-447f83d43b35.png","url":"https://www.softwareadvice.ie/software/351878/swiftype","@type":"SoftwareApplication","@id":"https://www.softwareadvice.ie/software/351878/swiftype#software","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.softwareadvice.ie/#organization"},"aggregateRating":{"@type":"AggregateRating","bestRating":5,"ratingCount":41,"ratingValue":4.4},"offers":{"price":"299","@type":"Offer","priceCurrency":"USD"},"operatingSystem":"Cloud, Apple, Windows, Linux, Windows on premise, Linux on premise"},{"@type":"BreadcrumbList","@id":"https://www.softwareadvice.ie/software/351878/swiftype#breadcrumblist","itemListElement":[{"name":"Home","position":1,"item":"/","@type":"ListItem"},{"name":"Content Marketing Software","position":2,"item":"/directory/1839/content/software","@type":"ListItem"},{"name":"Elastic Enterprise Search","position":3,"item":"/software/351878/swiftype","@type":"ListItem"}]}]}
</script>
