Ali,

I can't make recommendation about which one to use, but I can say that
we're in the midst of converting a very basic text search based on Lucene
to ElasticSearch with DS. We have adapted the ES async API to work with
Promises instead of CompletableFuture and are now putting together a
PushStream based pipeline to process events to index new content. Still
looking at best solution for using real OSGI bundled version of ES (for now
using non OSGIed version).

HTH
Alain


On Wed, Oct 3, 2018 at 4:11 AM Mark Hoffmann via osgi-dev <
[email protected]> wrote:

> Hi,
> it depends on what you want to do.
> We use pure Lucene a search backend, that is heavily customized to the
> customers needs. This especially belongs to the data model he uses. For
> that we OSGi fied the Lucene stuff, because it is not OSGi ready. This can
> be easily done, except some split packages in lucene core and analyzers or
> codecs (I have to look for an exact answer). We created a rich set of
> services for searching and indexing. Using stuff like OSGi ds, configadmin,
> pushstreams making it very easy to create a small straight forward engine.
>
> For more details you are welcome to contact us.
>
> Elasticsearch on the other hand provides a full featured system, that can
> run as own service and scales very well. If you have an easy structured
> data model your best using Elasicsearch or even SOLr
>
> Regards,
> Mark
>
> Von meinem Samsung Galaxy Smartphone gesendet.
>
> -------- Ursprüngliche Nachricht --------
> Von: Ali Parmaksız via osgi-dev <[email protected]>
> Datum: 03.10.18 07:45 (GMT+01:00)
> An: [email protected]
> Betreff: [osgi-dev] osgi integration with Lucene or ElasticSearch
>
> Hi,
>
> Which one do you prefer to use? And why? And please give me concrete
> examples how to integrate them in an osgi project.
>
> --
> Ali Parmaksız
>
> TEL:5052555693
> _______________________________________________
> OSGi Developer Mail List
> [email protected]
> https://mail.osgi.org/mailman/listinfo/osgi-dev
_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to