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
55f03a2a
Commit
55f03a2a
authored
Apr 02, 2020
by
Dmitry Gruzd
Committed by
Dylan Griffith
Apr 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix advanced global search illegal_state_exception
parent
d344e6ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
ee/lib/elastic/latest/config.rb
ee/lib/elastic/latest/config.rb
+9
-9
No files found.
ee/lib/elastic/latest/config.rb
View file @
55f03a2a
...
...
@@ -117,7 +117,7 @@ module Elastic
indexes
:iid
,
type: :integer
indexes
:title
,
type: :text
,
index_options:
'
doc
s'
index_options:
'
position
s'
indexes
:description
,
type: :text
,
index_options:
'positions'
indexes
:state
,
type: :text
...
...
@@ -163,11 +163,11 @@ module Elastic
### PROJECTS
indexes
:name
,
type: :text
,
index_options:
'
doc
s'
index_options:
'
position
s'
indexes
:path
,
type: :text
,
index_options:
'
doc
s'
index_options:
'
position
s'
indexes
:name_with_namespace
,
type: :text
,
index_options:
'
doc
s'
,
index_options:
'
position
s'
,
analyzer: :my_ngram_analyzer
indexes
:path_with_namespace
,
type: :text
,
index_options:
'positions'
...
...
@@ -185,7 +185,7 @@ module Elastic
### SNIPPETS
indexes
:file_name
,
type: :text
,
index_options:
'
doc
s'
index_options:
'
position
s'
indexes
:content
,
type: :text
,
index_options:
'positions'
...
...
@@ -227,14 +227,14 @@ module Elastic
normalizer: :sha_normalizer
indexes
:author
do
indexes
:name
,
type: :text
,
index_options:
'
doc
s'
indexes
:email
,
type: :text
,
index_options:
'
doc
s'
indexes
:name
,
type: :text
,
index_options:
'
position
s'
indexes
:email
,
type: :text
,
index_options:
'
position
s'
indexes
:time
,
type: :date
,
format: :basic_date_time_no_millis
end
indexes
:committer
do
indexes
:name
,
type: :text
,
index_options:
'
doc
s'
indexes
:email
,
type: :text
,
index_options:
'
doc
s'
indexes
:name
,
type: :text
,
index_options:
'
position
s'
indexes
:email
,
type: :text
,
index_options:
'
position
s'
indexes
:time
,
type: :date
,
format: :basic_date_time_no_millis
end
...
...
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