comment typo fixes

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1700688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2015-09-02 00:05:55 +00:00
parent 442963d020
commit cf3644e72b
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ import java.util.Properties;
* <p>
* &lt;datasource name="f1" type="FieldReaderDataSource" /&gt;
* <p>
* The enity which uses this datasource must keep the url value as the variable name url="field-name"
* The entity which uses this datasource must keep the url value as the variable name url="field-name"
* <p>
* The fieldname must be resolvable from {@link VariableResolver}
* <p>

View File

@ -32,7 +32,7 @@ import static org.apache.solr.handler.dataimport.DataImportHandlerException.SEVE
/**
* This can be useful for users who have a DB field containing BLOBs which may be Rich documents
* <p>
* The datasouce may be configured as follows
* The datasource may be configured as follows
* <p>
* &lt;dataSource name="f1" type="FieldStreamDataSource" /&gt;
* <p>