package
4.4.10
Repository: https://github.com/pydio/cells.git
Documentation: pkg.go.dev

# Packages

Package bleve provides tools for using Bolt as a standard persistence layer for services.
Package boltdb provides tools for using Bolt as a standard persistence layer for services.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AbstractDAO returns a reference to a newly created struct that contains the necessary information to access a database.
InitDAO finalize DAO creation based on registered drivers.
InitIndexer looks up in the register to initialize a DAO and wrap it as an IndexDAO.
IsShared indicates if a DAO is shared across services or a locked to a local file.
No description provided by the author
RegisterDAODriver registers factories for DAOs and Connections that are storing data on-file (cannot be shared across multiple nodes).
RegisterIndexerDriver registers factories for Indexers.
RegisterSharedDAODriver registers factories for DAOs and Connections that can be shared across multiple nodes.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
DAO interface definition.
FacetParser adds additional capacities to IndexCodex for understanding search results Facets.
IndexCodex is the coder/decoder used by an Indexer.
IndexDAO is a rich DAO with ready-to-use inserts + search capacities.
IndexIDProvider can be implemented by marshaled data to be indexed for providing an index ID.
QueryOptionsProvider adds additional capacities to IndexCodex for building search Query.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author