Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 9,142 for

indexes

(0.08 sec)
  1. Perform Faceted Search using Java

    This topic will guide you on how to perform faceted search using Java. You’ll find code to create faceted search in Java without the need for any additional tools....faceted capabilities Create an Index object to define a storage location...will be indexed for streamlined searching Use the Index.add method...

    kb.groupdocs.com/search/java/perform-faceted-se...
  2. GroupDocs.Search for Java 21.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for Java 21.2 Major Features There are the following improvementes in this release: Implement ability to perform boolean search with stop words Implement ability to get status of indexed file Implement ability to delete files indexed from stream Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-2486 Implement ability to perform boolean search with stop words Improvement SEARCHNET-2487 Implement ability to get status of indexed file Improvement SEARCHNET-2485 Implement ability to delete files indexed from stream Improvement Public API and Backward Incompatible Changes Implement ability to perform boolean search with stop words This improvement allows to perform boolean search on queries containing stop words....of indexed file Implement ability to delete files indexed from...Implement ability to get status of indexed file Improvement SEARCHNET-2485...

    docs.groupdocs.com/search/java/groupdocs-search...
  3. PdfFormattedTextFragmentCollection Class - Grou...

    Represents a collection of formatted text fragments in a pdf document....the element at the specified index in the collection. (Inherited...Object .) IndexOf Determines the index of a specific item in the collection...

    apireference.groupdocs.com/watermark/net/groupd...
  4. PresentationFormattedTextFragmentCollection Cla...

    Represents a collection of formatted text fragments in a PowerPoint document....the element at the specified index in the collection. (Inherited...Object .) IndexOf Determines the index of a specific item in the collection...

    apireference.groupdocs.com/watermark/net/groupd...
  5. SearchResult Class - GroupDocs.Search for .NET ...

    Represents a search result matching a search query....Gets the found document by index. GetHashCode (Inherited from...// Creating an index Index index = new Index(indexFolder); //...

    apireference.groupdocs.com/search/net/groupdocs...
  6. dateformat - GroupDocs.Search for Java - API Re...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs...... ~~ 2019-12-31)"; Index index = new Index(indexFolder); // Creating...Creating an index in the specified folder index.add(documentsFolder);...

    apireference.groupdocs.com/search/java/com.grou...
  7. MetadataSignatureCollection - GroupDocs.Signatu...

    All Classes Packages com.groupdocs.signature com.groupdocs.signature.domain com.groupdocs.signature.domain.barcodes c......indexOf ( String name) Gets the index of a property by name. boolean...collection. boolean removeAt (int index) Removes a Metadata Signature...

    apireference.groupdocs.com/signature/java/com.g...
  8. package-use - GroupDocs.Search for Java - API R...

    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 EventHub Provides index events for subscribing. Classes...

    apireference.groupdocs.com/search/java/com.grou...
  9. 온라인 문서에서 정규식 검색 수행

    GroupDocs.Search를 사용하여 정규식 검색 기능을 활용해 보세요! 정규식을 사용하여 텍스트 기반 문서를 검색하는 방법을 알아보세요....추가 Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); 자세한 지침은 C#을 사용하여...

    blog.groupdocs.com/ko/search/online-regex-search/
  10. Java-Dateisuche – Durchsuchen Sie mehrere Texte...

    Suchen Sie mit Java nach mehreren Texten oder Phrasen in verschiedenen Dateien, die über verschiedene Ordner verteilt sind. Markieren Sie die Scanergebnisse in den entsprechenden HTML-Dateien.... Erstellen Sie ein Index -Objekt mit dem angegebenen...eines Index im angegebenen Ordner Index index = new Index("pat...

    blog.groupdocs.com/de/search/search-multiple-te...