Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use elasticsearch API #65

Closed
wants to merge 3 commits into from
Closed

Use elasticsearch API #65

wants to merge 3 commits into from

Commits on Dec 18, 2011

  1. Copy the full SHA
    2db0fae View commit details
    Browse the repository at this point in the history
  2. Corrected access modifiers in Mapping class and added a class constan…

    …t for the index/message type in elasticsearch
    joschi committed Dec 18, 2011
    Copy the full SHA
    a81796f View commit details
    Browse the repository at this point in the history
  3. Refactored Indexer class

    * Indexer is now an interface
    * The previous implementation is now called ElasticSearchHttpIndexer
    * Got rid of the static methods in ElasticSearchHttpIndexer in order to be able to use HTTP keep-alive when indexing messages
    * Added elasticsearch to POM
    * Implemented ElasticSearchIndexer using the Java API of elasticsearch instead of the RESTful HTTP interface
    joschi committed Dec 18, 2011
    Copy the full SHA
    6fa8af0 View commit details
    Browse the repository at this point in the history