> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Yonik Seeley > Sent: Friday, August 24, 2007 2:07 PM > To: solr-user@lucene.apache.org > Subject: Re: Embedded about 50% faster for indexing > > One thing I'd like to avoid is everyone trying to embed just > for performance gains. If there is really that much > difference, then we need a better way for people to get that > without resorting to Java code. > > -Yonik >
Theoretically and practically, embedded solution will be faster than going through http/xml. I would like to see solr has some sort of document source adapter architecture which will iterate through all the documents available in the document source. This way, if the documents come from database for example, it can be simply a sql query in the solr configuration file. Daniel