search

package
v5.0.0-...-ad4f444 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2025 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package search abstract the indexation engine and provides a bleve-based implementation.

Package search implements a search engine for indexing nodes

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Engine

type Engine interface {
	indexer.Indexer
	IndexNode(context.Context, *tree.Node, bool) error
	DeleteNode(context.Context, *tree.Node) error
	SearchNodes(context.Context, *tree.Query, int32, int32, string, bool, chan *tree.Node, chan *tree.SearchFacet, chan bool) error
	ClearIndex(ctx context.Context) error
}

Directories

Path Synopsis
dao
commons
Package commons implements the search engine
Package commons implements the search engine
stub
Package stub is a helper for testing indexation
Package stub is a helper for testing indexation
service
Package service provides the Pydio grpc service for querying indexer.
Package service provides the Pydio grpc service for querying indexer.
Package lang provides i18n strings for mailer-related data.
Package lang provides i18n strings for mailer-related data.
Package rest provides a REST service for querying the search engine
Package rest provides a REST service for querying the search engine

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL