lucli

Class Lucli


public class Lucli
extends Object

Main class for lucli: the Lucene Command Line Interface. This class handles mostly the actual CLI part, command names, help, etc.

Field Summary

static int
MAX_TERMS

Constructor Summary

Lucli(String[] args)
Main entry point.

Method Summary

static void
main(String[] args)

Field Details

MAX_TERMS

public static final int MAX_TERMS
Field Value:
100

Constructor Details

Lucli

public Lucli(String[] args)
            throws IOException
Main entry point. The first argument can be a filename with an application initialization file.

Method Details

main

public static void main(String[] args)
            throws IOException

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.