Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 4,072 for

classification

(0.22 sec)
  1. Indexing with stop words | GroupDocs

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/indexing-with-sto...
  2. Optimize index | GroupDocs

    This article explains that how to optimize index to reduce the number of segments in an index using Java....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/optimize-index/
  3. Managing dictionaries in network | GroupDocs

    This page contains information about managing dictionaries of shards in the search network....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/managing-diction...
  4. Search for different word forms | GroupDocs

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/search-for-differ...
  5. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/spelling-corrector/
  6. Document renaming | GroupDocs

    This article demonstrate that how 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...Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/document-renaming/
  7. Managing dictionaries in network | GroupDocs

    This page contains information about managing dictionaries of shards in the search network....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/managing-dictiona...
  8. Keyboard layout correction | GroupDocs

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/keyboard-layout-...
  9. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/working-with-b...
  10. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/java/extract-pages/