Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e08ff9f5
Commit
e08ff9f5
authored
Mar 18, 2021
by
Changzheng Liu
Committed by
Achilleas Pipinellis
Mar 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add explanation on indexing and searching private projects
parent
9fcabadd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
doc/integration/elasticsearch.md
doc/integration/elasticsearch.md
+7
-0
No files found.
doc/integration/elasticsearch.md
View file @
e08ff9f5
...
...
@@ -944,3 +944,10 @@ sudo gitlab-rake gitlab:elastic:index
cd
/home/git/gitlab
sudo
-u
git
-H
bundle
exec
rake gitlab:elastic:index
```
### How does Advanced Search handle private projects?
Advanced Search will store all the projects in the same Elasticsearch indexes,
however searches will only surface results that can be viewed by the user.
Advanced Search will honor all permission checks in the application by
filtering out projects that a user does not have access to at search time.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment