UnifiedSearch: Introduce a ResourceIndex interface and bleve implementation (#96826)

Co-authored-by: Scott Lepper <scott.lepper@gmail.com>
This commit is contained in:
Ryan McKinley
2024-11-22 16:44:06 +03:00
committed by GitHub
co-authored by Scott Lepper
parent bbae396db4
commit c6848d4b68
20 changed files with 2533 additions and 425 deletions
+5 -1
View File
@@ -26,7 +26,11 @@ func (s *StandardDocumentBuilders) GetDocumentBuilders() ([]resource.DocumentBui
})
return []resource.DocumentBuilderInfo{
resource.StandardDocumentBuilder(),
// The default builder
resource.DocumentBuilderInfo{
Builder: resource.StandardDocumentBuilder(),
},
// Dashboard builder
dashboards,
}, err
}