Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 2,818 for

feature

(0.05 sec)
  1. Annotate, Sign and Convert Documents Online Usi...

    Fast changing trends in technology require professionals and organizations to adapt and stay abreast. Organizations with a large number of employees focus on productivity to generate revenues, whereas professionals and consultants look for utility and cost. In the 90s there were limited options for document management, except for Microsoft Word - an editing software. Now, things have changed and there are many alternatives available. However, certain apps have compelling Features and fit your requirements but may not provide other Features....certain apps have compelling features and fit your requirements...but may not provide other features. GroupDocs overcomes these...

    blog.groupdocs.com/total/annotate-sign-convert-...
  2. Regular expression search | Documentation

    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 using Java search API....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/nodejs-java/regular-e...
  3. 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....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/nodejs-java/document-...
  4. 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....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/document-renaming/
  5. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/nodejs-java/text-file...
  6. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....To learn more about search features and get familiar how to enhance...documentation articles and see the features in action in our GitHub examples:...

    docs.groupdocs.com/search/net/work-with-search-...
  7. Using Bootstrap With LESS CSS - Tutorial

    As I mentioned in my article on how to optimize Bootstrap this post will explain the basic syntax and Features that the LESS language has to offer which you’ll need to extend, edit or minify Bootstrap. Hopefully this tutorial will help you understand the basics of using Bootstrap with LESS. What Is LESS? LESS is a dynamic stylesheet language which gives you more options and freedom when writing CSS. It helps you keep styles better organized, cascade styles more naturally and correct, and it speeds up CSS development in general....explain the basic syntax and features that the LESS language has...to learn at least its basic features. [caption id=“attachment_3791”...

    blog.groupdocs.com/total/using-bootstrap-with-l...
  8. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/logging/
  9. Working with attributes | Documentation

    This page contains information about working with attributes in the search network....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/working-with-att...
  10. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

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