Re: overwrite=false support with SolrJ client

2011-11-10 Thread Ken Krugler
On Nov 7, 2011, at 12:06pm, Chris Hostetter wrote: : I see that https://issues.apache.org/jira/browse/SOLR-653 removed this : support from SolrJ, because it was deemed too dangerous for mere : mortals. I believe the concern was that the novice level API was very in your face about

Re: overwrite=false support with SolrJ client

2011-11-10 Thread Mark Miller
On Nov 10, 2011, at 1:36 PM, Ken Krugler wrote: : I see that https://issues.apache.org/jira/browse/SOLR-653 removed this : support from SolrJ, because it was deemed too dangerous for mere : mortals. That seems silly. It should just be well documented. At worst marked expert. Yuck. If you

Re: overwrite=false support with SolrJ client

2011-11-07 Thread Chris Hostetter
: I see that https://issues.apache.org/jira/browse/SOLR-653 removed this : support from SolrJ, because it was deemed too dangerous for mere : mortals. I believe the concern was that the novice level API was very in your face about asking if you wanted to overwrite and made it too easy to

overwrite=false support with SolrJ client

2011-11-04 Thread Ken Krugler
Hi list, I'm working on improving the performance of the Solr scheme for Cascading. This supports generating a Solr index as the output of a Hadoop job. We use SolrJ to write the index locally (via EmbeddedSolrServer). There are mentions of using overwrite=false with the CSV request handler,

Re: overwrite=false support with SolrJ client

2011-11-04 Thread Jason Rutherglen
It should be supported in SolrJ, I'm surprised it's been lopped out. Bulk indexing is extremely common. On Fri, Nov 4, 2011 at 1:16 PM, Ken Krugler kkrugler_li...@transpac.com wrote: Hi list, I'm working on improving the performance of the Solr scheme for Cascading. This supports generating