|
Public Member Functions |
| virtual void | Dispose () |
| | IndexEnvironment () |
| void | setDocumentRoot (string documentRoot) |
| void | setAnchorTextPath (string anchorTextRoot) |
| void | setOffsetMetadataPath (string offsetMetadataRoot) |
| void | setOffsetAnnotationsPath (string offsetAnnotationsRoot) |
| void | addFileClass (string name, string iterator, string parser, string tokenizer, string startDocTag, string endDocTag, string endMetadataTag, StringVector include, StringVector exclude, StringVector index, StringVector metadata, ConfMap conflations) |
| Specification | getFileClassSpec (string name) |
| void | addFileClass (Specification spec) |
| void | deleteDocument (int documentID) |
| void | setIndexedFields (StringVector fieldNames) |
| void | setNumericField (string fieldName, bool isNumeric, string parserName) |
| void | setNumericField (string fieldName, bool isNumeric) |
| void | setOrdinalField (string fieldName, bool isOrdinal) |
| void | setParentalField (string fieldName, bool isParental) |
| void | setMetadataIndexedFields (StringVector forward, StringVector backward) |
| void | setStopwords (StringVector stopwords) |
| void | setStemmer (string stemmer) |
| void | setMemory (long memory) |
| void | setNormalization (bool normalize) |
| void | setStoreDocs (bool flag) |
| void | create (string repositoryPath, IndexStatus callback) |
| void | create (string repositoryPath) |
| void | open (string repositoryPath, IndexStatus callback) |
| void | open (string repositoryPath) |
| void | close () |
| void | addFile (string fileName) |
| void | addFile (string fileName, string fileClass) |
| int | addString (string fileName, string fileClass, MetadataPairSTDVector metadata) |
| int | addParsedDocument (ParsedDocument document) |
| int | documentsIndexed () |
| int | documentsSeen () |
Protected Attributes |
| bool | swigCMemOwn |
Private Member Functions |
| internal | IndexEnvironment (IntPtr cPtr, bool cMemoryOwn) |
| | ~IndexEnvironment () |
Static Private Member Functions |
| internal HandleRef | getCPtr (IndexEnvironment obj) |
Private Attributes |
| HandleRef | swigCPtr |