> figure out how to achieve the same thing without a Java client..
>
>
> Brian
>
> -Original Message-
> From: Paolo Castagna [mailto:castagna.li...@googlemail.com]
> Sent: Wednesday, April 07, 2010 11:11 AM
> To: solr-user@lucene.apache.org
> Subject: Re: solr b
same thing without a Java client..
>
>
> Brian
>
> -Original Message-
> From: Paolo Castagna [mailto:castagna.li...@googlemail.com]
> Sent: Wednesday, April 07, 2010 11:11 AM
> To: solr-user@lucene.apache.org
> Subject: Re: solr best practice to submit many documents
Brian
-Original Message-
From: Paolo Castagna [mailto:castagna.li...@googlemail.com]
Sent: Wednesday, April 07, 2010 11:11 AM
To: solr-user@lucene.apache.org
Subject: Re: solr best practice to submit many documents
Hi Brian,
I had similar questions when I begun to try and evaluate Solr.
If yo
Hi Brian,
I had similar questions when I begun to try and evaluate Solr.
If you use Java and SolrJ you might find these useful:
- http://wiki.apache.org/solr/Solrj#Streaming_documents_for_an_update
-
http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer
Hello,
I am using SOLR for some proof of concept work, and was wondering if anyone has
some guidance on a best practice.
Background:
Nightly get a delivery of a few 1000 reports. Each report is between 1 and
500,000 pages.
For my proof of concept I am using a single 100,000 page report.
I want