Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 2,857 for

index

(0.05 sec)
  1. 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....Advanced Usage / Indexing / Indexing reports Indexing reports Leave...feedback Indexing reports are created for indexing and updating...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  2. Build your first search solution | Documentation

    First of all you need to create an Index. An Index can be created in memory or on disk. An Index created in memory cannot be saved after exiting your program. In contrast, an Index created on disk may be loaded in the future to continue working....your first search index. Step #1: Create new index First of all you...you need to create an index. An index can be created in memory...

    docs.groupdocs.com/search/net/build-your-first-...
  3. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata Index on documents. To Index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an Index....Usage / Indexing / Indexing metadata of documents Indexing metadata...and / or metadata index on documents. To index only metadata without...

    docs.groupdocs.com/search/net/indexing-metadata...
  4. Indexing reports | Documentation

    This article demonstrates that how Indexing reports can be retrieved from the Index using search API...Advanced Usage / Indexing / Indexing reports Indexing reports Leave...feedback Indexing reports are created for indexing and updating...

    docs.groupdocs.com/search/net/indexing-reports/
  5. Escape Special Characters in Search Queries usi...

    We are pleased to announce the monthly release of GroupDocs.Search for .NET 19.2. Improvements such as Indexing of a ZIP archive inside other ZIP and escape of special characters in search queries are introduced. Please check GroupDocs.Search for .NET 19.2 release notes for further reference. We would recommend you to download and integrate latest version of the API. Breaking Change Removed obsolete methods Import and Export from dictionary classes Improvements Following improvements are introduced in this release:... Improvements such as indexing of a ZIP archive inside other...@"c:\MyDocuments"; // Creating index Index index = new Index(indexFolder); //...

    blog.groupdocs.com/search/escape-special-charac...
  6. Storing text of indexed documents | Documentation

    This article explains that how to store text of Indexed documents using Java....Advanced Usage / Indexing / Storing text of indexed documents Storing...Storing text of indexed documents Leave feedback Text extracted...

    docs.groupdocs.com/search/java/storing-text-of-...
  7. Getting indexed documents | Documentation

    This article explains how to get a list of Indexed documents from an Index, and how to get the text of Indexed documents in HTML or plain text format....Searching / Getting indexed documents Getting indexed documents Leave...get a list of indexed documents from an index, and how to get...

    docs.groupdocs.com/search/nodejs-java/getting-i...
  8. Indexing from different sources | Documentation

    GroupDocs.Search allows Indexing documents from various sources....Usage / Indexing / Indexing from different sources Indexing from...feedback GroupDocs.Search allows indexing documents from various sources:...

    docs.groupdocs.com/search/java/indexing-from-di...
  9. 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....Advanced Usage / Indexing / Indexing reports Indexing reports Leave...feedback Indexing reports are created for indexing and updating...

    docs.groupdocs.com/search/java/indexing-reports/
  10. Getting indexed documents | Documentation

    This article explains how to get a list of Indexed documents from an Index, and how to get the text of Indexed documents in HTML or plain text format....Searching / Getting indexed documents Getting indexed documents Leave...get a list of indexed documents from an index, and how to get...

    docs.groupdocs.com/search/java/getting-indexed-...