mirror of https://github.com/apache/lucene.git
Added @since tag on methods introduced in Solr 1.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@811073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f34f5ef987
commit
88f4d230e5
|
@ -101,12 +101,15 @@ public abstract class EntityProcessor {
|
||||||
* added by Transformers in this method.
|
* added by Transformers in this method.
|
||||||
*
|
*
|
||||||
* @param r The transformed row
|
* @param r The transformed row
|
||||||
|
* @since solr 1.4
|
||||||
*/
|
*/
|
||||||
public void postTransform(Map<String, Object> r) {
|
public void postTransform(Map<String, Object> r) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Invoked when the Entity processor is detroyed. towards the end of import.
|
* Invoked when the Entity processor is detroyed. towards the end of import.
|
||||||
|
*
|
||||||
|
* @since solr 1.4
|
||||||
*/
|
*/
|
||||||
public void close() {
|
public void close() {
|
||||||
//no-op
|
//no-op
|
||||||
|
|
Loading…
Reference in New Issue