Re: Loading Data into Solr without HTTP

2009-07-07 Thread Yonik Seeley
    >     > >     sortMissingLast="true" omitNorms="true"> >       > >         > >       >     > > >     class="solr.StrField" /> >     positionIncrementGap="100" sortMissingLast="true" omitNorms="t

Re: Loading Data into Solr without HTTP

2009-07-07 Thread Anand Kumar Prabhakar
unnecessary copyFields and > default values. The current example schema is not good for > performance benchmarking. > > -Yonik > http://www.lucidimagination.com > > -- View this message in context: http://www.nabble.com/Loading-Data-into-Solr-without-HTTP-tp24372564p24373870.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Loading Data into Solr without HTTP

2009-07-07 Thread Yonik Seeley
On Tue, Jul 7, 2009 at 9:14 AM, Anand Kumar Prabhakar wrote: > I want to know is there any method to do > it much faster, we have overcome the OutOfMemoryException by increasing heap > space. Optimize your schema - eliminate all unnecessary copyFields and default values. The current example schem

Re: Loading Data into Solr without HTTP

2009-07-07 Thread Anand Kumar Prabhakar
smallfile.csv > > Now upload that and inspect the documents by querying Solr to ensure > that everything imported as expected. > > -Yonik > http://www.lucidimagination.com > > -- View this message in context: http://www.nabble.com/Loading-Data-into-Solr-without-HTTP-tp24372564p24373116.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Loading Data into Solr without HTTP

2009-07-07 Thread Yonik Seeley
On Tue, Jul 7, 2009 at 8:41 AM, Anand Kumar Prabhakar wrote: > Is there any way so that we can read the data from the > CSV file and load it into the Solr database without using "/update/csv" That *is* the right way to load a CSV file into Solr. How many records are in the CSV file, and how much h

Loading Data into Solr without HTTP

2009-07-07 Thread Anand Kumar Prabhakar
update/csv" or "/dataimport". -- View this message in context: http://www.nabble.com/Loading-Data-into-Solr-without-HTTP-tp24372564p24372564.html Sent from the Solr - User mailing list archive at Nabble.com.