Logo
Explore Help
Sign In
Backups/OpenList
1
0
Fork 0
You've already forked OpenList
mirror of https://github.com/OpenListTeam/OpenList.git synced 2025-09-19 20:26:26 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
8ab26cb82355a9da5cb4571eb09ca4a0a125ae1e
OpenList/internal/search/import.go

9 lines
293 B
Go
Raw Normal View History

feat: multiple search indexes (#2514) * refactor: abstract search interface * wip: ~ * fix cycle import * objs update hook * wip: ~ * Delete search/none * auto update index while cache changed * db searcher TODO: bleve init issue cannot open index, metadata missing * fix size type why float64?? * fix typo * fix nil pointer using * api adapt ui * bleve: fix clear & change struct
2022-11-28 13:45:25 +08:00
package search
import (
fix(gomod): go modules with tagged versions (#499) fix: go modules with tagged versions
2025-07-01 09:54:50 +08:00
_ "github.com/OpenListTeam/OpenList/v4/internal/search/bleve"
_ "github.com/OpenListTeam/OpenList/v4/internal/search/db"
_ "github.com/OpenListTeam/OpenList/v4/internal/search/db_non_full_text"
_ "github.com/OpenListTeam/OpenList/v4/internal/search/meilisearch"
feat: multiple search indexes (#2514) * refactor: abstract search interface * wip: ~ * fix cycle import * objs update hook * wip: ~ * Delete search/none * auto update index while cache changed * db searcher TODO: bleve init issue cannot open index, metadata missing * fix size type why float64?? * fix typo * fix nil pointer using * api adapt ui * bleve: fix clear & change struct
2022-11-28 13:45:25 +08:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 39ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API