Found 408 results for "gitana 4.0 engine discovery query"

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

Gitana 4.0 / Developers

Explore comprehensive guides for integrating Gitana using drivers, frameworks, custom UI, and server extensions in multiple programming languages.

Score: 1.7974739

Gitana 3.2 / Guide / Guide / User Interface / Search

Effortlessly search and index content in Cloud CMS with customizable project settings and powerful Elasticsearch Query DSL.

Score: 1.7867376

Gitana 4.0 / Developers / Frameworks / AngularJS

Connect Gitana content to your Angular app easily. Follow step-by-step instructions to set up API Keys and kickstart your project with sample code.

Score: 1.7855933

Gitana 4.0 / User Interface / User Interface / Search

Optimize content search on Cloud CMS with features like filtering, saving, exporting, and advanced Elasticsearch Query DSL syntax support.

Score: 1.7692907

Gitana 3.2 / Guide / Guide / Features / Auto Analyze Text

Auto Analyze Text feature automatically analyzes binary attachments for full-text search insights, enhancing node functionality.

Score: 1.7573984

Gitana 3.2 / Guide / Guide / Features / Auto OCR Extract

Automatically convert attachments to searchable text with auto OCR extraction, enhancing full-text indexing and streamline content retrieval.

Score: 1.7573984

Is there a programmatic way to add more content to workflows?

There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor

Score: 1.7505114

Gitana 3.2 / Guide / Guide / Authentication / Drivers

Connect securely to Cloud CMS using the OAuth2 password flow and manage access tokens effortlessly with our Gitana driver.

Score: 1.7370106

Gitana 4.0 / Developers / Authentication / Drivers

Securely connect to Cloud CMS using OAuth2, manage access and refresh tokens, and explore best practices to ensure safe application integration.

Score: 1.7370106

Query Performance

Application queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi

Score: 1.7355675

Gitana 3.2 / Guide / Guide / Application Server / Tags / @associations

Find and customize node associations efficiently with parameters like sort, direction, and limits for comprehensive data analysis.

Score: 1.7329024

Gitana 4.0 / Developers / Application Server / Tags / @associations

Find and customize node associations efficiently with parameters like sort, direction, and limits for comprehensive data analysis.

Score: 1.7329024

Gitana 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor / Advanced Usages / Extend Media Types

Learn how to add custom media types to CloudCMS, including Youtube and Vimeo, with code examples and detailed steps.

Score: 1.7212987

Gitana 4.0 / User Interface / Embedded Media / Advanced Usages / Extend Media Types

Learn how to extend media types in CloudCMS with custom templates by following our guide, including code samples and JSON configuration tips.

Score: 1.7212987

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 1.7204612

Introducing the Cloud CMS Open Source App Server

Cloud CMS lets you create content once and reuse it everywhere - across all of your devices, web sites, mobile applications, tradeshow kiosks, digital signage surfaces and more. Our editorial environment is fully featured, extensible easy to use, letting you manage content and deliver it via our enterprise-class Content API. With Cloud CMS, customers are free to build apps on top of best-of-breed open-source frameworks while leveraging open-standards. They are empowered to continue to use the de

Score: 1.7068579

Gitana 3.2 / Guide / Guide / API / Data Types / Node

Explore comprehensive insights into creating, updating, deleting, and querying nodes in Cloud CMS using Elasticsearch for dynamic JSON content management.

Score: 1.7014276

Gitana 3.2 / Guide / Guide / Docker / Kits / OEM

Optimize Cloud CMS integrations with the OEM kit, featuring UI and API extensions for developers and partners. Build and test seamlessly.

Score: 1.673306

Gitana 4.0 / Self Managed / Kits / OEM

OEM kit streamlines building and testing UI and API extensions in customized Cloud CMS solutions, using Docker and tools like MongoDB and Elasticsearch.

Score: 1.673306

Gitana 3.2 / Guide / Guide / Command Line

The Cloud CMS command-line client enables developers to manage projects and resources seamlessly. Easy setup and free access included.

Score: 1.6673818

Managing a large number of PDFs or images

In Cloud CMS everything is a node. A node has JSON properties and could also have binary attachments. What you would call a "file" is a node with properties describing it's folder location and a "default" attachment holding the payload (PDF file, image, MSWord doc, etc). Typically, for large number of PDFs, images, etc, we suggest individual nodes with a single attachment each (which is the PDF, image, etc). We have many customers who use Cloud CMS in this way and it essentially works like a doc

Score: 1.6657041

Easy Forms with Cloud CMS

One of the many uses of Cloud CMS is as a storage and reporting mechanism for forms. If you’re looking to put a form up onto your web or mobile site, Cloud CMS serves as an excellent option for capturing and storing this information. Fundamentally, Cloud CMS provides the Alpaca forms engine. Alpaca is an open-source JavaScript library for jQuery. It makes it easy to design and insert forms into your sites. Cloud CMS built Alpaca and been working with the broader community to improve it and make

Score: 1.6657041

Gitana 3.2 / Guide / Guide / Auditing

Optimize your content strategy with Cloud CMS's audit system, tracking user interactions and content access in on-premise Docker environments.

Score: 1.6612602

Gitana 4.0 / Content Engine / Platform / Auditing

Enable comprehensive auditing in Cloud CMS for Docker environments with a robust built-in system detailing user and content interactions.

Score: 1.6612602

Gitana 3.2 / Guide / Guide / Application Server / Tags / @queryOne

Optimize your node queries with @queryOne. Retrieve and display single content items efficiently with advanced sorting, filtering, and caching options.

Score: 1.6587389