Re: Re: Re: Some problems when upload data to index in cloud environment

2015-12-21 Thread 周建二
; 收件人: solr-user > 抄送: > 主题: Re: Re: Some problems when upload data to index in cloud environment > > Jianer: > > Getting your head around the configs is, indeed, "exciting" at times. > > I just wanted to caution you that using ExtractingRequestHandler > p

Re: Re: Some problems when upload data to index in cloud environment

2015-12-21 Thread Erick Erickson
Jianer: Getting your head around the configs is, indeed, "exciting" at times. I just wanted to caution you that using ExtractingRequestHandler puts the Tika parsing load on the Solr server, which doesn't scale as the same machine that's serving queries and indexing is _also_ parsing potentially v

Re: Re: Some problems when upload data to index in cloud environment

2015-12-20 Thread 周建二
Hi Shawn, thanks for your reply. :) It is because the /update/extract handler is not defined in my collection's solrconfig.xml file as I upload the basic_configs/conf to ZooKeeper. When I upload sample_techproducts_configs to ZooKeeper, everything goes well. I am a freshman for Solr. Now I am