Search for Different Object Types - Objects like text occurrences, file names, document types, basic metadata fields and document created/modified dates.
Search Queries - Supports multiple queries that can be processed at the same time. It evaluates queries combined by boolean operators or simple string matching, regular expression and faceted queries
Advanced Search
Fuzzy Search - Search for similar words in case of spelling mistakes.
Synonym Search - Search for similar words closely associated with each other.
API Indexing Features - An index is created and then searches are performed on that index.
Create Index - An index of files is created to collect, parse or store data which helps make searching fast and accurate.
Update the Index - If a document is edited, added or deleted you need to update the index. Index updating is supported by the API.
Searching in Several Indices - API allows to have more than one index, and perform search simultaneously.