Class FileSearchIndexer | Quick Search | 1.5.4
docs.unity.cn
    Show / Hide Table of Contents

    Class FileSearchIndexer

    Inheritance
    Object
    SearchIndexer
    FileSearchIndexer
    Inherited Members
    SearchIndexer.roots
    SearchIndexer.minIndexCharVariation
    SearchIndexer.maxIndexCharVariation
    SearchIndexer.entrySeparators
    SearchIndexer.skipEntryHandler
    SearchIndexer.getIndexFilePathHandler
    SearchIndexer.getQueryTokensHandler
    SearchIndexer.getEntryComponentsHandler
    SearchIndexer.enumerateRootEntriesHandler
    SearchIndexer.Build()
    SearchIndexer.Build(Boolean)
    SearchIndexer.IsReady()
    SearchIndexer.Search(String, Int32, Int32)
    SearchIndexer.SearchTerms(String, Int32, Int32)
    SearchIndexer.UpdateIndexWithNewContent(String[], String[], String[])
    Namespace: Unity.QuickSearch.Providers
    Syntax
    public class FileSearchIndexer : SearchIndexer, IDisposable

    Constructors

    FileSearchIndexer(String, IEnumerable<SearchIndexerRoot>)

    Declaration
    public FileSearchIndexer(string type, IEnumerable<SearchIndexerRoot> roots)
    Parameters
    Type Name Description
    String type
    IEnumerable<SearchIndexerRoot> roots

    Properties

    type

    Declaration
    public string type { get; }
    Property Value
    Type Description
    String

    Methods

    Dispose()

    Declaration
    public void Dispose()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX