| Class | Description |
|---|---|
| ElasticSearchEngine |
A first draft of an Elasticsearch implementation.
|
| ESAdder |
The nuts and bolts of adding a document to the Elasticsearch index
|
| ESCounter |
The nuts and bolts of getting the number of documents in the Elasticsearch
index.
|
| ESDeleter |
The nuts and bolts of deleting documents from the Elasticsearch index.
|
| ESFlusher |
Just does a "commit" or "flush" to the index.
|
| ESQuery |
Convert a SearchQuery to JSON, send it to Elasticsearch, and convert the JSON
response to a SearchResponse.
|
| JsonTree |
Build a Map of Objects, suitable for marshalling by Jackson.
|
| QueryConverter |
Accept a SearchQuery and make it available as a JSON string, suitable for
Elasticsearch.
|
Copyright © 2021. All rights reserved.