Class FileFullTextContentEntry
java.lang.Object
org.teamapps.universaldb.index.fileng.FileFullTextContentEntry
public class FileFullTextContentEntry
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description FileFullTextContentEntry(int recordId, int version, int length, java.lang.String contentText)FileFullTextContentEntry(java.io.DataInputStream dataInputStream) -
Method Summary
Modifier and Type Method Description java.lang.StringgetContentText()byte[]getIndexValue()intgetLength()intgetRecordId()intgetVersion()
-
Constructor Details
-
FileFullTextContentEntry
public FileFullTextContentEntry(int recordId, int version, int length, java.lang.String contentText) -
FileFullTextContentEntry
public FileFullTextContentEntry(java.io.DataInputStream dataInputStream) throws java.io.IOException- Throws:
java.io.IOException
-
-
Method Details
-
getIndexValue
public byte[] getIndexValue() throws java.io.IOException- Throws:
java.io.IOException
-
getRecordId
public int getRecordId() -
getVersion
public int getVersion() -
getLength
public int getLength() -
getContentText
public java.lang.String getContentText()
-