Fix copy-pasted javadoc error
This commit is contained in:
parent
252ba57703
commit
32fcd91e2b
|
@ -24,7 +24,7 @@ import org.elasticsearch.common.lucene.document.ResetFieldSelector;
|
||||||
import org.elasticsearch.index.mapper.internal.SourceFieldMapper;
|
import org.elasticsearch.index.mapper.internal.SourceFieldMapper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An optimized field selector that loads just the uid and the source.
|
* A field selector that loads all fields except the source field.
|
||||||
*
|
*
|
||||||
* @author kimchy (shay.banon)
|
* @author kimchy (shay.banon)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue