Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 2,857 for

index

(0.04 sec)
  1. Numeric Range Search in Java

    Easily execute numeric range search in Java with GroupDocs.Search. Discover advanced and efficient methods to search numeric ranges in documents Java seamlessly....capabilities Instantiate the Index class to specify a storage location...Utilize the Index.add method to add documents to the index by providing...

    kb.groupdocs.com/search/java/numeric-range-sear...
  2. Perform Synonym Search using Java

    Learn how to perform synonym search using Java to enhance search accuracy. Explore Java search with synonym matching for comprehensive and relevant search results....capabilities Initialize an Index object by providing the folder...constructor Use the Index.add method to index documents stored in...

    kb.groupdocs.com/search/java/perform-synonym-se...
  3. Releasing GroupDocs.Search for Java - Document ...

    We are pleased to announce that the first version of GroupDocs.Search for Java has been released. The API allows Java developers to perform searching and Indexing operations against various formats to gain data insights. One can easily perform actions to search through different directories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue to read more about the features and the file formats supported by the API....developers to perform searching and indexing operations against various...few steps. Just create the index for the folder, use the search...

    blog.groupdocs.com/search/releasing-groupdocs.s...
  4. Create Search Report using Java

    Learn how to create search report using Java for Indexed data. A sample code example will be provided to generate search report in Java without installing extra software....practical use in document indexing and searching. Steps to Create...into your project Create an Index object to establish a searchable...

    kb.groupdocs.com/search/java/create-search-repo...
  5. Phrase Search in Documents using C#

    Learn how to perform phrase search in documents using C#. Discover techniques to search documents by phrases in C# and streamline your document search processes....on specific phrases within indexed documents. This feature is...academic research, or content indexing. Steps to Phrase Search in...

    kb.groupdocs.com/search/net/phrase-search-in-do...
  6. Perform Synonym Search using C#

    Enhance search functionality with perform synonym search using C# to retrieve relevant results. Achieve accuracy with C# search with synonym matching solutions....search functionality Create an Index class object by passing folder...folder path to its constructor Index documents from the specified...

    kb.groupdocs.com/search/net/perform-synonym-sea...
  7. Search in Documents with Keyboard Layout Correc...

    Learn to search in documents with keyboard layout correction using Java. This guide provides code on how to correct keyboard layout for document search in Java....correction functionality Create an Index object to serve as a storage...location for indexing your documents Add documents to the index with...

    kb.groupdocs.com/search/java/search-in-document...
  8. Search results | Documentation

    This article shows that how to perform the operations on search results....returns the found document by index. The found document is represented...// Creating an index Index index = new Index ( indexFolder );...

    docs.groupdocs.com/search/java/search-results/
  9. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page Index (zero based) and the number of pages from this Index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....you can specify starting page index (zero based) and the number...number of pages from this index to save. Also, you can change the Compliance...

    docs.groupdocs.com/redaction/java/select-specif...
  10. Search Different Word Forms using Java

    Search different word forms using Java to identify nouns in both singular and plural forms. An example will demonstrate how to implement word form search in Java....forms Instantiate an Index object to index documents from a specified...directory Add documents to the index by providing the folder path...

    kb.groupdocs.com/search/java/search-different-w...