You are here

Search

Solr provides indexing of metadata and the plain text of content. This can be queried using various query languages, including Lucene and CMIS Query Language.
Information Search
Java API To search for nodes use the SearchService, see also the JavaDocs.
JavaScript API Use the search root object, for more info see the JavaScript API Documentation
SkyVault REST API Not available
CMIS REST API The CMIS REST API has extensive support for searching with the CMIS Query Language (QL). See the CMIS Getting Started section on how to get going with the CMIS REST API. This section covers the ATOM binding where you work with XML. If you prefer to work with JSON, then have a look at the Browser binding available in CMIS 1.1.

Then look at the CMIS QL Introduction.

If you are developing a remote client in Java and want to use CMIS for searching, then have a look at the OpenCMIS Java Library.

Mobile SDK (iOS) The SearchService is exposed. The Model also exposes the SearchLanguage data structure.
Mobile SDK (Android) The SearchService is exposed. The Model also exposes the SearchLanguage data structure.
More Information