Re: Indexing Solr in production

2015-10-13 Thread Zheng Lin Edwin Yeo
Thank you Alessandro and Erick. Will try out the SolrJ methond. Regards, Edwin On 14 October 2015 at 00:00, Erick Erickson wrote: > Here's a sample: > https://lucidworks.com/blog/2012/02/14/indexing-with-solrj/ > > On Tue, Oct 13, 2015 at 4:18 AM, Alessandro Benedetti > wrote: > > The most r

Re: Indexing Solr in production

2015-10-13 Thread Erick Erickson
Here's a sample: https://lucidworks.com/blog/2012/02/14/indexing-with-solrj/ On Tue, Oct 13, 2015 at 4:18 AM, Alessandro Benedetti wrote: > The most robust and simple way to go is building your own Indexer. > You can decide the platform you want, Solr has plenty of client API > libraries. > > For

Re: Indexing Solr in production

2015-10-13 Thread Alessandro Benedetti
The most robust and simple way to go is building your own Indexer. You can decide the platform you want, Solr has plenty of client API libraries. For example if you want to write your Indexer app in Java, you can use SolrJ.. Each client library will give you all the flexibility you need to index s