We had a look on GSA and OpenSearchServer and are wondering if
elasticsearch is something similar (standalone fulltextretrieval system),
e.g. where the enduser can enter searchterms in a browser based search mask?
Elasticsearch is a complete distributed search backend that exposes HTTP,
Java, and other APIs. It currently doesn't have a front-end UI, but I'm
sure people are working on it.
If you are evaluating and comparing ES to GSA or OpenSearchServer this
should not discourage you at all - the UI is the easiest part of the story.
We had a look on GSA and OpenSearchServer and are wondering if
elasticsearch is something similar (standalone fulltextretrieval system),
e.g. where the enduser can enter searchterms in a browser based search
mask?
Elasticsearch is a complete distributed search backend that exposes HTTP,
Java, and other APIs. It currently doesn't have a front-end UI, but I'm
sure people are working on it.
If you are evaluating and comparing ES to GSA or OpenSearchServer this
should not discourage you at all - the UI is the easiest part of the story.
[OT] I wouldn't say that UI is easy to do. In my experience I found
building good functional and nice search UI can be much harder then running
ES cluster.
On Tuesday, March 13, 2012 2:57:54 AM UTC+8, thomasm...@hushmail.comwrote:
Hello,
We had a look on GSA and OpenSearchServer and are wondering if
elasticsearch is something similar (standalone fulltextretrieval system),
e.g. where the enduser can enter searchterms in a browser based search
mask?
It depends on your datas. If your docs are really "simple", as an
attachment is simply a single field, it's easy to build a google like
interface on it. I started with a friend to build a simple JSF/Primefaces
webapp on top of ES for searching into files (filesystem crawling) and my
opinion is that :
Integrate ES is quite easy
Creating the interface could be also quite easy
So it really depends on what you are after. It also depends on your own
skills.
The good thing with ES is that you can apply the AGILE method. Start simple
with a really simple user story (google search) and then add more features
(facets, filters, autocompletion, mappings, ...).
Elasticsearch is a complete distributed search backend that exposes HTTP,
Java, and other APIs. It currently doesn't have a front-end UI, but I'm
sure people are working on it.
If you are evaluating and comparing ES to GSA or OpenSearchServer this
should not discourage you at all - the UI is the easiest part of the story.
[OT] I wouldn't say that UI is easy to do. In my experience I found
building good functional and nice search UI can be much harder then running
ES cluster.
We had a look on GSA and OpenSearchServer and are wondering if
elasticsearch is something similar (standalone fulltextretrieval system),
e.g. where the enduser can enter searchterms in a browser based search
mask?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.