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
    void addEntry​(int recordId, int version, int length, java.lang.String contentText)  
    void addEntry​(FileFullTextContentEntry entry)  
    void close()  
    void drop()  
    FileFullTextContentEntryIterator getEntryIterator()  

    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

      public void addEntry​(FileFullTextContentEntry entry) throws java.io.IOException
      Throws:
      java.io.IOException
    • getEntryIterator

      public FileFullTextContentEntryIterator getEntryIterator() throws java.io.IOException
      Throws:
      java.io.IOException
    • close

      public void close()
    • drop

      public void drop()