mirror of https://github.com/apache/lucene.git
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:
parent
442963d020
commit
cf3644e72b
|
@ -36,7 +36,7 @@ import java.util.Properties;
|
|||
* <p>
|
||||
* <datasource name="f1" type="FieldReaderDataSource" />
|
||||
* <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>
|
||||
|
|
|
@ -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>
|
||||
* <dataSource name="f1" type="FieldStreamDataSource" />
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue