Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,845 for

indexing

(0.13 sec)
  1. Search network node events | Documentation

    This page contains information about the purpose and use of all search network events....event The event occurs when indexing of all enqueued documents...occurs when a document has been indexed. DocumentDeleted event The...

    docs.groupdocs.com/search/java/search-network-n...
  2. GroupDocs.Search Overview | Documentation

    What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of Indexing and search options are provided to meet any requirements.... they must be added to the index. Why Use GroupDocs.Search as...formats. Great variety of indexing and search options are provided...

    docs.groupdocs.com/search/java/groupdocs-search...
  3. GroupDocs.Search Overview | Documentation

    What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of Indexing and search options are provided to meet any requirements.... they must be added to the index. Why Use GroupDocs.Search as...formats. Great variety of indexing and search options are provided...

    docs.groupdocs.com/search/net/groupdocs-search-...
  4. Evaluation Limitations and Licensing | Document...

    Free search api version is available to evaluate the API which will be similar as licensed but with few limitations.... Indexing Limitations Following are the indexing limitations...number of indexed documents in one index or in several indexes for...

    docs.groupdocs.com/search/nodejs-java/evaluatio...
  5. Detect Documents Encoding using GroupDocs.Searc...

    Like every month, team GroupDocs has released another version of the API and implements a number of new features and improvements in this monthly release. The latest version i-e 17.9.0 includes features like storing the text of documents during Indexing, filtering files before Indexing, encoding detection of text files etc. Not only this the API has also added support for CHM documents to the list of supported document formats. The API has removed some of the obsolete methods in this release as well....documents during indexing, filtering files before indexing, encoding...for storing document text in index Addition of DocumentFilter property...

    blog.groupdocs.com/search/groupdocs.search-for-...
  6. Index each letter as a separate word using Grou...

    Are you looking for a full-text search API that allows you to search over a lot of document formats? In that case, GroupDocs.Search for .NET will meet your requirements. API creates index and then perform instant search across thousands of documents. Those who are already working with the API, we have some new features and improvements. Moreover, some classes have been renamed to improve code readability. There are minor changes in the new version 19.... API creates index and then perform instant search...metadata indexing with new formats New Features Index each letter...

    blog.groupdocs.com/search/index-each-letter-as-...
  7. Boolean search | Documentation

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/boolean-s...
  8. Highlighted Results of Exact Phrase Search in T...

    We are pleased to announce the release of version 17.12 of GroupDocs.Search for .NET. GroupDocs.Search for .NET 17.12 has come with 4 enhancements. We have introduced the feature of getting highlighted results of exact phrase search in text. Furthermore, we have improved the calculation of relevance of search results as well as redesigned the syntax of the search query. We would recommend you to enhance your applications using this latest version....@"c:\MyDocuments" ; // Creating index Index index = new Index(indexFolder); //...// Indexing documents index.AddToIndex(documentsFolder); // Searching...

    blog.groupdocs.com/search/highlighted-results-o...
  9. Evaluation Limitations and Licensing | Document...

    free search api version is available to evaluate the API which will be similar as licensed but with few limitations.... Indexing Limitations Following are the indexing limitations...number of indexed documents in one index or in several indexes for...

    docs.groupdocs.com/search/net/evaluation-limita...
  10. Is it possible to get all metadata from an inde...

    Hello, I have a question. When querying meta data, it could look like this: var searchResult = index.Search(SearchQuery.CreateFieldQuery("xy.datetaken", SearchQuery.CreateDateRangeQuery(new DateTime(2017, 1, 1), new D…...to get all metadata from an index, even if the query does not...like this: var searchResult = index.Search(SearchQuery.CreateFieldQuery("xy...

    forum.groupdocs.com/t/is-it-possible-to-get-all...