Probably the "most correct" way to modify the index would be to use the Solr REST API to push your changes out.
Another thing you might want to look at is Lilly. Basically it's a way to set up a Solr collection as an HBase replication target, so changes to your HBase table would automatically propagate over to Solr. http://www.ngdata.com/on-lily-hbase-hadoop-and-solr/ Michael Della Bitta Applications Developer o: +1 646 532 3062 appinions inc. “The Science of Influence Marketing” 18 East 41st Street New York, NY 10017 t: @appinions <https://twitter.com/Appinions> | g+: plus.google.com/appinions <https://plus.google.com/u/0/b/112002776285509593336/112002776285509593336/posts> w: appinions.com <http://www.appinions.com/> On Tue, Aug 5, 2014 at 9:04 AM, Ali Nazemian <alinazem...@gmail.com> wrote: > Dear all, > Hi, > I changed solr 4.9 to write index and data on hdfs. Now I am going to > connect to those data from the outside of solr for changing some of the > values. Could somebody please tell me how that is possible? Suppose I am > using Hbase over hdfs for do these changes. > Best regards. > > -- > A.Nazemian >