summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-10-24 13:34:00 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-10-24 18:57:11 +0900
commite21f4e12d34cf5463b7af897b5756b0a5627ef27 (patch)
treef7bc1ba6ecaa0e75c0bb85ceb97cda7008cb48b1
parent626f8b56a8f7e6092044888fbd75684cabc1b568 (diff)
Add more detail about secondary indexing in the 2.8 release notes
-rw-r--r--ReleaseNotes/ReleaseNotes-2.8.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.8.txt b/ReleaseNotes/ReleaseNotes-2.8.txt
index 575bdce5d2..94299e1720 100644
--- a/ReleaseNotes/ReleaseNotes-2.8.txt
+++ b/ReleaseNotes/ReleaseNotes-2.8.txt
@@ -65,6 +65,29 @@ Buck].
* Documentation is now built with Buck and link:http://asciidoctor.org[Asciidoctor].
+Indexing and Search
+~~~~~~~~~~~~~~~~~~~
+
+Gerrit can be configured to use a
+link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8/config-gerrit.html#index[
+secondary index] with Lucene or Solr.
+
+Existing search operations use the secondary index, when enabled, to increase
+performance and reduce resource usage.
+
+The following additional search operations are possible when secondary indexing
+is enabled:
+
+* New
+link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8/user-search.html#comment[
+`comment` search operator].
+
+* The link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8/user-search.html#file[
+`file` operator] can be used to find changes on the specified file.
+
+* Regular expressions are allowed in `file` searches.
+
+
Configuration
~~~~~~~~~~~~~