cvadmin
apps
generate
- Create an archive file for the application you want to deploy.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description apps-file
String
File path for the application archive file include
String
Additional files or folders to include in your archive. Separate using semicolons. exclude
String
Files or folders to exclude from your archive. Separate using semicolons. debug
boolean
false
Set to true to see more log information during the packaging process. toDirectory
boolean
false
Export the application to a directory instead of an archive file.
install
- Deploy an application on your instance. The instance must be running.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description apps-file
(required)String
Path to the application you want to install port
Port
Override port number variable. instance
String
Override instance name variable installdir
File
Override INSTALLDIR variable datadir
File
Override DATADIR variable hostname
String
Override hostname variable noversioncheck
boolean
false
Disable version check propertyFile
File
File that contains variables mapping appIsDirectory
boolean
false
If the app is provided as a directory instead of a zip file
installV6
- Deploy an application on your instance in the DS V6 Installer context. The instance must be running.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description cvapps-dir
(required)File
Path to the application you want to install app-dir
(required)File
The app installation directory path (directory where the installerV6 installs the application) noversioncheck
boolean
false
Disable version check propertyFile
File
File that contains variables mapping
box
force-crawl-url
- Synchronously crawl a URL through a crawler.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description crawler
(required)String
Name of the crawler to submit the url to. url
(required)String
A url to submit. site
String
Consider this url belonging to this site. siteRoot
boolean
false
Consider this url as a site. sitePostRedir
String
Consider this url belonging to this site. priority
int
3
Which priority to give to this url. Fastest is 0, slowest is most likely 5 (check crawler configuration). group
String
In which group to crawl this url.
submit-urls
- Submit urls to a crawler.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description crawler
(required)String
Name of the crawler to submit the url to. url
(required)String[]
(multivalued)A url to submit. site
String
Consider this url belonging to this site. siteRoot
boolean
false
Consider this url as a site. sitePostRedir
String
Consider this url belonging to this site. priority
int
3
Which priority to give to this url. Fastest is 0, slowest is most likely 5 (check crawler configuration). group
String
In which group to crawl this url. force
boolean
false
Crawl even if the url has already been crawled.
connect
upgrade-config
- Upgrade a connector configuration.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description name
(required)String
Name of a Java managed connector
indexing
attach-replica
- Attach a replica to its builder.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description buildGroup
(required)BuildGroup
Build group on which to act slice
(required)Slice
Slice on which to act instance
(required)SliceInstance
Instance on which to act
clear-replica
- Clear a replica
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description buildGroup
(required)BuildGroup
Build group on which to act slice
(required)Slice
Slice on which to act instance
(required)SliceInstance
Instance on which to act
detach-replica
- Detach a replica from its builder.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description buildGroup
(required)BuildGroup
Build group on which to act slice
(required)Slice
Slice on which to act instance
(required)SliceInstance
Instance on which to act
disable-analysis
- Disable the analysis
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description buildGroup
BuildGroup
bg0
Build group on which to act
disable-import
- Disable the import
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description buildGroup
BuildGroup
bg0
Build group on which to act
disable-pushapi
- Disable the PushAPI
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description buildGroup
BuildGroup
bg0
Build group on which to act
enable-analysis
- Enable the analysis
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description buildGroup
BuildGroup
bg0
Build group on which to act
enable-import
- Enable the import
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description buildGroup
BuildGroup
bg0
Build group on which to act
enable-pushapi
- Enable the PushAPI
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description buildGroup
BuildGroup
bg0
Build group on which to act
indexing-status
- Retrieve the indexing status.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description buildGroup
BuildGroup
bg0
Build group on which to act
licensing
dump-users
- Deprecated: use list-users instead.
- This command is safe to use while CloudView is running.
- No parameter.
list-users
- Produce the list of active mashup users (session lasts for 30 days). These are the users that count against the users limit.
- This command is safe to use while CloudView is running.
- No parameter.
linguistic
compile-fastrules
- Compile a FastRules XML resource file
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description tokenizationConfig
TokenizationConfig
tok0
Tokenization config to use input
(required)File
Fast rules definition file output
(required)File
Output directory
compile-features
- Compile a FeaturesExtractor XML resource file
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description tokenizationConfig
TokenizationConfig
tok0
Tokenization config to use input
(required)File
Features definition file output
(required)File
Output directory
compile-ontology
- Compile an Ontology XML resource file
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description tokenizationConfig
TokenizationConfig
tok0
Tokenization config to use input
(required)File
Ontology definition file output
(required)File
Output directory
compile-semantic-extractor
- Compile a SemanticExtractor XML resource file
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description tokenizationConfig
TokenizationConfig
tok0
Tokenization config to use input
(required)File
XML definition file output
(required)File
Output directory
compile-synonyms
- Compile a Synonyms XML file
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description tokenizationConfig
TokenizationConfig
tok0
Tokenization config to use input
(required)File
Synonyms definition file output
(required)File
Output directory
convert-ontology-from-skos-to-xml
- Convert a SKOS file to an ontology resource.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description input
(required)File
Input file useAltLabels
boolean
true
Use skos:altLabels properties useHiddenLabels
boolean
true
Use skos:hiddenLabels properties hierarchicalEntries
boolean
true
Generate hierarchical display forms annotation
(required)String
Root annotation to generate useBroaders
boolean
true
Use skos:broader properties output
(required)File
Output file
convert-ontology-from-xls-to-xml
- Convert an ontology in Excel format to XML.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description input
(required)File
Input file output
(required)File
Output file
convert-ontology-from-xml-to-xls
- Convert an ontology XML file to Excel format.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description input
(required)File
Input file output
(required)File
Output file
convert-sentiment-from-xls-to-xml
- Convert a sentiment Excel format to XML file.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description input
(required)File
Input file output
(required)File
Output file
convert-sentiment-from-xml-to-xls
- Convert a sentiment XML file to Excel format.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description input
(required)File
Input file output
(required)File
Output file
convert-suggest-from-skos-to-xml
- Convert a SKOS file to a suggest resource.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description input
(required)File
Input file useAltLabels
boolean
true
Use skos:altLabels properties useHiddenLabels
boolean
true
Use skos:hiddenLabels properties output
(required)File
Output file
convert-synonyms-from-skos-to-xml
- Convert a SKOS file to synonyms resources.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description input
(required)File
Input file useAltLabels
boolean
true
Use skos:altLabels properties useHiddenLabels
boolean
true
Use skos:hiddenLabels properties useNarrowers
boolean
true
Use skos:narrower properties output_lexical
(required)File
Lexical synonym file (alternative labels) output_semantic
(required)File
Semantic synonym file (narrower/broader) output_related
(required)File
Related synonym file (related)
logging
set-logging-level
- Set the logging level
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description level
(required)class com.exalead.mercury.tools.LoggingConsole$LoggingLevel
Logging level to set logger
String
Logger to set process
(required)Process
Process name install
(required)Install
Install name host
(required)Host
Host name
plug-ins
install
- Install a plug-in
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description name
String
Force the plug-in name (override what is defined in the plug-in) file
(required)File
Plug-in Zip file
list
- List the plug-ins
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description details
boolean
false
Print plug-in details
remove
- Remove a plug-in
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description name
(required)String
Plug-in name
update
- Update a plug-in
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description name
String
Force the plug-in name (override what is defined in the plug-in) file
(required)File
Plug-in Zip file
resources
compile
- Call the compile MAMI command
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description resource
(required)Resource
The resource name
declare-ontology-resource
- Declare a resource for an ontology.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description tokenizationConfig
TokenizationConfig
tok0
Tokenization config to use name
(required)String
Resource name group
String
search-expansion
Resource group to use
declare-synonyms-resource
- Declare a synonyms dynamic resource.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description tokenizationConfig
TokenizationConfig
tok0
Tokenization config to use name
(required)String
Resource name group
String
search-expansion
Resource group to use
delete-version
- Delete a version of a resource
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description resource
(required)Resource
The resource name version
(required)int
0
The version
delete-versions-before
- Delete versions of a resource before version
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description resource
(required)Resource
The resource name before
(required)int
0
The version
download
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description resource
(required)Resource
The resource name dest
(required)File
The local dest format
String
The format if not auto-detected with the file name
get-sample
- Print a sample resource
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description resource
(required)Resource
The resource name
internal-add-group
- Add an internal group
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description group
(required)ResourceGroup
The group name roles
(required)String
The roles on which the group is published
internal-add-resource-in-group
- Add an internal resource into an internal group
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description group
(required)ResourceGroup
The group name resource
(required)Resource
The resource name type
(required)String
The resource type
internal-add-semantic-resource-in-group
- Add an internal resource into an internal group
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description group
(required)ResourceGroup
The group name resource
(required)Resource
The resource name type
(required)String
The resource type tokenizationConfig
(required)TokenizationConfig
The tokenization config
internal-del-group
- Delete an internal group
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description group
(required)ResourceGroup
The group name
internal-del-resource-from-group
- Remove an internal resource from an internal group
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description group
(required)ResourceGroup
The group name resource
(required)Resource
The resource name
list-groups
- List the configured groups
- This command is safe to use while CloudView is running.
- No parameter.
list-resources
- List the configured resources
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description group
(required)ResourceGroup
The group name
list-versions
- List the available version of a resource
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description resource
(required)Resource
The resource name
prepare-new-version
- Prepare a new version of a raw resource.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description resource
(required)Resource
The resource name comment
String
An optional comment
publish
- Call the publish MAMI command.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description group
(required)ResourceGroup
The group name
rollback-to-version
- Rollback to a version of a resource
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description resource
(required)Resource
The resource name version
(required)int
0
The version comment
String
An optional comment
upload
- Copy the local source file to the ResourceManager
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description resource
(required)Resource
The resource name path
(required)File
The local path format
String
The format if not auto-detected with the file name publish
boolean
false
True if we want to publish once the file is uploaded maxGenKept
int
0
Maximum number of generations kept comment
String
An optional comment
search
expand-query-to-index-query
- Expands a query
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description query
(required)String
Query to expand
export-all-query-count
- Export a report result.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description applicationId
String
default
Application Id range
class com.exalead.search.tools.ReportingConsole$Range
month
Report range output
File
Output file
export-long-query-count
- Export a report result.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description applicationId
String
default
Application Id range
class com.exalead.search.tools.ReportingConsole$Range
month
Report range output
File
Output file
export-no-result-query-count
- Export a report result.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description applicationId
String
default
Application Id range
class com.exalead.search.tools.ReportingConsole$Range
month
Report range output
File
Output file
export-opened-doc-count
- Export a report result.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description applicationId
String
default
Application Id range
class com.exalead.search.tools.ReportingConsole$Range
month
Report range output
File
Output file
export-search-results
- Exports search result
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description cache
String
no
Enables query caching. Only valid for streaming=false debug
String
Logs information according to arguments given ellql_query
String
ELLQL query to execute full_hits
int
Number of full hits output
(required)File
Output file path query
String
Query to execute target
String
st0
Search target to use lang
ISOCode
The global query ISO lang limits
String
Defines search limits, defined as a KV map logic
SearchLogic
Search logic to use nhits
String
Specifies the number of partial hits to retrieve. Only valid for streaming=false of
String
compactxml
Output format pal
boolean
Specifies whether pattern expansions are performed in all languages sort
String
Specifies sort rules, ex: asc(document_file_size). Only valid for streaming=false start
int
First full hit index streaming
boolean
true
Enables streaming timeout
String
timeout=INT: Specifies the global timeout. Query timeout is 75% of the global value. timeout=INT,INT: Specifies the query and global timeouts
export-top-long-query
- Export a report result.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description applicationId
String
default
Application Id range
class com.exalead.search.tools.ReportingConsole$Range
month
Report range output
File
Output file
export-top-no-result-query
- Export a report result.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description applicationId
String
default
Application Id range
class com.exalead.search.tools.ReportingConsole$Range
month
Report range output
File
Output file
export-top-opened-doc
- Export a report result.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description applicationId
String
default
Application Id range
class com.exalead.search.tools.ReportingConsole$Range
month
Report range output
File
Output file
export-top-query
- Export a report result.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description applicationId
String
default
Application Id range
class com.exalead.search.tools.ReportingConsole$Range
month
Report range output
File
Output file
export-unique-user-count
- Export a report result.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description applicationId
String
default
Application Id range
class com.exalead.search.tools.ReportingConsole$Range
month
Report range output
File
Output file
export-very-long-query-count
- Export a report result.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description applicationId
String
default
Application Id range
class com.exalead.search.tools.ReportingConsole$Range
month
Report range output
File
Output file
generate-static-application-report
- Generate application related reports.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description applicationId
String
default
ApplicationId
generate-static-report
- Generate global static report.
- This command is safe to use while CloudView is running.
- No parameter.
get-static-report
- Get a static report as XML.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description applicationId
String
default
Application Id output
File
Output file
get-static-report-status
- Get static reports status.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description output
File
Output file
suggest
compile-suggest-from-file
- Compile a suggest file into a suggest resource
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description file
(required)File
The suggest XML file output
(required)File
The directory where the suggest resource is stored tokenizationConfig
(required)TokenizationConfig
The tokenization config
create-suggest-file-from-index
- Create a suggest file based on an index field content and a query
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description output
(required)File
The destination file searchTarget
String
The search target searchLogic
SearchLogic
The search logic searchCommand
String
The search command pointing to search logic and search target field
(required)Index6Field
The index field query
String
#all
The query subExpr
boolean
false
subString
boolean
false
maxEntryLength
int
50
maxSuggestions
int
10
sanitizeEntries
boolean
false
splitSentence
boolean
false
splitNGrams
int
0
tokenizationConfig
String
tok0
The tokenization config
dump-suggest-to-xml
- Run a suggest build and dump results to an XML file.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description name
(required)String
The Suggest name output
(required)File
Path to the output XML file dictionary
Dictionary
Dictionary name for related-terms based suggest
utils
decrypt-password
- Decrypt an encrypted password.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description password
(required)String
The encrypted password
encrypt-password
- Encrypt a password.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description password
(required)String
The password in base64
import-certificate
- Add an existing certificate to the truststore of every product instance. Certificate can either be in DER or PEM format.
- This command is safe to use while CloudView is running.
- Parameters:
Name Type Default value Description cert-file
(required)String
Public cert file in DER or PEM format. alias
String
jetty
The alias under which the certificate has to be stored. password
String
exalead
The keystore password.