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

Indexing Solr in production

2015-10-13 Thread Zheng Lin Edwin Yeo
Hi, What is the best practice to do indexing in Solr for production system.I'm using Solr 5.3.0. I understand that post.jar does not have things like robustness checks and retires, which is important in production, as sometimes certain records might failed during the indexing, and we need to re-t

Re: SOLR in Production

2014-07-13 Thread rulinma
AA machine is ok. Maybe SolrCloud is also a good choice for this. -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-in-Production-tp4143496p4146972.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Tomcat or Jetty to use with solr in production ?

2014-06-30 Thread Steve McKay
Hi, >>> >>> Confused with lot of reviews on Jetty and tomcat along with solr 4.7 ?, Is >>> there any better option for production. want to know the complexity's with >>> tomcat and jetty in future, as i want to cluster with huge data on solr. >>> >>>

Re: Tomcat or Jetty to use with solr in production ?

2014-06-30 Thread Erick Erickson
7;s with >> tomcat and jetty in future, as i want to cluster with huge data on solr. >> >> Thanks >> >> >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Tomcat-or-Jetty-to-use-with-solr-in-production-tp4144712.html >> Sent from the Solr - User mailing list archive at Nabble.com. >>

Re: Tomcat or Jetty to use with solr in production ?

2014-06-30 Thread Otis Gospodnetic
data on solr. > > Thanks > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Tomcat-or-Jetty-to-use-with-solr-in-production-tp4144712.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Tomcat or Jetty to use with solr in production ?

2014-06-30 Thread Ahmet Arslan
with tomcat and jetty in future, as i want to cluster with huge data on solr. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Tomcat-or-Jetty-to-use-with-solr-in-production-tp4144712.html Sent from the Solr - User mailing list archive at Nabble.com.

Tomcat or Jetty to use with solr in production ?

2014-06-30 Thread gurunath
66.n3.nabble.com/Tomcat-or-Jetty-to-use-with-solr-in-production-tp4144712.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR in Production

2014-06-23 Thread Shalin Shekhar Mangar
You need to decide between SolrCloud and non-solrcloud mode. A SolrCloud cluster will need external ZooKeeper instances and will provide failover, replication, sharding and load balancing between replicas automatically. But if your needs are small then you can go with a non-solrcloud cluster as you

SOLR in Production

2014-06-23 Thread EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)
Hi, We are planning to move solr for Production Environment. I like to get some real time experience or checklist to take care. We have 1 instance of Solr with 2 Cores. What should be taken care in case of the solr instance is down? What I have to do , if I have 2 instances, the first one is d

Re: Solr in production env.

2006-09-12 Thread Eivind Hasle Amundsen
Chris Hostetter wrote: : I even know of a company which mere existence is based partly on Solr. :) now *that* sounds like i story i'd like to hear more of Unfortunately we are in the same boat. I was asked to take part in this startup, but turned down the offer. I bet they are eager to keep t

Re: Solr in production env.

2006-09-11 Thread Chris Hostetter
: I even know of a company which mere existence is based partly on Solr. :) now *that* sounds like i story i'd like to hear more of -Hoss

Re: Solr in production env.

2006-09-11 Thread Chris Hostetter
: I'll bet Hoss & Yonik's paycheck on it. ;-) : P.S. Hoss & Yonik - just kidding, but couldn't resist. Many kudos to your : efforts on this. I can't speak for Yonik, but I take no offense -- I bet my paycheck on Solr every day :) : > and hopefully for lots of following projects but I'm a bit

Re: Solr in production env.

2006-09-11 Thread Jeff Rodenburg
Hi Simon - We're running Solr in production, and it's rock solid. Of course you can't really just take an anonymous word for it, but I would honestly put this stack up against any other system you can find, open source or commercial. Run it for yourself and you'll be alarme

Re: Solr in production env.

2006-09-11 Thread Bertrand Delacretaz
Hi Simon, ...are there solr servers in production... You can see a list at http://wiki.apache.org/solr/PublicServers - there's some solid stuff running on Solr already! -Bertrand

Re: Solr in production env.

2006-09-11 Thread Eivind Hasle Amundsen
I know about a number of production installations. I even know of a company which mere existence is based partly on Solr. :) There is also a public list of production installations available on the homepage and/or Wiki. Eivind

Re: Solr in production env.

2006-09-11 Thread Tim Archambault
CNET has been using SOLR in production for quite some time. There are others on this list-serv that can elaborate way beyond me. On 9/11/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: Hello, I almost convinced my boss to use Solr in production for a new project and hopefully for l

Solr in production env.

2006-09-11 Thread Simon Willnauer
Hello, I almost convinced my boss to use Solr in production for a new project and hopefully for lots of following projects but I'm a bit confused that there is no release available for download. Is Solr still in a beta state, are there solr servers in production. Is it recommendable to use