Interface SymbolTableIndex
- All Superinterfaces:
AutoCloseable
,Closeable
- Author:
- angele
-
Method Summary
-
Method Details
-
transactionBegin
- Throws:
IOException
-
transactionRollback
- Throws:
IOException
-
transactionCommit
- Throws:
IOException
-
search
SearchResult search(Object searchTerm) throws IOException, org.apache.lucene.queryparser.classic.ParseException - Throws:
IOException
org.apache.lucene.queryparser.classic.ParseException
-
addSymbol
- Throws:
IOException
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-