Found 173 results for "branches indexes"

The search executed in 0.001089877 seconds. That's fast.

Gitana 3.2 / Guide / Guide / Command Line

Effortlessly manage Cloud CMS projects and data with the easy-to-use command-line client, essential for developers.

Score: 2.377533

How do I search for nested content?

Cloud CMS maintains two indexes that are of interest for finding things. The primary index is the MongoDB index - against which you can run any query you can dream up using the MongoDB DSL. The secondary index is the Elastic Search index - against which you can run any search you can dream up using the Elastic Search DSL. For information all kinds of really powerful stuff you can do with this, see: https://www.cloudcms.com/documentation/content-services/query.html https://www.cloudcms.com/docume

Score: 2.2218418

Gitana 4.0 / Reference / Types / Node

Nodes are essential for organizing content in a repository, forming a graph structure to build associations and hierarchies.

Score: 2.0784419

Gitana 3.2 / Guide / Guide / Cookbooks / REST API Cookbook

Optimize your REST API integration skills with our comprehensive Cloud CMS guide, including authentication, node creation, and sample queries.

Score: 2.0360835

Gitana 4.0 / Developers / Cookbooks / REST API Cookbook

Optimize your REST API usage with Gitana's comprehensive guide, covering OAuth2 for authentication, sample queries, node creation, and associations.

Score: 2.0360835

Gitana 3.2 / Guide / Guide / API / Data Types / Branch

Explore how branches provide isolated workspaces for projects, allowing changes through changesets with permissions and configuration options.

Score: 2.0220888

How to get a content definition JSON from the Cloud CMS API?

There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep

Score: 1.93141

How to Retrieve content by their document library path

You can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo

Score: 1.9262705

Automatic Extraction from Attachments

When you upload files into Cloud CMS all kinds of interesting things happen. For example, Cloud CMS automatically indexes your files for full-text search. All of the textual content is discovered and made available so your editorial teams can instantly search and find things after uploading. Did you know that Cloud CMS can also automatically extract metadata about uploaded files and make that information available? This is done via the Cloud CMS f:extractable feature. When you upload files, Clou

Score: 1.9203897

What is the reason for "Failed to index node"?

If you scan your log entries and see "Failed to index node", this indicates that Elastic Search failed to update its index for a node. Cloud CMS tells Elastic Search to updates its index whenever a node is created or updated. When a node is deleted, Cloud CMS tells Elastic Search to remove the node from its index. This error message means that Elastic Search failed to update the index and therefore the index wasn't updated. If you open up the error, you may see further information that indicates

Score: 1.8696558

Gitana 4.0 / Content Engine / Publishing

Optimize your content publishing with Cloud CMS, featuring configurable workflows, lifecycle states, and diverse deployment endpoints for seamless management.

Score: 1.8551971

Announcing Gitana 4.0

Announcing Gitana 4.0 Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate content. P

Score: 1.8519204

Gitana 4.0 / Content Engine / Publishing / Lifecycle States

Explore Cloud CMS content lifecycle states, from draft to approved, with flexible branching, preview options, and seamless publishing workflows.

Score: 1.8122897

Can your CMS do this?

This is not going to be a list of features in Cloud CMS, that to be honest, you righfully expect in a CMS: API, versioning, workflow, Content model, Content entry forms,.. For a bit of fun, I started thinking “what really makes Cloud CMS better than your CMS” embracing my school boy mentality. 1. SaaS and/or On-Premise Cloud CMS is avaible as a SaaS product and OnPremise. Docker containers have allowed us to distribute the Cloud CMS product easily for On-Premise/Private Cloud installation. Whils

Score: 1.8042953

Gitana 4.0 / Developers / Drivers / Go

Connect Go apps to Gitana seamlessly. Use our Go driver to manage nodes, branches, and more. Explore examples and get started quickly.

Score: 1.7847707

Content Previews and Thumbnails with Cloud CMS

Cloud CMS lets you generate preview images (often called thumbnails) for any content item stored in your repository. This generation can be performed ahead of time via content modeling or it can be done in real-time using a simple URL call. Content Nodes In Cloud CMS, everyone content item you create is referred to as a node. A node is a JSON document that can have any structure you’d like. That is to say, you can drop any valid JSON document you’d like into Cloud CMS and the product will automa

Score: 1.7731133

Gitana 3.2 / Guide / Guide / Tree

Explore the Tree API for efficient retrieval of folder and file structures in a single call. Ideal for deep path queries and dynamic content loading.

Score: 1.7364722

Gitana 4.0 / Content Engine / Tree

Explore the Tree API for efficient retrieval of folder and file structures in a single call. Ideal for deep path queries and dynamic content loading.

Score: 1.7364722

Cloud Content Management - Gitana

Cloud Content Management - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curat

Score: 1.7193794

Content Services Platform - Gitana

Content Services Platform - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and cura

Score: 1.7166805

Gitana 3.2 / Guide / Guide / Docker / Maintenance / Repository Compression

Optimize your Cloud CMS storage with repository compression, reducing database size and purging unnecessary historical data without losing essential content.

Score: 1.7048948

Gitana 4.0 / Self Managed / Maintenance / Repository Compression

Optimize your Cloud CMS storage with repository compression. Reduce database size while preserving essential data structure and content history.

Score: 1.7048948

Tree Hierarchies

In Cloud CMS, there are no hard and fast rules regarding association types between nodes. And so, when dealing with things like tree structures, you usually have to first make some assumptions about the kinds of relationships between nodes that you want to traverse. For arbitrary relationships and traversals around nodes, Cloud CMS provides traversal methods which are a bit more intensive to use. However, if you're using typical a:child relationships between nodes (which is what Cloud CMS uses f

Score: 1.6825733

Gitana 4.0 / Developers / Drivers / PHP

Connect PHP apps to Gitana with our open-source driver. Access API with ease, manage OAuth, and perform content operations effectively.

Score: 1.6374445

Gitana 4.0 / Developers / Drivers / Python

Easily integrate Python applications with Gitana using the open-source driver; supports Flask & Django for seamless development.

Score: 1.6374445