Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 2,607 for

resource

(0.25 sec)
  1. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... Save () } More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/net/annotation-red...
  2. Search by chunks | GroupDocs

    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/java/search-by-chunks/
  3. Index lifecycle | GroupDocs

    This page explains the life cycle of an index which begins at the moment of creating an instance of the Index class and first saving the index files to disk... More resources Advanced usage topics To learn...

    docs.groupdocs.com/search/net/index-lifecycle/
  4. Character replacements | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements....dat" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/character-replace...
  5. Character replacement during indexing | GroupDocs

    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/java/character-replac...
  6. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....txt" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/spelling-corrector/
  7. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary....txt" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/stop-word-diction...
  8. Regular expression search | GroupDocs

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low.... Search ( query2 ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/regular-expressio...
  9. Getting documents in network | GroupDocs

    This page contains information about getting indexed documents in the search network....toString ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/getting-document...
  10. Index lifecycle | GroupDocs

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please note that the index life cycle does not consider the events of loading and unloading the index from RAM.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/search/java/index-lifecycle/