|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.search.plugin.Plugin
org.eclipse.smila.search.lucene.Plugin
public class Plugin
Constructor Summary | |
---|---|
Plugin()
|
Method Summary | |
---|---|
boolean |
dataTypeMatches(java.lang.String indexDataType,
java.lang.String searchDataType)
Determines whether a given index data type and search data type are compatible. |
AdvSearchAccess |
getAdvSearchAccess()
Get advanced search interface. |
java.lang.String |
getConfigurationBundleForEngineData()
|
byte[] |
getConfigurationFileForEngineData(java.lang.String fileName)
Get configuration file for engine data. |
DataDictionaryAccess |
getDataDictionaryAccess()
Get data dictionary interface. |
IIndexAccess |
getIndexAccess()
Get index access interface. |
IndexStructureAccess |
getIndexStructureAccess()
Get index structure interface. |
SearchAccess |
getSearchAccess()
Get search access interface. |
ITemplateAccess |
getTemplateAccess()
Get template access interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Plugin()
Method Detail |
---|
public AdvSearchAccess getAdvSearchAccess()
getAdvSearchAccess
in class Plugin
Plugin.getAdvSearchAccess()
public IndexStructureAccess getIndexStructureAccess()
getIndexStructureAccess
in class Plugin
Plugin.getIndexStructureAccess()
public IIndexAccess getIndexAccess()
getIndexAccess
in class Plugin
Plugin.getIndexAccess()
public ITemplateAccess getTemplateAccess()
getTemplateAccess
in class Plugin
Plugin.getTemplateAccess()
public DataDictionaryAccess getDataDictionaryAccess()
getDataDictionaryAccess
in class Plugin
Plugin.getDataDictionaryAccess()
public SearchAccess getSearchAccess()
getSearchAccess
in class Plugin
Plugin.getSearchAccess()
public boolean dataTypeMatches(java.lang.String indexDataType, java.lang.String searchDataType)
dataTypeMatches
in class Plugin
indexDataType
- Data type in index structure.searchDataType
- Data type in simple search.
true
if the two types can be converted to each other, false
otherwisePlugin.dataTypeMatches(java.lang.String, java.lang.String)
public byte[] getConfigurationFileForEngineData(java.lang.String fileName) throws java.io.IOException
getConfigurationFileForEngineData
in class Plugin
fileName
- File name.
java.io.IOException
- Unable to load configuration file.Plugin.getConfigurationFileForEngineData(java.lang.String)
public java.lang.String getConfigurationBundleForEngineData()
getConfigurationBundleForEngineData
in class Plugin
Plugin.getConfigurationBundleForEngineData()
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |