{"id":5671,"date":"2016-11-01T13:11:39","date_gmt":"2016-11-01T13:11:39","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=5671"},"modified":"2016-11-01T13:11:39","modified_gmt":"2016-11-01T13:11:39","slug":"re-indexer","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/","title":{"rendered":"Re-Indexer"},"content":{"rendered":"<p>Zoom Indexer provides a way of maintaining assets outside the Zoom repository, while still being able to reference them using proxies. (Refer to setup details <a title=\"Indexer\" href=\"https:\/\/evolphin.com\/help\/docs\/zoom-indexer\/\">here<\/a>). For a growing set of assets present in a source location, we may want to continue indexing newly added assets periodically even after the completion of the initial indexing. <code class=\"\"><span class=\"keyword\">Re-indexer<\/span><\/code> eases this job by looking only for files which are not already indexed to zoom and initiates indexing only for those files. Re-indexer can also be set to run as a cron job, so that when files are being added periodically to any source it will be synced to zoom without any manual effort.<\/p>\n<div class=\"note\">Re-indexer is\u00a0not part of the generic\u00a0Zoom installation.\u00a0This must be purchased separately. Please contact our sales team for details.\u00a0<\/div>\n<h4>Installation Instructions<\/h4>\n<ul>\n<li>Unzip re-indexer package to <code class=\"\">\/home\/evolphin\/zoom-deploy<\/code><\/li>\n<li>Configure <code class=\"\">\/home\/evolphin\/zoom-deploy\/re-indexer\/conf\/config.ini<\/code><\/li>\n<li>Create a directory <code class=\"\">zmDiscovery<\/code> under a shared location accessible by both re-indexer and zoom server machine<\/li>\n<li>Install required perl modules<\/li>\n<li>To automate re-indexer, setup a cron job to re-index. To create a cron job follow instructions in &#8220;Creating a Cron Job&#8221; section<\/li>\n<\/ul>\n<h4>\u00a0<\/h4>\n<h4>Config Help<\/h4>\n<table class=\"alignleft\" style=\"height: 473px;\" border=\"1\" width=\"773\" cellspacing=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><strong>SECTION NAME<br \/>\n<\/strong><\/td>\n<td><strong>FIELD NAME=SAMPLE VALUE<\/strong><\/td>\n<td><strong>DESCRIPTION<\/strong><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 10pt;\">ZOOMSERVER<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">serverURL = http:\/\/192.168.0.162:8880<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">Zoom server host and port<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 10pt;\">\u00a0<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">webminURL = http:\/\/192.168.0.162:8443<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">Zoom web management console host and port<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 10pt;\">\u00a0<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">serverUsername = admin<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">Zoom username<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 10pt;\">\u00a0<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">serverPassword = admin<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">Zoom Password for the username configured above<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 10pt;\">RE-INDEXER-ARGUMENTS<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">input = \/home\/evolphin\/SourceFiles-Migration<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">Source files root location<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 10pt;\">\u00a0<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">remotePath = \/defproj<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">Project path to which files should be migrated<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 10pt;\">\u00a0<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">nativeFilePathMetadataProperty = ZPIG_Native File Path<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">Metadata field to indicate the location of source file<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 10pt;\">\u00a0<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">dirToCreatesLinkForNewFiles = \/home\/evolphin\/zoom-deploy\/Indexer\/staging1<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">Directory used by Indexer which will host the symlinks of source files to migrate<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 10pt;\">\u00a0<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">networkShareLocalPath = \/mnt\/zoom\/share\/zmDiscovery<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">Path to network share in re-indexer machine. It should be a network share accessible by both re-indexer and zoom-server<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 10pt;\">\u00a0<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">networkShareRemotPath = \/mnt\/zoom\/share\/zmDiscovery<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">Path to network share in zoom server machine. It should be a network share accessible by both re-indexer and zoom-server<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 10pt;\">\u00a0<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">reportCSVFile = \/home\/evolphin\/zoom-deploy\/re-indexer\/re-indexer.csv<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">\u00a0Path to re-indexer report<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 10pt;\">\u00a0<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">pathToIndexer = \/home\/evolphin\/zoom-deploy\/Indexer\/indexer.pl<\/span><\/td>\n<td><span style=\"font-size: 10pt;\">\u00a0Path to Indexer script<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>\u00a0<\/h4>\n<h4>Execution<\/h4>\n<p>If you decide to not use a cron job to run <code class=\"\"><span class=\"keyword\">Re-indexer<\/span><\/code>, you can run it manually using the following command:<\/p>\n<div class=\"json\" style=\"background: #4b4d50; color: white; padding: 10px; font-size: 80%;\">\n<p><span style=\"font-size: 10pt;\">nohup .\/re-indexer.sh&gt;nohup.out<\/span><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<h4>\u00a0Creating a Cron Job<\/h4>\n<p>Type the below command in terminal to edit the crontab file<\/p>\n<div class=\"json\" style=\"background: #4b4d50 none repeat scroll 0% 0%; color: white; padding: 10px; font-size: 80%;\">\n<p><span style=\"font-size: 10pt;\">\u00a0 \u00a0 [evolphin@localhost ~]$ crontab -e <br \/>\n<\/span><\/p>\n<\/div>\n<p>\u00a0In the editor that opens up, add the below crontab line, save and quit<\/p>\n<div class=\"json\" style=\"background: #4b4d50 none repeat scroll 0% 0%; color: white; padding: 10px; font-size: 80%;\">\n<p><span style=\"font-size: 10pt;\">\u00a0\u00a0\u00a0 0 0 * * * \/home\/evolphin\/zoom-deploy\/re-indexer\/re-indexer.sh<\/span><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<p>The crontab line added above contains 6 fields described below in the order of occurrence<\/p>\n<p><code class=\"\">minute hour day month day-of-week command-line-to-execute<\/code><\/p>\n<p>The above example will run \/home\/evolphin\/zoom-deploy\/re-indexer\/re-indexer.sh at 12 AM daily.<\/p>\n<h4>Setting Up Re-Indexer for Multiple Sources<\/h4>\n<p>As different source sub-paths may have to be re-indexed at different intervals, we may have to setup independent cron jobs for each of them. In order to run different instances of the re-indexer for different sub-paths,\u00a0please follow the steps below:\u00a0<\/p>\n<ul>\n<li>Replicate Indexer and Re-Indexer installation (the scripts \/ libs \/ config files etc.) in a new location for every new season to be re-indexed<\/li>\n<li>Follow installation steps and config setup as described in <a title=\"Indexer\" href=\"https:\/\/evolphin.com\/help\/docs\/zoom-indexer\/\">Indexer Setup<\/a> and <a title=\"Indexer\" href=\"https:\/\/evolphin.com\/help\/docs\/re-indexer\/\">Re-Indexer Setup<\/a><\/li>\n<li>Create a new cron job for every new season to be re-indexed. To add a new cron job, keep adding the crontab line corresponding to the job one below the other<\/li>\n<\/ul>\n<div class=\"note\">You will have to have as many instances of the re-indexer script as the number of sub-paths that need to be periodically re-indexed. Each instance of the re-indexer will handle re-indexing of a single sub-path, and will be controlled by its own set of config parameters,\u00a0with its own work-space (in terms of staging areas etc.)\u00a0<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Zoom Indexer provides a way of maintaining assets outside the Zoom repository, while still being able to reference them using proxies. (Refer to setup details here). For a growing set of assets present in a source location, we may want to continue indexing newly added assets periodically even after the completion of the initial indexing. [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[146],"tags":[21],"class_list":["post-5671","post","type-post","status-publish","format-standard","hentry","category-indexer","tag-zoom-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Re-Indexer - Evolphin Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Re-Indexer - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Zoom Indexer provides a way of maintaining assets outside the Zoom repository, while still being able to reference them using proxies. (Refer to setup details here). For a growing set of assets present in a source location, we may want to continue indexing newly added assets periodically even after the completion of the initial indexing. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2016-11-01T13:11:39+00:00\" \/>\n<meta name=\"author\" content=\"Rahul Bhargava\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rahul Bhargava\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/indexer\\\/re-indexer\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/indexer\\\/re-indexer\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Re-Indexer\",\"datePublished\":\"2016-11-01T13:11:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/indexer\\\/re-indexer\\\/\"},\"wordCount\":609,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"keywords\":[\"zoom 5\"],\"articleSection\":[\"Indexer\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/indexer\\\/re-indexer\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/indexer\\\/re-indexer\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/indexer\\\/re-indexer\\\/\",\"name\":\"Re-Indexer - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"datePublished\":\"2016-11-01T13:11:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/indexer\\\/re-indexer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/indexer\\\/re-indexer\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/indexer\\\/re-indexer\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Re-Indexer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"name\":\"Evolphin Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evolphin.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\",\"name\":\"Evolphin Documentation\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"width\":200,\"height\":200,\"caption\":\"Evolphin Documentation\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\",\"name\":\"Rahul Bhargava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"caption\":\"Rahul Bhargava\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Re-Indexer - Evolphin Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/","og_locale":"en_US","og_type":"article","og_title":"Re-Indexer - Evolphin Documentation","og_description":"Zoom Indexer provides a way of maintaining assets outside the Zoom repository, while still being able to reference them using proxies. (Refer to setup details here). For a growing set of assets present in a source location, we may want to continue indexing newly added assets periodically even after the completion of the initial indexing. [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/","og_site_name":"Evolphin Documentation","article_published_time":"2016-11-01T13:11:39+00:00","author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Re-Indexer","datePublished":"2016-11-01T13:11:39+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/"},"wordCount":609,"commentCount":0,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"keywords":["zoom 5"],"articleSection":["Indexer"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/","url":"https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/","name":"Re-Indexer - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"datePublished":"2016-11-01T13:11:39+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/administration-server\/indexer\/re-indexer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Re-Indexer"}]},{"@type":"WebSite","@id":"https:\/\/evolphin.com\/help\/#website","url":"https:\/\/evolphin.com\/help\/","name":"Evolphin Documentation","description":"","publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evolphin.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/evolphin.com\/help\/#organization","name":"Evolphin Documentation","url":"https:\/\/evolphin.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","width":200,"height":200,"caption":"Evolphin Documentation"},"image":{"@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7","name":"Rahul Bhargava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","caption":"Rahul Bhargava"}}]}},"_links":{"self":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/5671","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=5671"}],"version-history":[{"count":0,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/5671\/revisions"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=5671"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=5671"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=5671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}