Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 8,956 for

indexing

(0.05 sec)
  1. Search API is not returning any document in .NE...

    I am performing a simple search and the code is not returning any documents. Can you tell me what is wrong?...string query = strFind; Index index = new Index(indexFolder); IndexingOptions...optionsIndex.IsAsync = true; index.Add(dataDir, optionsIndex);...

    forum.groupdocs.com/t/search-api-is-not-returni...
  2. DictionaryRepository - GroupDocs.Search for Jav...

    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...Description DictionaryRepository Index. getDictionaries () Gets the...

    apireference.groupdocs.com/search/java/com.grou...
  3. OperationProgressEventArgs - GroupDocs.Search f...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......Occurs when the progress of indexing or update operation is changed...

    apireference.groupdocs.com/search/java/com.grou...
  4. DocumentInfo Properties - GroupDocs.Search for ...

    Gets the document source kind....path for indexed from file or the document key for indexed from stream...IndexedWithError Gets the indicator of indexing error. InnerPath Gets the...

    apireference.groupdocs.com/search/net/groupdocs...
  5. 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-...
  6. 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...is an extractor used during indexing, it is necessary if the text...

    docs.groupdocs.com/search/net/highlighting-sear...
  7. 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...
  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. IndexRepository.Create Method (IndexSettings) -...

    Creates a new index in memory....(IndexSettings) Creates a new index in memory. Namespace: GroupDocs...Syntax C# VB C++ F# public Index Create ( IndexSettings settings...

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