public final class org.h2.fulltext.FullTextLucene$FullTextTrigger implements org.h2.api.Trigger
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.h2.fulltext.FullTextLucene$FullTextTrigger
  super_class: java.lang.Object
{
  private java.lang.String schema;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String table;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int[] keys;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] indexColumns;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] columns;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int[] columnTypes;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String indexPath;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.h2.fulltext.FullTextLucene$IndexAccess indexAccess;
    descriptor: Lorg/h2/fulltext/FullTextLucene$IndexAccess;
    flags: (0x0002) ACC_PRIVATE

  private final FieldType DOC_ID_FIELD_TYPE;
    descriptor: LFieldType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
         0: .line 20
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tTopDocs cannot be resolved to a type\n\tDirectory cannot be resolved to a type\n\tRAMDirectory cannot be resolved to a type\n\tFSDirectory cannot be resolved\n\tAnalyzer cannot be resolved to a type\n\tStandardAnalyzer cannot be resolved to a type\n\tIndexWriterConfig cannot be resolved to a type\n\tIndexWriterConfig cannot be resolved to a type\n\tIndexWriterConfig cannot be resolved to a variable\n\tIndexWriter cannot be resolved to a type\n\tIndexWriter cannot be resolved to a type\n\tIndexFormatTooOldException cannot be resolved to a type\n\tIndexSearcher cannot be resolved to a type\n\tThe method getSearcher() from the type FullTextLucene.IndexAccess refers to the missing type IndexSearcher\n\tAnalyzer cannot be resolved to a type\n\tIndexWriter cannot be resolved to a type\n\tStandardQueryParser cannot be resolved to a type\n\tStandardQueryParser cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tTopDocs cannot be resolved to a type\n\tScoreDoc cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tFieldType cannot be resolved to a type\n\tFieldType cannot be resolved to a type\n\tFieldType cannot be resolved to a type\n\tTextField cannot be resolved to a variable\n\tFieldType cannot be resolved to a type\n\tFieldType cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tField cannot be resolved to a type\n\tFieldType cannot be resolved to a type\n\tField cannot be resolved to a type\n\tDateTools cannot be resolved\n\tDateTools cannot be resolved to a variable\n\tTextField cannot be resolved to a variable\n\tField cannot be resolved to a type\n\tTextField cannot be resolved to a variable\n\tFieldType cannot be resolved to a type\n\tTextField cannot be resolved to a variable\n\tTextField cannot be resolved to a variable\n\tField cannot be resolved to a type\n\tIndexWriter cannot be resolved to a type\n\tTerm cannot be resolved to a type\n\tTerm cannot be resolved to a type\n\tIndexWriter cannot be resolved to a type\n\tIndexWriter cannot be resolved to a type\n\tIndexSearcher cannot be resolved to a type\n\tIndexWriter cannot be resolved to a type\n\tIndexWriter cannot be resolved to a type\n\tIndexSearcher cannot be resolved to a type\n\tIndexSearcher cannot be resolved to a type\n\tIndexSearcher cannot be resolved to a type\n\tIndexReader cannot be resolved to a type\n\tDirectoryReader cannot be resolved\n\tIndexWriter cannot be resolved to a type\n\tIndexSearcher cannot be resolved to a type\n\tIndexSearcher cannot be resolved to a type\n\tIndexSearcher cannot be resolved to a type\n\tIndexWriter cannot be resolved to a type\n\tIndexSearcher cannot be resolved to a type\n\tIndexSearcher cannot be resolved to a type\n\tIndexSearcher cannot be resolved to a type\n\tDirectoryReader cannot be resolved\n\tIndexWriter cannot be resolved to a type\n\tIndexSearcher cannot be resolved to a type\n\tIndexWriter cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$FullTextTrigger;

  public void init(java.sql.Connection, java.lang.String, java.lang.String, java.lang.String, boolean, int);
    descriptor: (Ljava/sql/Connection;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
         0: .line 511
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$FullTextTrigger;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
             Name  Flags
      conn         
      schemaName   
      triggerName  
      tableName    
      before       
      type         

  public void fire(java.sql.Connection, java.lang.Object[], java.lang.Object[]);
    descriptor: (Ljava/sql/Connection;[Ljava/lang/Object;[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
         0: .line 574
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$FullTextTrigger;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      conn    
      oldRow  
      newRow  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
         0: .line 597
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$FullTextTrigger;
    Exceptions:
      throws java.sql.SQLException

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
         0: .line 605
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$FullTextTrigger;

  void commitIndex();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
         0: .line 612
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$FullTextTrigger;
    Exceptions:
      throws java.sql.SQLException

  protected void insert(java.lang.Object[], boolean);
    descriptor: ([Ljava/lang/Object;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
         0: .line 628
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tField cannot be resolved to a type\n\tFieldType cannot be resolved to a type\n\tField cannot be resolved to a type\n\tDateTools cannot be resolved\n\tDateTools cannot be resolved to a variable\n\tTextField cannot be resolved to a variable\n\tField cannot be resolved to a type\n\tTextField cannot be resolved to a variable\n\tFieldType cannot be resolved to a type\n\tTextField cannot be resolved to a variable\n\tTextField cannot be resolved to a variable\n\tField cannot be resolved to a type\n\tIndexWriter cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$FullTextTrigger;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
             Name  Flags
      row          
      commitIndex  

  protected void delete(java.lang.Object[], boolean);
    descriptor: ([Ljava/lang/Object;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
         0: .line 673
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTerm cannot be resolved to a type\n\tTerm cannot be resolved to a type\n\tIndexWriter cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$FullTextTrigger;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
             Name  Flags
      row          
      commitIndex  

  private java.lang.String getQuery(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
         0: .line 683
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$FullTextTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$FullTextTrigger;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      row   
}
SourceFile: "FullTextLucene.java"
NestHost: org.h2.fulltext.FullTextLucene
InnerClasses:
  public final FullTextTrigger = org.h2.fulltext.FullTextLucene$FullTextTrigger of org.h2.fulltext.FullTextLucene
  private final IndexAccess = org.h2.fulltext.FullTextLucene$IndexAccess of org.h2.fulltext.FullTextLucene