Class GeoIndex
java.lang.Object
com.semedy.reasoner.symboltable.index.GeoIndex
- All Implemented Interfaces:
SymbolTableIndex
,Closeable
,AutoCloseable
Full text index for a symbol table.
- Author:
- Juergen Angele
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
close()
void
recreateIndex
(SymbolTable symbols, ExtensionalDB edb) recreate whole geo indexvoid
void
void
-
Constructor Details
-
GeoIndex
- Throws:
IOException
-
-
Method Details
-
transactionBegin
- Specified by:
transactionBegin
in interfaceSymbolTableIndex
- Throws:
IOException
-
transactionRollback
- Specified by:
transactionRollback
in interfaceSymbolTableIndex
- Throws:
IOException
-
transactionCommit
- Specified by:
transactionCommit
in interfaceSymbolTableIndex
- Throws:
IOException
-
search
- Specified by:
search
in interfaceSymbolTableIndex
- Throws:
IOException
-
addSymbol
- Specified by:
addSymbol
in interfaceSymbolTableIndex
- Throws:
IOException
-
recreateIndex
public void recreateIndex(SymbolTable symbols, ExtensionalDB edb) throws SemReasonerException, IOException recreate whole geo index- Parameters:
symbols
-edb
-- Throws:
SemReasonerException
IOException
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceSymbolTableIndex
-