mirror of https://github.com/apache/lucene.git
Minor javadoc touchups
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824359 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9b9ace4d52
commit
fa623ae3c2
|
@ -73,7 +73,7 @@ public abstract class EntityProcessor {
|
|||
/**
|
||||
* This is used during delta-import. It gives the primary keys of the rows
|
||||
* that are deleted from this entity. If this entity is the root entity, solr
|
||||
* document is deleted. If this is a sub-entity, the solr document is
|
||||
* document is deleted. If this is a sub-entity, the Solr document is
|
||||
* considered as 'changed' and will be recreated
|
||||
*
|
||||
* @return the pk vs value of all changed rows
|
||||
|
@ -107,7 +107,7 @@ public abstract class EntityProcessor {
|
|||
}
|
||||
|
||||
/**
|
||||
* Invoked when the Entity processor is detroyed. towards the end of import.
|
||||
* Invoked when the Entity processor is destroyed towards the end of import.
|
||||
*
|
||||
* @since solr 1.4
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue