Can I reuse the SOLR instance that comes with Tridion?

I have a new Tridion project that should use SOLR as its search engine. Does Tridion have its own SOLR with its own API? Or should I use the SOLRSharp API pointing to an external SOLR instance?

[Update] As a Front End developer, this will be the CD I am concentrating on. It seems that I will use a separate instance of SOLR, which runs Nutch to crawl the published site.

+4
source share
1 answer

You are probably talking about using SOLR as a search engine for your website. Tridion 2011 really uses SOLR as a search engine in its content management system. But since your website most likely has completely different search requirements as a content management system, there is no value in trying to combine the two uses in the same SOLR instance.

+7
source

Source: https://habr.com/ru/post/1403430/


All Articles