Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 2,857 for

index

(0.04 sec)
  1. Work with Search Results using Java

    Learn how to work with search results using Java and retrieve search results in Java efficiently, optimizing search processes for better performance and accuracy.... From establishing an index repository to setting up fuzzy...results Create an index object using the Index class and specify...

    kb.groupdocs.com/search/java/work-with-search-r...
  2. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...result = index . search ( query ); // Search in the index Wildcard...ffect" ; SearchResult result = index . search ( query ); // Search...

    docs.groupdocs.com/search/java/build-search-query/
  3. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...result = index . Search ( query ); // Search in the index Wildcard...ffect" ; SearchResult result = index . Search ( query ); // Search...

    docs.groupdocs.com/search/net/build-search-query/
  4. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/homophone-search/
  5. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large Indexes, their performance becomes extremely low using Java search API....at the same time, in large indexes, their performance becomes...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/regular-expressi...
  6. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/keyboard-layout-...
  7. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....the text, since it is not indexed. And as a result, words containing...found. Since, in fact, when indexing, these characters break the...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  8. Convert Image using OCR | Documentation

    To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....IsNullOrEmpty ( lineText )) { int index = 0 , fragIndex = 0 ; bool isWhitespace...GetEquivalentLength ( lineText ); while ( index < lineText . Length ) { if (...

    docs.groupdocs.com/conversion/net/convert-image...
  9. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....Developer Guide / Advanced Usage / Indexing / Text file encoding detection...text file can be set during indexing when the event is raised....

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

    docs.groupdocs.com/search/net/numeric-range-sea...