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

index

(0.24 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. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....replacements defined in an index. For detailed information on...character replacements in the index settings const settings = new...

    docs.groupdocs.com/search/nodejs-java/character...
  3. Custom text extractors | Documentation

    GroupDocs.Search for Node.js supports Indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Developer Guide / Advanced Usage / Indexing / Custom text extractors Custom...GroupDocs.Search supports indexing of many document formats....

    docs.groupdocs.com/search/nodejs-java/custom-te...
  4. Break Indexing Operation Manually using GroupDo...

    GroupDocs team is pleased to announce the monthly release of GroupDocs.Search for .NET 18.6. Using the latest version, you can now break Indexing operation manually. Furthermore, obsolete Relevance property is removed from the DetailResultInfo method and ImportDictionary and ExportDictonary methods are added to Index dictionaries. We would recommend you to install and use the latest version of API. Break Indexing Operation ManuallyUsing GroupDocs.Search API you can break Indexing operation manually....version, you can now break indexing operation manually. Furthermore...ExportDictonary methods are added to index dictionaries. We would recommend...

    blog.groupdocs.com/search/break-indexing-operat...
  5. Break Indexing Operation Manually using GroupDo...

    GroupDocs team is pleased to announce the monthly release of GroupDocs.Search for .NET 18.6. Using the latest version, you can now break Indexing operation manually. Furthermore, obsolete Relevance property is removed from the DetailResultInfo method and ImportDictionary and ExportDictonary methods are added to Index dictionaries. We would recommend you to install and use the latest version of API. Break Indexing Operation ManuallyUsing GroupDocs.Search API you can break Indexing operation manually....version, you can now break indexing operation manually. Furthermore...ExportDictonary methods are added to index dictionaries. We would recommend...

    blog.groupdocs.com/search/break-indexing-operat...
  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/java/document-renaming/
  7. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/wildcard-search/
  8. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/wildcard-search/
  9. Merge indexes | Documentation

    This article demonstrates the merge operation which is designed to combine two or more Indexes into one Index to accelerate the search and to simplify the work with Indexes....Advanced Usage / Indexing / Merge indexes Merge indexes Leave feedback...combine two or more indexes into one index to accelerate the search...

    docs.groupdocs.com/search/net/merge-indexes/
  10. 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....Usage / Indexing / Indexing with stop words Indexing with stop...and can be removed from an index to reduce its size. You can...

    docs.groupdocs.com/search/java/indexing-with-st...