Not sure if there is another better way to do it.
But I wrote this script to perform full or delta imports.
more details http://wiki.apache.org/solr/DataImportHandler
#!/bin/bash
# script to index …
How to find what process are using Swap
How to find what process are using Swap
/proc/meminfo – This file reports statistics about memory usage on the system. It is used by free to report the amount of …