[
https://issues.apache.org/jira/browse/METRON-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080344#comment-16080344
]
ASF GitHub Bot commented on METRON-1022:
----------------------------------------
Github user cestella commented on the issue:
https://github.com/apache/metron/pull/636
This is good work! Thanks, Ryan. We desperately need this abstraction. I
think the confusion may be that this PR is the general abstraction as well as a
concrete implementation for one index. I think, as we found with the indexing
topology, that solr and ES won't be able to exist within the same project due
to classpath issues (note we have 2 separate projects for solr and ES to
isolate the dependencies completely). I would think that the ES specific stuff
may should be separated into a separate project (`metron-rest-elasticsearch`)
where the abstraction should exist in `metron-rest`.
> Elasticsearch REST endpoint
> ---------------------------
>
> Key: METRON-1022
> URL: https://issues.apache.org/jira/browse/METRON-1022
> Project: Metron
> Issue Type: New Feature
> Reporter: Ryan Merriman
>
> We need a "search" endpoint that will allow basic lucene-style searches with
> sorting and pagination options. This endpoint should have a light
> abstraction on top to make it simpler to consume and possibly allow different
> search engines to be used in the future.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)