I like the embedded solr client suggestion. I'll try that one out. I don't think sending a CSV file will work for my case, I will have to go generate a CSV then index the CSV, as opposed to indexing while generating my content.
Thanks 2010/1/28 Yonik Seeley <yo...@lucidimagination.com> > On Thu, Jan 28, 2010 at 4:58 PM, brad anderson <solrinter...@gmail.com> > wrote: > > I think commiting code to solr would not fix the problem. I don't want to > > have to go through the HTTP stack to create an index. > > Why not? If you use something like SolrJ, it's an implementation > detail if there is a transport, and what it is. > > Anyway, there is an embedded SolrJ client that doesn't go through HTTP. > You can also get update handlers like CSV to directly read a local > file, skipping HTTP: > http://wiki.apache.org/solr/UpdateCSV#Methods_of_uploading_CSV_records > > -Yonik > http://www.lucidimagination.com >