Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 8,956 for

index

(0.06 sec)
  1. 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-...
  2. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports....you perform a search in an index, a report is generated for that...are stored in the index only while the index is loaded into RAM...

    docs.groupdocs.com/search/java/search-reports/
  3. 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...
  4. 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/nodejs-java/indexing-...
  5. searchresult - GroupDocs.Search for Java - API ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......package provides classes for indexing and searching text data in...SearchResult Index. search ( SearchQuery query) Searches in index. SearchResult...

    apireference.groupdocs.com/search/java/com.grou...
  6. GroupDocs.Search for Java 20.6 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for Java 20.6 Major Features There are the following new features and improvements in this release: Improve formatting of text extracted from Index Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-2278 Improve formatting of text extracted from Index Improvement SEARCHJAVA-132 Move AttributeChangeBatch class to common package Breaking Change Public API and Backward Incompatible Changes Improve formatting of text extracted from Index This improvement allows you to choose between two alternatives:...formatting of text extracted from index Full List of Issues Covering...formatting of text extracted from index Improvement SEARCHJAVA-132 Move...

    docs.groupdocs.com/search/java/groupdocs-search...
  7. DigitalSignature Constructor (X509Store, Int32)...

    Create Digital signature based on specified X509 Store and Index of certificate....on specified X509 Store and index of certificate. Namespace: GroupDocs...int index ) Public Sub New ( store As X509Store , index As Integer...

    apireference.groupdocs.com/signature/net/groupd...
  8. Searching thousands of Word documents - Free Su...

    I’m new to your products and curious about GroupDocs.Search. Can I use it to search the text in thousands (150,000+) of Word documents in a folder on the web server? The site is running on ASP.NET in .NET 8. If this is …...the initial creating of the index? When adding new Word documents...the index or does the entire folder need to have its index refreshed...

    forum.groupdocs.com/t/searching-thousands-of-wo...
  9. Will search API work with sub-directories using...

    Does the Groupdocs Index files in sub directories?...6:21pm 1 Does the Groupdocs index files in sub directories? atir...@nsanoir You have to specify indexing directory (it could be anywhere)...

    forum.groupdocs.com/t/will-search-api-work-with...
  10. Index.Delete Method (UpdateOptions, String[]) -...

    Deletes documents Indexed from streams or structures. Then updates the Index without deleted documents....Search Index Class Index Methods Delete Method...Method (UpdateOptions, String[]) Index Delete Method (UpdateOptions...

    apireference.groupdocs.com/search/net/groupdocs...