0

Does someone know tools that can do a migration from Verity to Solr.

Our Actual code is using Verity K2 6.5 we are not using ColdFusion but Java/J2EE.

Thanks for your feedback.

Corinne Kubler
  • 2,072
  • 5
  • 22
  • 34

1 Answers1

1

Here is one. Its also on Github

Verity to Solr migration also gives some Coldfusion snippets to achieve this.

Srikanth Venugopalan
  • 9,011
  • 3
  • 36
  • 76
  • Thanks for your answer. Correct me if I am wrong but it seems that it works only for Cold Fusion Collections. We are in a J2EE environment. (I edited my question to precise it) – Corinne Kubler Mar 19 '13 at 17:07
  • CF runs on a Java runtime, so technically this could serve your needs. But I see what you mean. I got to hear about this from a project that was moving away from Coldfusion (not just Verity), but this is all I know of at this point :( – Srikanth Venugopalan Mar 20 '13 at 00:59
  • Is there a way you can tap into the source of the data? And have Solr indexes built fresh instead of migrating? If so, I would recommend that highly. You would need it eventually, to refresh indices. – Srikanth Venugopalan Mar 20 '13 at 01:00