You can definitely do a single document at a time, but unless you're using NRT, your changes won't be visible until you do a commit. Doing a commit involves closing Searchers and reopening them, which is semi expensive... depending on how you're doing caching, you wouldn't want to do it too frequently. However, your index is so small, you should easily be able to get away with doing it every minute or so, depending on traffic.
Michael Della Bitta ------------------------------------------------ Appinions, Inc. -- Where Influence Isn’t a Game. http://www.appinions.com On Thu, Jul 19, 2012 at 10:00 AM, Spadez <james_will...@hotmail.com> wrote: > This seems to suggest you have to reindex Solr in its entirety and cant add a > single document at a time, is this right? > > http://stackoverflow.com/questions/11247625/apache-solr-adding-editing-deleting-records-frequently > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Importing-index-Real-Time-or-Queued-tp3995936p3995964.html > Sent from the Solr - User mailing list archive at Nabble.com.