Folder | Description |
---|---|
<root> | Contains several files at the root including: • ngroot.env – the file defining product-specific environment variables • install[.bat|.sh ] – the installer script • productversion.txt – the product version • installed hotfixes |
<arch64> or <arch32> | Contains the Exalead CloudView product binaries and libraries; the directory name varies based on the installation platform. For example, a 64-bit server can include amd64-linux, amd64-win64. |
docs | Contains the Exalead CloudView documentation (pdf and html pages). The online version of the documentation is available in the subfolder html\index.html |
dotnetbin | Contains Exalead CloudView custom .NET code. |
javabin | Contains Exalead CloudView custom java code, that is, where it stores jars and wars. |
resource\ all-arch | Contains resources that are not copied to the data directory, DATADIR, and represents the base of the product resources including: • linguistics resources - see the Linguistic Resources. • miscellaneous resources in the folders: ◦ \360-search-ui-war – folder copied to <DATADIR>\webapps\360-mashup-ui at installation time. ◦ \alerting – contains the mail templates used by alerts. ◦ \builtin_plugins – "Core" plugins installed by default and copied at installation time to <DATADIR>\resource\all-arch\builtin_plugins_deployed ◦ \cloudview-prerequisites – contains the Windows redistributables installed by the setup to use Exalead CloudView. ◦ \com – contains the SQL schemas of reporting tables. ◦ \crawl – configuration files of crawler components. ◦ \cvconsole – contains the cvconsole configuration files. ◦ \diagnostic – contains the diagnostic tool (available under Administration Console> Diagnostics) configuration files. ◦ \exa – interface for calling the process services for debugging purposes. ◦ \plugins – contains the builtin plugins installed by default. ◦ \resource – static crawler rule files. ◦ \setup – files used by the setup ◦ \setup\connectortypes\*.xml – configuration files to set up connector types. ◦ \wsdl – the wsdl files required for SOAP. ◦ \xpdf – files used by the converter to open PDF files. ◦ \xsd – the product schema files. |
sdk | Contains the SDKs for API development and product customization, and code samples. |
tools | Contains several tools including: • hotfix.[sh|bat] – script to install/uninstall Exalead CloudView hotfixes. • addons.[sh|bat] – script to install Exalead CloudView add-ons. • ngconvert – a convert tool to test document conversion. • ngconvert32 – a convert tool (32-bit version) to test document conversion; only available on 64-bit platforms. • nghostid – a tool to print the ID of your host used for license generation: ◦ If deployed on real hardware, run nghostid. If nghostid returns 000000, then run nghostid -os (in this case, the generated license will be invalid after an OS reinstallation). ◦ If deployed on EC2 (Amazon Elastic Compute Cloud) compatible environment, run nghostid -aws. ◦ If deployed on other virtualized environments (for example, VMWare), use nghostid and set a stable mac address for the VM. |
Semantic Processor | Resource Directory |
---|---|
Lemmatizer (by language) | resource://lemmatizer/LANG |
Chunker | resource:///chunker |
Stemming | resource:///dynamiclemmatizer/dict |
Named Entities | resource:///namedentities resource:///namedentities/rules |
Phonetization | resource:///nphonetizer |
English normalized Part of Speech | resource:///PoS/en_normalized |
French normalized Part of Speech | resource:///PoS/fr_normalized |
Italian normalized Part of Speech | resource:///PoS/it_normalized |
Part of Speech (by language) | resource:///PoS/<LANGUAGE> |
Related Terms | resource:///relatedtermspreprocessor |
Sentiment Analyzer | resource:///sentiment |
Stop Words | resource:///stopwords |
Standard Tokenizer German TokenizerPlugin | resource:///subtokenizer/de |
Standard Tokenizer Dutch TokenizerPlugin | resource:///subtokenizer/nl |
Standard Tokenizer Norwegian TokenizerPlugin | resource:///subtokenizer/no |
Japanese Tokenizer | resource:///tokenizer/ja |
Chinese Tokenizer | resource:///tokenizer/zh |