final class org.h2.fulltext.FullTextLucene$IndexAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.h2.fulltext.FullTextLucene$IndexAccess
  super_class: java.lang.Object
{
  final IndexWriter writer;
    descriptor: LIndexWriter;
    flags: (0x0010) ACC_FINAL

  private IndexSearcher searcher;
    descriptor: LIndexSearcher;
    flags: (0x0002) ACC_PRIVATE

  void <init>(IndexWriter);
    descriptor: (LIndexWriter;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.h2.fulltext.FullTextLucene$IndexAccess 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$IndexAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$IndexAccess;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      writer  

  synchronized IndexSearcher getSearcher();
    descriptor: ()LIndexSearcher;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.fulltext.FullTextLucene$IndexAccess this
         0: .line 731
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$IndexAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$IndexAccess;
    Exceptions:
      throws java.io.IOException

  private void initializeSearcher();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.fulltext.FullTextLucene$IndexAccess this
         0: .line 739
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$IndexAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$IndexAccess;
    Exceptions:
      throws java.io.IOException

  synchronized void returnSearcher(IndexSearcher);
    descriptor: (LIndexSearcher;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.h2.fulltext.FullTextLucene$IndexAccess this
         0: .line 748
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIndexSearcher cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$IndexAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$IndexAccess;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      searcher  

  public synchronized void commit();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.fulltext.FullTextLucene$IndexAccess this
         0: .line 756
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.fulltext.FullTextLucene$IndexAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$IndexAccess;
    Exceptions:
      throws java.io.IOException

  public synchronized void close();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.fulltext.FullTextLucene$IndexAccess this
         0: .line 765
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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$IndexAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/fulltext/FullTextLucene$IndexAccess;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "FullTextLucene.java"
NestHost: org.h2.fulltext.FullTextLucene
InnerClasses:
  private final IndexAccess = org.h2.fulltext.FullTextLucene$IndexAccess of org.h2.fulltext.FullTextLucene