Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 2,175 for

resource

(0.06 sec)
  1. Updating metadata | Documentation

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...affected } ` ); } }); More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/nodejs-java/updatin...
  2. 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....index2 , options ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/merge-ind...
  3. Delete indexed paths | Documentation

    GroupDocs.Search supports the ability to remove indexed files and folders from an index. Only files or folders that were explicitly added to the index can be deleted....WriteLine ( "\t" + path ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/delete-indexed-pa...
  4. Character replacement during Indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Search ( "Einstein" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/character-replace...
  5. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....getOccurrenceCount ()); } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/search-by...
  6. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....( documentsFolder ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/text-file-encodi...
  7. 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....index2 , options ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/merge-indexes/
  8. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....options ); // Searching More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/case-sensitive-se...
  9. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....getName ())); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/removing-metad...
  10. Handling password required exception | Document...

    This article shows how to handle missing document password exception with GroupDocs.Signature API.... getMessage ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/handling-pass...