- Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@602163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2007-12-07 17:29:47 +00:00
parent f9b2e971f2
commit 9d35e30330
1 changed files with 3 additions and 2 deletions

View File

@ -26,8 +26,9 @@ public interface FieldSelector extends Serializable {
/**
*
* @param fieldName
* @return true if the {@link Field} with <code>fieldName</code> should be loaded or not
* @param fieldName the field to accept or reject
* @return an instance of {@link FieldSelectorResult}
* if the {@link Field} named <code>fieldName</code> should be loaded.
*/
FieldSelectorResult accept(String fieldName);
}