You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2017/12/15 16:42:45 UTC

[2/2] lucene-solr:branch_7x: LUCENE-2899: Fix hyperlink text

LUCENE-2899: Fix hyperlink text


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/46fa2e45
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/46fa2e45
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/46fa2e45

Branch: refs/heads/branch_7x
Commit: 46fa2e45f72a83bde83e2773a6e24673c73c7505
Parents: 4641992
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Dec 15 11:42:08 2017 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Dec 15 11:42:27 2017 -0500

----------------------------------------------------------------------
 .../OpenNLPExtractNamedEntitiesUpdateProcessorFactory.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/46fa2e45/solr/contrib/analysis-extras/src/java/org/apache/solr/update/processor/OpenNLPExtractNamedEntitiesUpdateProcessorFactory.java
----------------------------------------------------------------------
diff --git a/solr/contrib/analysis-extras/src/java/org/apache/solr/update/processor/OpenNLPExtractNamedEntitiesUpdateProcessorFactory.java b/solr/contrib/analysis-extras/src/java/org/apache/solr/update/processor/OpenNLPExtractNamedEntitiesUpdateProcessorFactory.java
index 45bb839..a3df416 100644
--- a/solr/contrib/analysis-extras/src/java/org/apache/solr/update/processor/OpenNLPExtractNamedEntitiesUpdateProcessorFactory.java
+++ b/solr/contrib/analysis-extras/src/java/org/apache/solr/update/processor/OpenNLPExtractNamedEntitiesUpdateProcessorFactory.java
@@ -74,7 +74,7 @@ import org.slf4j.LoggerFactory;
  *   &lt;/fieldType&gt;
  * </pre>
  * 
- * <p>See the <a href="http://opennlp.apache.org/models.html">OpenNLP website"></a>
+ * <p>See the <a href="http://opennlp.apache.org/models.html">OpenNLP website</a>
  * for information on downloading pre-trained models.</p>
  *
  * <p>