mirror of https://github.com/apache/lucene.git
- 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:
parent
f9b2e971f2
commit
9d35e30330
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue