Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Indexation via Task Scheduler only includes documents and considers both metadata and content. Manual indexation allows the administrator to adjust the scope of the procedure and include other items such as posts, comments, processes and users.

 

Estado
subtletrue
titleLearn more

HTML
<a id="toggleAll" href="#" >Expand/hide additional information. </a>
 <script type="text/javascript">
 
 var abertos = 0;
 var fechados = 0;
 function contador() {
    abertos = 0;
    fechados = 0;
    jQuery(".expand-control").each( function() {
		if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
           	fechados++;
        } else {
        	abertos++;
        }
    });
 }
 AJS.toInit(function() {
 
    contador();
	var soma = abertos + fechados;
	$("#toggleAll").html('Expand/hide ' + soma  + ' additional information.');

    AJS.$('#toggleAll').click(function() {
        contador();
        if (abertos >= fechados) {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className == "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        } else {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        }
    });
});
 </script>

 

Basic Path
Âncora
basico
basico

...

04. Select the items to be considered for indexation.

Expandirpanel
titleLearn more

The types of content available for indexation are:

Users: Indexes user data.

Posts: Indexes the content of posts on the timelines of users and communities.

Comments: Indexes comments made on posts. Comment indexation is used only to calculate the influence of users on the topic searched, which guarantees more relevant results when searching for Influencers. However, the content of comments is not displayed in search results. Indexation may take longer to finish depending on the amount of content.

Processes: Indexes metadata, such as code, description, instructions and keywords of processes.

Documents: Indexes posted documents. When selecting this option, the Type of document indexation panel is displayed with specific indexation settings for this type of content.

...

01. Select Recreate the table of contents.

Expandirpanel
titleLearn more

When selecting this option, all other alternatives are enabled automatically and cannot be changed, except for Document indexation method, which can be defined to consider all contents of documents or only their metadata.

02. Click Index.

 

Index documents
Âncora
docs
docs

...

02. In Document indexation method, select one of two options: Content or Metadata.

Expandirpanel
titleLearn more

Content – When selected, this option determines that the indexation will consider the metadata (title, author, etc.) and content of documents. After running this type of indexation, the documents are considered "indexed" by the platform.

Metadata – When selected, this option determines that the indexation will consider only the metadata (title, author, etc.) of documents. This makes the procedure faster, but returns less relevant results for the searches, due to the absence of updated document content.

After running the Metadata indexation, the documents will still be considered "not indexed" by the platform so that when Content indexation is run, the documents that have only had their metadata indexed also have their content considered.

03. Still in Document indexation method, select one of two options: Documents not yet indexed or All documents.

Learn more
Expandir
title
Painel

Documents not yet indexed: Considers only the documents tagged as "not indexed" by the platform, that is, which have not yet had their content indexed.

All documents: Indexes the active version of all documents. Run time depends on the number of documents.

...