Re: Solr and SDL Tridion Integration

2014-02-03 Thread Prasi S
Thanks a lot for the options. Our site has dynamic content as well. I would look into what best suits. Thanks, Prasi On Mon, Feb 3, 2014 at 10:34 PM, Chris Warner wrote: > There are many ways to do this, Prasi. You have a lot of thinking to do on > the subject. > > You could decide to publish y

Re: Solr and SDL Tridion Integration

2014-02-03 Thread Chris Warner
There are many ways to do this, Prasi. You have a lot of thinking to do on the subject. You could decide to publish your content to database, and then index that database in Solr. You could publish XML or CSV files of your content for Solr to read and index. You could use nutch or some other t

Re: Solr and SDL Tridion Integration

2014-02-03 Thread Jack Krupansky
If SDL Tridion can export to CSV format, Solr can then import from CSV format. Otherwise, you may have to write a custom script or even maybe Java code to read from SDL Tridion and output a supported Solr format, such as Solr XML, Solr JSON, or CSV. -- Jack Krupansky -Original Message--

Re: Solr and SDL Tridion Integration

2014-02-03 Thread Alexandre Rafalovitch
This is a new one. You may want to start from Tridion's list and ask about API, export or any other ways to get to the data. Then come back with more specific question once you know what it looks like and granularity of update (hook on document change vs. full export only). Regards, Alex. Pers