summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <edwin.kempin@gmail.com>2013-10-29 08:19:29 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-10-29 08:19:29 +0000
commit9555a4aae4768d0c451906a0fb5a6d2441bd3c36 (patch)
treee6ca7c9c786b88e86d24a4c0a766d631ca914a89
parenta6440cab55976106746555d78bf0e29579ffef68 (diff)
parente21f4e12d34cf5463b7af897b5756b0a5627ef27 (diff)
Merge "Add more detail about secondary indexing in the 2.8 release notes" into stable-2.8
-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
~~~~~~~~~~~~~