Hello Karsten.
>From the doc you provided, it seems the two are totally different products.

I thought a bit about it and it seems that the best aproach would be to:

1-refactor our app and add an abstraction layer that will call the IDOL ACI
API.
Make sure we have good tests in place.

2-implement a "solr-dialect" for the abstraction layer that we can switch on
or off in config.


Thanks.

Arcadius.

On Tue, Aug 16, 2011 at 4:09 PM, <karsten-s...@gmx.de> wrote:

> Hi Arcadius,
>
> currently we have a migration project from verity k2 search server to solr.
> I do not know IDOL, but autonomy bought verity before IDOL was released, so
> possible it is comparable?
> verity k2 works directly on xml-Files, in result the query syntax is a
> little bit like xpath e.g. with "text1 <IN> zone2 <IN> zone1" instead of
> contains(//zone1/zone2,'text1').
>
> About verity query syntax:
>
> http://gregconely.getmyip.com/dl/OTG%20Software/5.30.087%20Suite%20%28SP3%29/Disc%204%20-%20Verity/Verity%20K2%20Server%205.5/doc/docs/pdf/VerityQueryLanguage.pdf
>
> Does IDOL work the same way?
>
>
> Best regards
>  Karsten
>
> P.S. in Context:
>
> http://lucene.472066.n3.nabble.com/Migration-from-Autonomy-IDOL-to-SOLR-td3255377.html
>
> -------- Original-Nachricht --------
> > Datum: Mon, 15 Aug 2011 11:11:36 +0100
> > Von: Arcadius Ahouansou <arcad...@menelic.com>
> > An: solr-user@lucene.apache.org
> > Betreff: Migration from Autonomy IDOL to SOLR
>
> > Hello.
> >
> > We have a couple of application running on half a dozen Autonomy IDOL
> > servers.
> > Currently, all feature we need are supported by Solr.
> >
> > We have done some internal testing and realized that SOLR would do a
> > better
> > job.
> >
> > So, we are investigation all possibilities for a smooth migration from
> > IDOL
> > to SOLR.
> >
> > I am looking for advice from people who went through something similar.
> >
> > Ideally, we would like to keep most of our legacy code unchanged and have
> > a
> > kind of query-translation-layer plugged into our app if possible.
> >
> > -Is there lib available?
> >
> > -Any thought?
> >
> > Thanks.
> >
> > Arcadius.
>

Reply via email to