Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-proto
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-proto
Merge requests
!48
Обновлена спецификация сервиса логирования: добавлено поле search_score для работы полнотекстового поиска
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Обновлена спецификация сервиса логирования: добавлено поле search_score для работы полнотекстового поиска
feature/PRXS-2665-LogsAddSearchScore
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Alex Petraky
requested to merge
feature/PRXS-2665-LogsAddSearchScore
into
master
11 months ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Ссылка на задачу:
https://tracker.yandex.ru/PRXS-2665
Решение: добавлено поле SearchScore
Изменения в perxis-go:
https://git.perx.ru/perxis/perxis-go/-/merge_requests/270+
Edited
11 months ago
by
Alex Petraky
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d4cdfce2
1 commit,
11 months ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
proto/logs/log.proto
+
3
−
0
Options
@@ -99,4 +99,7 @@ message LogEntry {
// tags содержит теги связанные с событием, на усмотрение сервиса
repeated
string
tags
=
11
;
// релевантность элемента при полнотекстовом поиске
double
search_score
=
12
;
}
\ No newline at end of file
Loading