Implementation of a Lucene {@link Directory} for reading indexes directly off HDFS.Note: This implementation is READ ONLY, it cannot be used to write to HDFS. All non read only methods throw {@link UnsupportedOperationException}
@author Jimmy Lin
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.