Re: Index Builder

2006-03-07 Thread Yonik Seeley
ls for bulk loading. Where should I look > for these? > > -Grant > > Yonik Seeley <[EMAIL PROTECTED]> wrote: On 3/5/06, Grant Ingersoll wrote: > > What/where is the Index Builder that is referred to in > > http://wiki.apache.org/solr/CollectionBuilding? > >

Re: Index Builder

2006-03-05 Thread Chris Hostetter
: I had a feeling that was the case. So, I was thinking I could write a : driver program that takes in my files and then calls the API directly. : Is this doable? How do you guys do it on your live site? Do you do it : all through HTTP requests or through a driver that calls the API? I : think

Re: Index Builder

2006-03-05 Thread Grant Ingersoll
would prefer the API calls for bulk loading. Where should I look for these? -Grant Yonik Seeley <[EMAIL PROTECTED]> wrote: On 3/5/06, Grant Ingersoll wrote: > What/where is the Index Builder that is referred to in > http://wiki.apache.org/solr/CollectionBuilding? It's currentl

Re: Index Builder

2006-03-05 Thread Yonik Seeley
On 3/5/06, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > What/where is the Index Builder that is referred to in > http://wiki.apache.org/solr/CollectionBuilding? It's currently client-supplied (i.e. there isn't one). Having all Solr users have to write their own builder

Index Builder

2006-03-05 Thread Grant Ingersoll
What/where is the Index Builder that is referred to in http://wiki.apache.org/solr/CollectionBuilding? I can see how to do a bunch of adds over HTTP but this seems like it is less than optimal when I have all the files on the same machine and am trying to bootstrap the system. What'