Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cloudappliance/solr [2018_07_03 09:03] – [Configure Search Values] dancloudappliance:solr [2024_03_19 21:00] (current) – [Enabling the Search Service and or the Burn Service in v2006 and Above] steven
Line 1: Line 1:
-====== Enabling Deep Content Search and PDF Burn Service ======+====== Content Search and PDF Burn Service ======
  
-===== Requirements ===== +== last updated on Feb 13, 2024 ==
- +
-Deep Search and the PDF Services are only available for 3.0+ versions of the SME appliance.+
  
 ===== Introduction ===== ===== Introduction =====
  
-SME can index the content of federated storage endpoints to provide deep search capabilities of structured files and data that various private and public storage repositories contain. Apache Solr is used to index the content.+Nasuni Access Anywhere can index the content of federated storage endpoints to provide searching of their contents[[https://solr.apache.org/|Apache Solr]] is integrated into the Access Anywhere stack and used to index the content from the various on-cloud and on-premises storage solutions 
  
-For **evaluation** the standard appliance is configured for deep content search. The service is disabled out of the boxThis guide walks you thorough the steps to enable deep content search+Solr (and underlying Lucene) index is a specially designed data structure, stored on the file system as a set of index files. The index is designed with efficient data structures to maximize performance and minimize resource usage.
  
-**SME also provides Solr as a separate appliance for production usage**.+Contents of the following file types can be indexed for searching: 
 +|7z|docx|jar|odt|pub|vsd| 
 +|afm|dotm|jpg|oga|qpw|war| 
 +|aif|dwg|js|ogg|rdf|wav| 
 +|apk|ear|key|opus|rss|wb3| 
 +|ar|emf|kml|p7s|rtf|webarchive| 
 +|asf|eml|kmz|pages|sda|wma| 
 +|au|emlx|m4a|pbm|sdc|wmf| 
 +|bmp|epub|mbox|pct|sdd|wmv| 
 +|box|epub|mdb|pdf|sdw|wps| 
 +|c|exe|mhtml|pgm|shw|xhtml| 
 +|chm|fb2|mid|png|svg|xlr| 
 +|class|fits|mp3|potm|svgz|xls| 
 +|cpio|flac|mp4|ppm|tar|xlsb| 
 +|css|flv|mpp|ppsm|tbz2|xlsm| 
 +|csv|gif|msg|ppsx|tgz|xlsx| 
 +|dat|hdf|nc|ppt|thmx|xml| 
 +|dita|he5|numbers|pptm|tif|xmp| 
 +|ditamap|htm|odf|pptx|ttf|xps| 
 +|doc|html|odp|prt|txt|zip| 
 +|docm|ibooks|ods|psd|vor|jpeg|
  
-You can enable deep content search for the various file types that SOLR is able to index.+*Note that Solr can throw very occasional indexing errors when indexing content it supports. This can be due to reasons such as incompatible versions or corrupted files. When this occurs the Access Anywhere Server still indexes the base metadata of the file or object (filename, type etc) so it can still be found during search where search terms match what is available.
  
-The SME Enterprise Appliance also provides a PDF Annotation suite in which PDF's can be annotated and burnt. For the burn service to work it needs to be enabled and this guide will also step through how the burn service can be enabled.+For **evaluation** the standard appliance is configured for deep content search. The service is disabled out of the box. This guide walks you through the steps to enable deep content search
  
-===== Enabling the Search and Burn Service =====+The Access Anywhere Server also provides a PDF Annotation feature that allows PDFs to be annotated and burnt. For that service to work, it needs to be enabled and this guide will also step through how the burn service can be enabled.
  
-==== ssh as root ==== 
- 
-For these commands you will need to su as root 
- 
-<code>$ ssh smeconfiguser@appliance IP address</code> 
-after establishing the ssh session su as root 
- 
-<code>-bash-3.2$ su - root 
-Password:</code> 
-==== Start the search and Burn PDF Service ==== 
- 
-Execute the following 2 commands: 
- 
-<code>service jetty start 
-chkconfig jetty on</code> 
-The first command will start the service and second command will automatically start the service after a reboot. 
  
 ===== Enabling PDF Annotations for a user package ===== ===== Enabling PDF Annotations for a user package =====
  
 Login as appladmin and enable the **PDF Annotations tool** in the extra options section for the package and press save. Login as appladmin and enable the **PDF Annotations tool** in the extra options section for the package and press save.
 +
  
 {{:/cloudappliance:solr:sme_package_enable_burn.png}} {{:/cloudappliance:solr:sme_package_enable_burn.png}}
Line 48: Line 51:
 Login as appladmin and from the right hand menu select search integration For the internal service you can use the following default values Login as appladmin and from the right hand menu select search integration For the internal service you can use the following default values
  
-**Solr URI** <nowiki>http://127.0.0.1:7070/sme/</nowiki>\\ +**Solr URI** <nowiki>http://127.0.0.1:8983/solr/sme/</nowiki>\\ 
 **Solr login** <nowiki>solr</nowiki> \\  **Solr login** <nowiki>solr</nowiki> \\ 
 **Solr password** <nowiki>drom6etsh9Onk</nowiki>\\   **Solr password** <nowiki>drom6etsh9Onk</nowiki>\\  
-**Max file size to index** <nowiki>10485760</nowiki>\\ +**Max file size to index** <nowiki>26214400</nowiki>\\ 
  
-{{:/cloudappliance:solr:sme_solr_ui.png}} 
  
 ==== Assign Search to User Package ==== ==== Assign Search to User Package ====
  
-Login as appladmin and enable **Content Search Enabled** in the extra options section for the package and press save {{:/cloudappliance:solr:sme_package_enable_search.png}}+Login as appladmin and enable **Content Search Enabled** in the extra options section for the package and press save 
 + 
 + {{:/cloudappliance:solr:sme_package_enable_search.png}} 
 + 
 +===== Activating Content Search for Providers ===== 
 + 
 +After Content Search has enabled in the package, each Storage Provider Settings page will present the option to enable content search for the provider.  
 + 
 +{{:/cloudappliance:solr:sme_content_search_enable.png}} 
 + 
 +Use this option to control whether Content Search will be available for each provider.
  
-Now when the user is adding a new Storage Provider he will have the option to enable content search for the provider. {{:/cloudappliance:solr:sme_content_search_enable.png}}+===== Enabling Content Search After You Have Started Using Access Anywhere =====
  
 +If you wish to enable Content Search and you have already started using one or more storage providers with your Access Anywhere server, how you should proceed depends on whether Content Search has been integrated with your appliance and Content Search been enabled in your organization's package for the entire time that Access Anywhere has been in use:
  
 +  * If Content Search was both integrated and enabled then you need only tick the "Index content for search" box on the Provider Settings page for each provider for which you want Content Search enabled.  Don' forget to save the change to the settings.
 +