You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2019/12/29 21:02:17 UTC

svn commit: r1872090 - in /lucene/cms/trunk/content: core/corenews.mdtext mainnews.mdtext

Author: jpountz
Date: Sun Dec 29 21:02:17 2019
New Revision: 1872090

URL: http://svn.apache.org/viewvc?rev=1872090&view=rev
Log:
typo

Modified:
    lucene/cms/trunk/content/core/corenews.mdtext
    lucene/cms/trunk/content/mainnews.mdtext

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1872090&r1=1872089&r2=1872090&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Sun Dec 29 21:02:17 2019
@@ -20,7 +20,7 @@ This release contains numerous bug fixes
   * LatLonShape builds a more efficient tree that is expected to translate into search speed improvements.
   * BaseDirectoryReader no longer sums up document counts across leaves eagerly, allowing for more efficient reader views that hide a subset of documents.
   * The index on top of BKD trees is now stored off-heap with MMapDirectory.
-  * Simple Intervals Queries supports highlighting.
+  * Simple Intervals queries support highlighting.
   * Reading DocValues can be interrupted when timeout is exceeded.
   
 Please read CHANGES.txt for a full list of new features and changes:

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1872090&r1=1872089&r2=1872090&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Sun Dec 29 21:02:17 2019
@@ -17,7 +17,7 @@ and Solr can be downloaded from <https:/
   * LatLonShape builds a more efficient tree that is expected to translate into search speed improvements.
   * BaseDirectoryReader no longer sums up document counts across leaves eagerly, allowing for more efficient reader views that hide a subset of documents.
   * The index on top of BKD trees is now stored off-heap with MMapDirectory.
-  * Simple Intervals Queries supports highlighting.
+  * Simple Intervals queries support highlighting.
   * Reading DocValues can be interrupted when timeout is exceeded.