- GcqlProcessor - Class in org.gcube.indexmanagement.gcqlwrapper
-
This class wraps the functionality needed to process
a gCQL query and produce data that can be used by a
resource that is implemented in a specific technology
- GcqlProcessor() - Constructor for class org.gcube.indexmanagement.gcqlwrapper.GcqlProcessor
-
- GcqlQueryContainer - Class in org.gcube.indexmanagement.gcqlwrapper
-
A class that contains all the data needed by a specific
resource to answer a query.
- GcqlQueryContainer(LinkedHashMap<String, String>) - Constructor for class org.gcube.indexmanagement.gcqlwrapper.GcqlQueryContainer
-
- GEODEFAULT - Static variable in class org.gcube.indexmanagement.common.IndexType
-
- GEOFIELD - Static variable in class org.gcube.indexmanagement.common.IndexType
-
Default searchable field for Geo Index
- getDistinct() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGcqlQueryContainer
-
- getException() - Method in exception org.gcube.indexmanagement.common.IndexException
-
Retrieves nested exception.
- getFieldByValue(String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
-
Gets the #text element of the specified element in the current field.
- getFieldIDFromName(String) - Method in class org.gcube.indexmanagement.resourceregistry.RRadaptor
-
- getFieldNameById(String) - Method in class org.gcube.indexmanagement.resourceregistry.RRadaptor
-
- getFields() - Method in class org.gcube.indexmanagement.common.FullTextIndexType
-
Get the specified array of fields.
- getFieldText(String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
-
Retreives the #text element of the first instance of
fieldname.
- getFieldTextArray(String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
-
Retreives the #text elements of all instances of fieldname.
- getIndexTypeAsString() - Method in class org.gcube.indexmanagement.common.IndexType
-
Returns the index type XML definition
- getIndexTypeName() - Method in class org.gcube.indexmanagement.common.IndexType
-
Returns the index type name.
- getLuceneQuery() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGcqlQueryContainer
-
- getNumberOfFields() - Method in class org.gcube.indexmanagement.common.FullTextIndexType
-
Get the number of fields in the index type.
- getProjectedFields() - Method in class org.gcube.indexmanagement.gcqlwrapper.GcqlQueryContainer
-
- getSubFields() - Method in class org.gcube.indexmanagement.common.XMLProfileParser
-
Gets the (element name, #text value) pairs for all child nodes in the
current field.
- goChildElement(String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
-
Sets the current node to the first child (of the current node) element
with a specified element name
- goParentElement(String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
-
Sets the current node to the first ascendant (of the current node)
element with a specified element name
- goSiblingElement(String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
-
Sets the current node to the first sibling (of the current node) element
with a specified element name