Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 2,832 for

indexes

(0.04 sec)
  1. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....your first search index. Step #1: Create new index First of all you...you need to create an index. An index can be created in memory...

    docs.groupdocs.com/search/net/build-your-first-...
  2. Document attributes | Documentation

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Developer Guide / Advanced Usage / Indexing / Document attributes Document...feature designed for marking indexed documents with text labels...

    docs.groupdocs.com/search/nodejs-java/document-...
  3. 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....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/boolean-search/
  4. Work with Blended Characters using GroupDocs.Se...

    We are delighted to announce the monthly release of GroupDocs.Search for .NET 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 .NET 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/work-with-blended-cha...
  5. 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...
  6. Durchsuchen Sie Text in Word-, Excel-, PDF- und...

    GroupDocs.Search ist eine leistungsstarke API für die Volltextsuche, mit der Sie über 70 Dokumentformate in Ihren Anwendungen durchsuchen können....ermöglichen, müssen diese dem Index hinzugefügt werden. Warum GroupDocs...Neuen Index erstellen : Zunächst müssen Sie einen Index erstellen...

    blog.groupdocs.com/de/search/search-text-in-wor...
  7. 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...
  8. C# .NET kullanarak Word, Excel, PDF, ZIP Belge ...

    GroupDocs.Search, uygulamalarınızda 70'in üzerinde belge biçiminde arama yapmanızı sağlayan güçlü bir tam metin arama API'sidir....// Specify the path to the index folder string documentsFolder...Create new index or // b) Open existing index Index index = new Index(indexFolder);...

    blog.groupdocs.com/tr/search/search-text-in-wor...
  9. Document renaming | Documentation

    This article demonstrate that how 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...Developer Guide / Advanced Usage / Indexing / Document renaming Document...a situation arises when an indexed document is renamed, but its...

    docs.groupdocs.com/search/net/document-renaming/
  10. 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/net/search-reports/