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:
Shalin Shekhar Mangar 2009-09-03 18:32:49 +00:00
parent f34f5ef987
commit 88f4d230e5
1 changed files with 3 additions and 0 deletions

View File

@ -101,12 +101,15 @@ public abstract class EntityProcessor {
* added by Transformers in this method.
*
* @param r The transformed row
* @since solr 1.4
*/
public void postTransform(Map<String, Object> r) {
}
/**
* Invoked when the Entity processor is detroyed. towards the end of import.
*
* @since solr 1.4
*/
public void close() {
//no-op