• API

    Show / Hide Table of Contents

    Class IndexFiles

    Index all text files under a directory.

    This is a command-line application demonstrating simple Lucene indexing. Run it with no command-line arguments for usage information.

    Inheritance
    System.Object
    IndexFiles
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Demo
    Assembly: Lucene.Net.Demo.dll
    Syntax
    public class IndexFiles

    Methods

    | Improve this Doc View Source

    Main(String[])

    Index all text files under a directory.

    Declaration
    public static void Main(string[] args)
    Parameters
    Type Name Description
    System.String[] args
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)