mirror of https://github.com/apache/lucene.git
fix javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724896 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eb695fa5a3
commit
0ecca35781
|
@ -184,7 +184,7 @@ public class DocumentBuilder {
|
|||
/**
|
||||
* Convert a SolrInputDocument to a lucene Document.
|
||||
*
|
||||
* This function shoould go elsewhere. This builds the Document without an
|
||||
* This function should go elsewhere. This builds the Document without an
|
||||
* extra Map<> checking for multiple values. For more discussion, see:
|
||||
* http://www.nabble.com/Re%3A-svn-commit%3A-r547493---in--lucene-solr-trunk%3A-.--src-java-org-apache-solr-common--src-java-org-apache-solr-schema--src-java-org-apache-solr-update--src-test-org-apache-solr-common--tf3931539.html
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue