fastfilter-elasticsearch-plugin
Filter large lists with Elasticsearch using Roaringbitmap
File Explorer
Download Latest Version (.zip)- ci.yml
- checkstyle.xml
- checkstyle_suppressions.xml
- gradle-wrapper.jar
- gradle-wrapper.properties
- RoaringBitmap-0.9.10.jar.sha1
- RoaringBitmap-LICENSE.txt
- RoaringBitmap-NOTICE.txt
- FastFilterPlugin.java
- FastFilterClientYamlTestSuiteIT.java
- 10_basic.yml
- 20_filter.yml
- .gitignore
- build.gradle
- gradle.properties
- LICENSE.txt
- NOTICE.txt
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/lsena/fastfilter-elasticsearch-plugin
Downloads the entire project code from GitHub to your computer.
cd fastfilter-elasticsearch-plugin
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
gradle clean build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
