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 ¶
View Source
var Drivers = service.StorageDrivers{}
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 |
Click to show internal directories.
Click to hide internal directories.