Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 8,956 for

indexing

(0.08 sec)
  1. 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/net/search-for-text-c...
  2. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/wildcard-search/
  3. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/wildcard-search/
  4. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries using Java search API....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/faceted-s...
  5. StreamOutputAdapter Class - GroupDocs.Search fo...

    Represents an output adapter that collects output into a Stream....@"c:\MyDocuments\" ; Index index = new Index(indexFolder); // Creating...Creating an index in the specified folder index.Add(documentsFolder);...

    apireference.groupdocs.com/search/net/groupdocs...
  6. SearchOptions.DateFormats Property - GroupDocs....

    Gets the collection of date formats for date range search. The default date formats are 'dd.MM.yyyy', 'MM/dd/yyyy', and 'yyyy-MM-dd'....query = "Einstein" ; Index index = new Index(indexFolder); // Creating...Creating an index in the specified folder index.Add(documentsFolder);...

    apireference.groupdocs.com/search/net/groupdocs...
  7. OperationProgressEventArgs Class - GroupDocs.Se...

    Represents arguments for the event of the Indexing operation progress is updated....arguments for the event of the indexing operation progress is updated...Description IndexFolder Gets the index folder. (Inherited from BaseIndexEventArgs...

    apireference.groupdocs.com/search/net/groupdocs...
  8. EventHandler - GroupDocs.Search for Java - API ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......an error happens during an index operation. Event < EventHandler...a document is going to be indexed. Event < EventHandler < OperationFinishedEve...

    apireference.groupdocs.com/search/java/com.grou...
  9. NumberOfThreads - GroupDocs.Search for Java - A...

    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...

    apireference.groupdocs.com/search/java/com.grou...
  10. Index.GetIndexedDocumentItems Method - GroupDoc...

    Gets an array of nested items of the specified document (for container documents such as ZIP, OST, PST)....Search Index Class Index Methods Add Method ChangeAttributes...SearchNext Method Update Method Index GetIndexedDocumentIt Method...

    apireference.groupdocs.com/search/net/groupdocs...