Class FileTextContentIndex
java.lang.Object
org.teamapps.universaldb.index.fileng.FileTextContentIndex
public class FileTextContentIndex
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description FileTextContentIndex(java.io.File path, java.lang.String name) -
Method Summary
Modifier and Type Method Description voidaddEntry(int recordId, int version, int length, java.lang.String contentText)voidaddEntry(FileFullTextContentEntry entry)voidclose()voiddrop()FileFullTextContentEntryIteratorgetEntryIterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FileTextContentIndex
public FileTextContentIndex(java.io.File path, java.lang.String name)
-
-
Method Details
-
addEntry
public void addEntry(int recordId, int version, int length, java.lang.String contentText) throws java.io.IOException- Throws:
java.io.IOException
-
addEntry
- Throws:
java.io.IOException
-
getEntryIterator
- Throws:
java.io.IOException
-
close
public void close() -
drop
public void drop()
-