Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,035 for

query

(0.02 sec)
  1. Search Text in Folders by Indexing using C# | U...

    Search text by parts, text indexing, specify the number of search threads, and get search time to get search results in C# using GroupDocs Search API for .NET Developers....index by providing your search query and searching options. Now in...@"c:\\MyDocuments\\"; string query = "Einstein"; // Creating an...

    blog.groupdocs.com/search/search-text-by-indexi...
  2. Find any Word and its Synonyms in Multiple File...

    Find specific word and its synonyms within different files using Java. Similarly, get all the synonyms, grouped by different meanings using Java Search API....folder, document’s folder and query (the word to search). Create...of Index class and pass the query with search options. Print the...

    blog.groupdocs.com/search/find-synonyms-in-mult...
  3. Build your Full Text Search Solution in C# | Fi...

    Text searching API for .NET applications to search via indexing. Find text in multiple Word, Excel, PDF, text files of a folder & highlight search results....advanced way to search a text/query over a collection of documents...operation (search a specific query), only the index is referenced...

    blog.groupdocs.com/search/build-your-full-text-...
  4. Search Text in Word, Excel, PDF, ZIP Document F...

    GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications....specified as a textual search query. The documents can be of any...available in text or object form queries. High indexing and search performance...

    blog.groupdocs.com/search/search-text-in-word-e...
  5. Perform Fuzzy Search in Documents Online

    Unlock the power of fuzzy search! Learn how to search almost matching results in text-based documents online & programmatically....the document by providing a query using this online tool: Visit...area. Provide the Query in the Search query section. Configure...

    blog.groupdocs.com/search/online-fuzzy-search/
  6. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different files of a folder using Java. Build application for homophones using document searching Java API.... Define the search word query, indexing folder, and the container...the above code is as follows: Query: right Documents: 2 Occurrences:...

    blog.groupdocs.com/search/find-homophones-in-mu...
  7. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....creation of date wise search queries, and also describes the management...Creating date range search queries Date range search allows you...

    docs.groupdocs.com/search/nodejs-java/date-rang...
  8. Cancel Search Operation at Runtime using GroupD...

    We are pleased to announce the release of GroupDocs.Search for .NET 18.1. Using the latest version, you can **cancel search operation **at runtime. Furthermore, you can search with a Query in the form of object tree as a parameter, search with the **wildcard **in phrase search, use **ISO 8610 **date format in date range search, and use **collection **of date formats for range search. We would recommend you to enhance your applications using this latest version....Furthermore, you can search with a query in the form of object tree as...operation at runtime Searching in query in form of object tree Searching...

    blog.groupdocs.com/search/cancel-search-operati...
  9. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API.... A search query of this type is specified as...documentsFolder ); // Search with text query SearchResult result1 = index...

    docs.groupdocs.com/search/java/numeric-range-se...
  10. Document attributes | Documentation

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....createAttribute ( 'main' )); const query = 'Einstein' ; const result...result = index . search ( query , options ); Attributes can be associated...

    docs.groupdocs.com/search/nodejs-java/document-...