Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 7,122 for

node.js

(0.06 sec)
  1. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Search for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  2. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Watermark can work with....Watermark for Node.js via Java / Getting Started...

    docs.groupdocs.com/watermark/nodejs-java/suppor...
  3. 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....Search for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  4. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....Search for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/search/nodejs-java/query-lan...
  5. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Metadata for Node.js / Developer Guide / Basic Usage...

    docs.groupdocs.com/metadata/nodejs-java/remove-...
  6. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine...Metadata for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  7. 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 for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  8. 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....Metadata for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/nodejs-java/removin...
  9. 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 for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/search/nodejs-java/merge-ind...
  10. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....Search for Node.js / Developer Guide / Advanced...

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