List of usage examples for org.apache.lucene.store IndexOutput getName
public String getName()
From source file:org.codelibs.elasticsearch.common.lucene.store.FilterIndexOutput.java
License:Apache License
public FilterIndexOutput(String resourceDescription, IndexOutput out) { super(resourceDescription, out.getName()); this.out = out; }