A B C D E F G H I L M N O P Q R S T V W X 

A

adaptor - Variable in class org.gcube.indexmanagement.gcqlwrapper.GcqlProcessor
 
addChildField(IndexField) - Method in class org.gcube.indexmanagement.common.IndexField
Adds a IndexField sub field to this field
ALL_INDEXES - Static variable in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
 
APXCOUNT - Static variable in class org.gcube.indexmanagement.common.IndexType
 

B

boost - Variable in class org.gcube.indexmanagement.common.IndexField
The boost value to use for this field during ranking

C

childrenFields - Variable in class org.gcube.indexmanagement.common.IndexField
The child fields of this field
COLLECTION_FIELD - Static variable in class org.gcube.indexmanagement.common.IndexType
The field name for the collection id of a record
countDescendants(String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Counts the number of descendant elements with a specified element name

D

DOCID_FIELD - Static variable in class org.gcube.indexmanagement.common.IndexType
The field name of an index type that indicates the document id of a record
DOCNR - Static variable in class org.gcube.indexmanagement.common.IndexType
 

E

EQUALS - Static variable in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
 
escapeForXML(String) - Static method in class org.gcube.indexmanagement.common.XMLProfileParser
Inserts Entity References in the place of certain illegal characters in order to make an xml file valid

F

findPresentable(String) - Method in class org.gcube.indexmanagement.gcqlwrapper.GcqlProcessor
 
FullTextIndexType - Class in org.gcube.indexmanagement.common
Representation of an index'es IndexType and IndexFormat
FullTextIndexType(String, String) - Constructor for class org.gcube.indexmanagement.common.FullTextIndexType
The CSTR of the index type

G

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

H

hasDescendant(String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Determines whether the current node has one or more descendant elements with a specified element name
hasSibling(String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Determines whether the current node has one or more sibling elements with a specified element name
highlightable - Variable in class org.gcube.indexmanagement.common.IndexField
An indicator of whether to include or exclude the field in the snippets

I

index - Variable in class org.gcube.indexmanagement.common.IndexField
An indicator of whether to index the field
IndexException - Exception in org.gcube.indexmanagement.common
Exception used when the Index fails.
IndexException() - Constructor for exception org.gcube.indexmanagement.common.IndexException
Default constructor.
IndexException(String) - Constructor for exception org.gcube.indexmanagement.common.IndexException
Constructs with message.
IndexException(Throwable) - Constructor for exception org.gcube.indexmanagement.common.IndexException
Constructs with chained exception.
IndexException(String, Throwable) - Constructor for exception org.gcube.indexmanagement.common.IndexException
Constructs with message and exception.
IndexField - Class in org.gcube.indexmanagement.common
Represent the characteristics of a single field in a RowSet.
IndexField() - Constructor for class org.gcube.indexmanagement.common.IndexField
Empty constructor.
IndexField(String, String, boolean, boolean, boolean, boolean, boolean, boolean, float) - Constructor for class org.gcube.indexmanagement.common.IndexField
Constructor setting all field attributes.
IndexType - Class in org.gcube.indexmanagement.common
 
IndexType(String) - Constructor for class org.gcube.indexmanagement.common.IndexType
Class constructor.
indexType - Variable in class org.gcube.indexmanagement.common.IndexType
The definition of this index type
indexTypeID - Variable in class org.gcube.indexmanagement.common.IndexType
The name of this index type
initializeAdapter() - Static method in class org.gcube.indexmanagement.resourceregistry.RRadaptor
 

L

LANG_UNKNOWN - Static variable in class org.gcube.indexmanagement.common.IndexType
 
LANGUAGE_FIELD - Static variable in class org.gcube.indexmanagement.common.IndexType
The field name for the collection language of a record
LuceneGcqlProcessor - Class in org.gcube.indexmanagement.lucenewrapper
 
LuceneGcqlProcessor() - Constructor for class org.gcube.indexmanagement.lucenewrapper.LuceneGcqlProcessor
 
LuceneGcqlQueryContainer - Class in org.gcube.indexmanagement.lucenewrapper
 
LuceneGcqlQueryContainer(QuerySnippetTermsPair, LinkedHashMap<String, String>, boolean) - Constructor for class org.gcube.indexmanagement.lucenewrapper.LuceneGcqlQueryContainer
 
LuceneSearcher - Class in org.gcube.indexmanagement.lucenewrapper
An IndexSerch implementation used to search a Lucene index.
LuceneSearcher() - Constructor for class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
 
LuceneSearcher.SupportedRelations - Enum in org.gcube.indexmanagement.lucenewrapper
 

M

main(String[]) - Static method in class org.gcube.indexmanagement.lucenewrapper.LuceneGcqlProcessor
 
maxLength(String[]) - Static method in class org.gcube.indexmanagement.common.XMLTokenReplacer
 
MBR - Static variable in class org.gcube.indexmanagement.common.IndexType
 

N

name - Variable in class org.gcube.indexmanagement.common.IndexField
The name of the field

O

org.gcube.indexmanagement.common - package org.gcube.indexmanagement.common
 
org.gcube.indexmanagement.gcqlwrapper - package org.gcube.indexmanagement.gcqlwrapper
 
org.gcube.indexmanagement.lucenewrapper - package org.gcube.indexmanagement.lucenewrapper
 
org.gcube.indexmanagement.resourceregistry - package org.gcube.indexmanagement.resourceregistry
 

P

PAYLOAD_FIELD - Static variable in class org.gcube.indexmanagement.common.IndexType
The field name of an index type that indicates the full payload of a record
PRESENTABLE_TAG - Static variable in class org.gcube.indexmanagement.common.IndexType
Tag for presentable fields in the field info published
presentableFields - Variable in class org.gcube.indexmanagement.gcqlwrapper.GcqlProcessor
 
printStackTrace() - Method in exception org.gcube.indexmanagement.common.IndexException
Print the stack trace to System.err.
printStackTrace(PrintStream) - Method in exception org.gcube.indexmanagement.common.IndexException
Print the stack trace to a print stream.
printStackTrace(PrintWriter) - Method in exception org.gcube.indexmanagement.common.IndexException
Print the stack trace to a print writer.
processQuery(ArrayList<String>, ArrayList<String>, String, RRadaptor) - Method in class org.gcube.indexmanagement.gcqlwrapper.GcqlProcessor
 
processQuery(ArrayList<String>, ArrayList<String>, String, RRadaptor) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGcqlProcessor
 
projectedFields - Variable in class org.gcube.indexmanagement.gcqlwrapper.GcqlQueryContainer
a list of the fields that are the projections of the query

Q

query - Variable in class org.gcube.indexmanagement.lucenewrapper.QuerySnippetTermsPair
package visibility
QuerySnippetTermsPair - Class in org.gcube.indexmanagement.lucenewrapper
 
QuerySnippetTermsPair() - Constructor for class org.gcube.indexmanagement.lucenewrapper.QuerySnippetTermsPair
 

R

RATIO - Static variable in class org.gcube.indexmanagement.common.IndexType
Optional Default Fields for geo results
readDoc(String, String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Sets the current document to the parsed file.
readInputStream(InputStream, String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Sets the current document to the parsed InputStream.
readString(String, String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Sets the current document to the parsed XML string.
removeQuotes(String) - Static method in class org.gcube.indexmanagement.gcqlwrapper.GcqlProcessor
 
RESULTSNO_EVENT - Static variable in class org.gcube.indexmanagement.common.IndexType
 
RESULTSNOFINAL_EVENT - Static variable in class org.gcube.indexmanagement.common.IndexType
 
retrieveIndexTypeGenericResource(String) - Method in class org.gcube.indexmanagement.common.IndexType
Retrieves an index type definition stored as a generic resource in the DIS and returns it as a string.
returned - Variable in class org.gcube.indexmanagement.common.IndexField
An indicator of whether to return the field (in the results from a query)
RRadaptor - Class in org.gcube.indexmanagement.resourceregistry
 
RRadaptor() - Constructor for class org.gcube.indexmanagement.resourceregistry.RRadaptor
 

S

SCORE_FIELD - Static variable in class org.gcube.indexmanagement.common.IndexType
The field name of an index type that indicates the ranking of a record
SEARCHABLE_TAG - Static variable in class org.gcube.indexmanagement.common.IndexType
Tag for searchable fields in the field info published
searchableFields - Variable in class org.gcube.indexmanagement.gcqlwrapper.GcqlProcessor
 
SEPERATOR_FIELD_INFO - Static variable in class org.gcube.indexmanagement.common.IndexType
Seperator for the field info published
setLuceneQuery(QuerySnippetTermsPair) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGcqlQueryContainer
 
setNextField() - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Sets current node to next node.
setProjectedFields(LinkedHashMap<String, String>) - Method in class org.gcube.indexmanagement.gcqlwrapper.GcqlQueryContainer
 
setRootNode(String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Sets the Field Node to the first child of the first instance of the field matching the argument.
SNIPPET - Static variable in class org.gcube.indexmanagement.common.IndexType
Snippet character
sort - Variable in class org.gcube.indexmanagement.common.IndexField
An indicator of whether to sort the field
splitTerms(String) - Static method in class org.gcube.indexmanagement.gcqlwrapper.GcqlProcessor
 
STATS_FIELD - Static variable in class org.gcube.indexmanagement.common.IndexType
The field name of an index type that indicates the docStatistics of a record
store - Variable in class org.gcube.indexmanagement.common.IndexField
An indicator of whether to store the field

T

tokenize - Variable in class org.gcube.indexmanagement.common.IndexField
An indicator of whether to tokenize the field
toString() - Method in class org.gcube.indexmanagement.common.FullTextIndexType
toString() - Method in class org.gcube.indexmanagement.common.IndexField
 
type - Variable in class org.gcube.indexmanagement.common.IndexField
The type of the field

V

valueOf(String) - Static method in enum org.gcube.indexmanagement.lucenewrapper.LuceneSearcher.SupportedRelations
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gcube.indexmanagement.lucenewrapper.LuceneSearcher.SupportedRelations
Returns an array containing the constants of this enum type, in the order they are declared.

W

WILDCARD - Static variable in class org.gcube.indexmanagement.common.IndexType
Wildcard character

X

XMLProfileParser - Class in org.gcube.indexmanagement.common
Provides various XML read only functions for the indexing service.
XMLProfileParser() - Constructor for class org.gcube.indexmanagement.common.XMLProfileParser
Creates a parser instance.
XMLResolve(String) - Static method in class org.gcube.indexmanagement.common.XMLTokenReplacer
 
XMLTokenReplacer - Class in org.gcube.indexmanagement.common
 
XMLTokenReplacer() - Constructor for class org.gcube.indexmanagement.common.XMLTokenReplacer
 
XMLUnresolve(String) - Static method in class org.gcube.indexmanagement.common.XMLTokenReplacer
 
A B C D E F G H I L M N O P Q R S T V W X 

Copyright © 2014. All Rights Reserved.