Skip to content

ElasticSearch 6.1 Repository implementation. Supports building paginated results and faceting.

License

Notifications You must be signed in to change notification settings

com-nilportugues/elasticsearchv6

Repository files navigation

ElasticSearch 6.1 Repository

ElasticSearch 6.1 Repository implementation.

Supports building paginated results and also faceting.

Installation

Add in your pom.xml file the jitpack.io repositories:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Now add the package as a dependency:

<dependencies>		
  <dependency>
    <groupId>com.github.com-nilportugues</groupId>
    <artifactId>elasticsearchv6</artifactId>
    <version>${elasticsearchv6.version}</version>
  </dependency>
</dependencies>  

Authors

License

The code base is licensed under the MIT license.

About

ElasticSearch 6.1 Repository implementation. Supports building paginated results and faceting.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages