Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 2,857 for

indexing

(0.03 sec)
  1. 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...
  2. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document.... The Index class also represents an overload...sets an extractor used during indexing, it is necessary if the text...

    docs.groupdocs.com/search/nodejs-java/highlight...
  3. Delete indexed documents | Documentation

    GroupDocs.Search has the ability to remove individual documents from the index that are indexed from a stream or structure....Usage / Indexing / Delete indexed documents Delete indexed documents...documents from the index that are indexed from a stream or structure...

    docs.groupdocs.com/search/net/delete-indexed-do...
  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/net/evaluation-limita...
  5. 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....Developer Guide / Advanced Usage / Indexing / Document renaming Document...a situation arises when an indexed document is renamed, but its...

    docs.groupdocs.com/search/java/document-renaming/
  6. 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....Developer Guide / Advanced Usage / Indexing / Document renaming Document...a situation arises when an indexed document is renamed, but its...

    docs.groupdocs.com/search/nodejs-java/document-...
  7. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....@"c:\MyDocuments\" ; Index index = new Index ( indexFolder ); //...// Creating index in the specified folder index . Add ( documentsFolder...

    docs.groupdocs.com/search/net/case-sensitive-se...
  8. 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...
  9. Perform Wildcard Search in GroupDocs.Search for...

    We are pleased to announce the monthly release of GroupDocs.Search for Java 18.12. Using the latest version, you can now index and search blended characters and perform a wildcard search. We would recommend you to install and use the latest version of the API. Features Following are the new features introduced in the latest version: Blended Characters Search GroupDocs.Search for Java API 18.12 introduces a new class of characters - blended....latest version, you can now index and search blended characters...characters - blended . When indexing, blended characters are interpreted...

    blog.groupdocs.com/search/perform-wildcard-sear...
  10. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document.... The Index class also represents an overload...sets an extractor used during indexing, it is necessary if the text...

    docs.groupdocs.com/search/java/highlighting-sea...