Xindice API
version 1.1

Package org.apache.xindice.tools.command

Implements the commands that are available via the Command Line Tools.

See:
          Description

Class Summary
AddCollection AddCollection.java is designed to let the user create new Collections and Nested Collections within the Database.
AddDocument AddDocument is designed to let the user add single document and/or multiple documents to any existing collection within the current database.
AddIndexer AddIndexer.java is designed to let the user create an Indexer and insert it into a Collection.
AddMultipleDocuments AddMultipleDocuments.java is designed to let the user add several Documents to an existing Collection at one time.
AddResource AddResource is designed to let the user add single binary resource and/or multiple binary resources to any existing collection within the current database.
Command Command is the standard interface command line arguments
DeleteCollection DeleteCollection.java is designed to let the user delete or drop a named Collection or Nested Collection from the Database or Parent Collection respectively.
DeleteDocument DeleteDocument.java is designed to let the user delete or drop a Document, referred by the Key, from a specific Collection or Nested Collection.
DeleteIndexer DeleteIndexer.java is designed to let the user delete or drop an Indexer from a named Collection or a nested Collection within the Database.
ExportTree ExportTree is designed to take a Collection tree and create a Directory tree from it.
HelpCommand  
ImportTree ImportTree.java is designed to take a directory/file path and create a Collection from it's name.
ListCollectionDocuments ListCollectionDocumets.java is designed to let the user list all documents in a specific collection.
ListCollections ListCollections.java is designed to let the user list all Collections from a parent Collection or a nested Collection.
ListIndexers ListIndexers.java is designed to let the user recall a list of Indexers from a specific Collection.
RetrieveDocument RetrieveDocument.java is designed to let the user recall or retrieve a Document from a specific Collection and save it to a new location.
Shutdown Shutdown.java is designed to let the user shutdown the Database.
StringSerializer SAX content handler that produces a string from the SAX events it receives.
XPathQuery SingleDocumentQuery is designed to enable the user/admin to XPathQuery a Collection for a Single Document.
XUpdate XUpdate runs an XUpdate query stored in a file against the specified collection or document.
 

Package org.apache.xindice.tools.command Description

Implements the commands that are available via the Command Line Tools.


Xindice API
version 1.1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.