Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 2,561 for

search index

(0.04 sec)
  1. Document renaming | Documentation

    Sometimes a situation arises when an Indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the Index about the renaming of the document, and then the document will not be reIndexed during the update operation. To notify an Index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an Index is notified of the renaming of a document, it will not be reIndexed the next time you call the update method, even if its contents have changed....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/document-...
  2. Delete indexed documents | Documentation

    GroupDocs.Search has the ability to remove individual documents from the Index that are Indexed from a stream or structure....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/delete-indexed-do...
  3. 使用 C# 通过索引搜索文件夹中的文本 |使用 .NET 搜索 API

    使用 GroupDocs Search API for .NET Developers 按部分搜索文本、文本索引、指定搜索线程数和获取搜索时间以在 C# 中获取搜索结果。...Search for .NET 从 C# 中提到的文件夹中搜索块中...索引 。 添加 您在创建的索引中的文档文件夹。 设置 Search Option 并将 IsChunkSearch 设置为...

    blog.groupdocs.com/zh/search/search-text-by-ind...
  4. Indexing additional fields | Documentation

    Sometimes when Indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each Indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before Indexing each added document....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  5. Merge indexes | Documentation

    The merge operation is designed to combine two or more Indexes into one Index to accelerate the Search and to simplify the work with Indexes. When merging, only the Index at which the merge method was called is changed. This Index as a result of the operation contains all the documents that were contained in all Indexes together. The second Index or Index repository after the merge can be deleted to free up disk space....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/merge-indexes/
  6. Merge indexes | Documentation

    This article demonstrates the merge operation which is designed to combine two or more Indexes into one Index to accelerate the Search and to simplify the work with Indexes....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/merge-indexes/
  7. Delete indexed documents | Documentation

    GroupDocs.Search for Java has the ability to remove individual documents from the Index that are Indexed from a stream or structure....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/delete-indexed-d...
  8. Custom text extractors | Documentation

    GroupDocs.Search supports Indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/custom-text-extra...
  9. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/text-file...
  10. Indexing password protected documents | Documen...

    This page describes how to perform Indexing of password protected documents. Indexing using the password dictionary To perform Indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before Indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/indexing-...