|
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.utils.indexstructure.IndexStructureAccess
org.eclipse.smila.search.lucene.IndexStructureAccess
public class IndexStructureAccess
Field Summary |
---|
Fields inherited from class org.eclipse.smila.search.utils.indexstructure.IndexStructureAccess |
---|
EXTENSION_POINT_NAME_INDEX_STRUCTURE_ACCESS |
Constructor Summary | |
---|---|
IndexStructureAccess()
|
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. |
DIndexStructure |
decode(org.w3c.dom.Element eIndexStructure)
|
org.w3c.dom.Element |
encode(DIndexStructure dIndexStructure,
org.w3c.dom.Element element)
|
Methods inherited from class org.eclipse.smila.search.utils.indexstructure.IndexStructureAccess |
---|
getInstance, getTypes, parseType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexStructureAccess()
Method Detail |
---|
public DIndexStructure decode(org.w3c.dom.Element eIndexStructure) throws ISException
decode
in class IndexStructureAccess
ISException
public org.w3c.dom.Element encode(DIndexStructure dIndexStructure, org.w3c.dom.Element element) throws ISException
encode
in class IndexStructureAccess
ISException
public boolean dataTypeMatches(java.lang.String indexDataType, java.lang.String searchDataType)
IndexStructureAccess
dataTypeMatches
in class IndexStructureAccess
indexDataType
- Data type in index structure.searchDataType
- Data type in simple search.
true
if the two types can be converted to each other, false
otherwise
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |