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

A

abort() - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Deletes inserted rowsets since last commit()
abort() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Deletes inserted rowsets since last commit()
adaptor - Variable in class org.gcube.indexmanagement.gcqlwrapper.GcqlProcessor
 
add(int, ArrayList<MergeSortElement>) - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
Adds a new elements' array in the queue
add(int, MergeSortElement) - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
Adds a new element in the queue
add(NotifierRequest) - Method in class org.gcube.indexmanagement.common.notifications.NotifierRequestQueue
 
add(HeapElement) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.SortedHeap
Adds the element
add_language(Language) - Method in class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.DummyLemmatizerPlugin
Add a lemmatizer for the language
add_language(Language) - Method in interface org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.LemmatizerPlugin
Method to initialise this plugin, the configuration file is optional, but most language detection tools need some sort of statistics, references and so on.
add_language(Language) - Method in class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.SnowballStemmingPlugin
Add a lemmatizer for the language
addChildField(IndexField) - Method in class org.gcube.indexmanagement.common.IndexField
Adds a IndexField sub field to this field
addCollectionID(String) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Adds a collection id to the collectionID resource property
addConnectionID(Integer) - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Adds a connection ID.
addConnectionID(int) - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Adds a connection ID
addElement(FeatureVectorElement) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.FileBufferWriter
Adds an element
addFeatureVector(FeatureVectorElement) - Method in interface org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndex
Adds a new element
addFeatureVector(FeatureVectorElement[]) - Method in interface org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndex
Adds new elements
addFeatureVector(FeatureVectorElement) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullVectorScan
 
addFeatureVector(FeatureVectorElement[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullVectorScan
 
addFeatureVector(FeatureVectorElement) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFile
 
addFeatureVector(FeatureVectorElement[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFile
 
addField(String) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Adds a field to the Fields resource property
addRecords(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndexStatsContainer
add operations
addRecordsTime(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndexStatsContainer
add records time
addRefineRequests(RefinementRequest) - Method in class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
addUpdater(int) - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Adds a new value to the Updater Resource Property
addVertex(Point) - Method in class org.gcube.indexmanagement.geo.shape.Polygon
A method to add a vertex to the polygon
addVertices(Collection<Point>) - Method in class org.gcube.indexmanagement.geo.shape.Polygon
A method to add a collection of vertices to the polygon
addVertices(Point[]) - Method in class org.gcube.indexmanagement.geo.shape.Polygon
A method to add an array of vertices to the polygon
ALL_INDEXES - Static variable in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
 
ApproximationFileEntry - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.elements
Entry stored in approximation file
ApproximationFileEntry(byte[], boolean) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntry
Creates new instance
ApproximationFileEntry(byte[]) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntry
Creates a new instance
ApproximationFileEntryInfo - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.elements
Info on approximation entry
ApproximationFileEntryInfo(ApproximationFileEntry, int) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntryInfo
Creates a new instance
ApproximationFileRandomAccess - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.io
Random access helper
ApproximationFileRandomAccess(VAFileParams) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.io.ApproximationFileRandomAccess
Creates a new instance
ApproximationFileReader - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.io
Approximation reader
ApproximationFileReader(VAFileParams) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.io.ApproximationFileReader
Creates a new Instance
ApproximationGenerator - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.algo
Generates approximation string
ApproximationGenerator() - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.ApproximationGenerator
 
APXCOUNT - Static variable in class org.gcube.indexmanagement.common.IndexType
 
areAllQueuesNonEmpty() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
checks if all the queues, of the active workers, have at least one element

B

BDBGcqlProcessor - Class in org.gcube.indexmanagement.bdbwrapper
 
BDBGcqlProcessor() - Constructor for class org.gcube.indexmanagement.bdbwrapper.BDBGcqlProcessor
 
BDBGcqlQueryContainer - Class in org.gcube.indexmanagement.bdbwrapper
 
BDBGcqlQueryContainer(ArrayList<ArrayList<BDBGcqlQueryContainer.SingleTerm>>, LinkedHashMap<String, String>, boolean) - Constructor for class org.gcube.indexmanagement.bdbwrapper.BDBGcqlQueryContainer
 
BDBQueryExecutor - Class in org.gcube.indexmanagement.bdbwrapper
 
BDBQueryExecutor(HashMap<String, Integer>, ForwardIndexType[], Database[], Database, Comparator[], ArrayList<?>, RecordWriter<GenericRecord>, LinkedHashMap<String, String>, boolean) - Constructor for class org.gcube.indexmanagement.bdbwrapper.BDBQueryExecutor
 
BDBWrapper - Class in org.gcube.indexmanagement.bdbwrapper
Class to store key and value pairs in the berkeley database
BDBWrapper(String, String, String, String[], ForwardIndexType[]) - Constructor for class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Provides the ability to store simple key-value pairs.
bInitializing - Variable in class org.gcube.indexmanagement.common.IndexWSResource
Is the resource in the initialization state or not?
boost - Variable in class org.gcube.indexmanagement.common.IndexField
The boost value to use for this field during ranking

C

canMergeSorterPause() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
checks if a MergeSorter can pause and let the workers do the processing, until there is enough data to do merge sorting, or there are more results than the results requested by the client, or there is no worker left
canSend(String, String) - Method in class org.gcube.indexmanagement.common.dupelimination.ResultsIdentifierSet
If the element identified by language, identifier is already in the set of results, returns false.
canWorkerPause(int) - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
checks if a specific worker can sleep
changeDocumentCount(int) - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Modifies the DocumentCount Resource Property
childrenFields - Variable in class org.gcube.indexmanagement.common.IndexField
The child fields of this field
Circle - Class in org.gcube.indexmanagement.geo.shape
A representation of a circle to be used by the GeoIndex.
Circle() - Constructor for class org.gcube.indexmanagement.geo.shape.Circle
 
close() - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Closes this BDBWrapper by deleting the whole index
close() - Method in class org.gcube.indexmanagement.common.CompressingOutputStream
close() - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Frees any resources used for updating indexes if any.
close() - Method in interface org.gcube.indexmanagement.common.IndexStatistics
Releases reserved resources.
close() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanReader
Closes the reader
close() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanWriter
Closes the streams
close() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.PopulateIndex
Close population
close() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.ApproximationFileRandomAccess
Closes
close() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.ApproximationFileReader
Closes
close() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.FileBufferReader
Closes
close() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.FileBufferWriter
Closes
close() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.VectorFileRandomAccess
Closes
close() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.VectorFileReader
Closes
close() - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Closes this jdbmWrapper by deleting the whole index
close() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Frees any resources used for updating indexes if any.
close() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneStatistics
Releases reserved resources.
closeIndex() - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Closes the index committing any uncommitted insertions
closeIndex() - Method in interface org.gcube.indexmanagement.common.IndexSearch
Closes the previously opened index
closeIndex() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Closes the index committing any uncommitted insertions
closeIndex() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
Closes the previously opened index
COLLECTION_FIELD - Static variable in class org.gcube.indexmanagement.common.IndexType
The field name for the collection id of a record
commit() - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Commits inserted rowsets
commit() - Method in interface org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndex
Commits additions
commit() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullVectorScan
 
commit() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFile
 
commit() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Commits inserted rowsets
compare(byte[], byte[]) - Method in class org.gcube.indexmanagement.bdbwrapper.DateComparator
Compares its two arguments for order.
compare(byte[], byte[]) - Method in class org.gcube.indexmanagement.bdbwrapper.FloatComparator
Compares its two arguments for order.
compare(byte[], byte[]) - Method in class org.gcube.indexmanagement.bdbwrapper.IntegerComparator
Compares its two arguments for order.
compare(byte[], byte[]) - Method in class org.gcube.indexmanagement.bdbwrapper.StringComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.SortAscHeapElementComparator
compares the two instances
compare(Object, Object) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.SortAscRankedResultComparator
compares the two instances
compare(Object, Object) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.SortDescMergedResultComparator
compares the two instances
compare(DataWrapper, DataWrapper) - Method in class org.gcube.indexmanagement.geo.ranking.RankEvaluator
compare(Object, Object) - Method in class org.gcube.indexmanagement.jdbmwrapper.DateComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class org.gcube.indexmanagement.jdbmwrapper.FloatComparator
Compares its two arguments for order.
compareTo(RTreeWrapper) - Method in class org.gcube.indexmanagement.geo.RTreeWrapper
 
CompressingOutputStream - Class in org.gcube.indexmanagement.common
An OutputStream used to output LZW compressed data.
CompressingOutputStream(OutputStream) - Constructor for class org.gcube.indexmanagement.common.CompressingOutputStream
Constructor which wraps an output stream, and initializes the code map with all possible values of a single byte, before increasing the codesize to the size of one byte + 1 to make place for the next code
ComputeBoundsL - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.algo
Computes the Lower bounds of the query point to all grid cells
ComputeBoundsL(float[][], int) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.ComputeBoundsL
Creates a new instance
ComputeBoundsLU - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.algo
Computes the lower and upper bounds of the query point to all grid cells
ComputeBoundsLU(float[][], int) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.ComputeBoundsLU
Creates a new instance
computePartitionPoints() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.PointPartitioning
Computes the partitioning points
containmentMethod - Variable in class org.gcube.indexmanagement.geo.ranking.RankEvaluator
The containment method used in the query
containmentMethod - Variable in class org.gcube.indexmanagement.geo.refinement.Refiner
The containment method used in the query
contains(Rectangle) - Method in class org.gcube.indexmanagement.geo.shape.Rectangle
A method which decides if this rectangle contains the specified rectangle.
containsField(String, ForwardIndexField.DataType) - Method in class org.gcube.indexmanagement.common.ForwardIndexType
A method to check if this ForwardIndexType object contains a certain field
containsField(String, GeoIndexField.DataType) - Method in class org.gcube.indexmanagement.geo.GeoIndexType
A Method to check if this GeoIndexType object contains a certain field
containsPoint(long, long) - Method in class org.gcube.indexmanagement.geo.shape.Rectangle
A method which decides if this rectangle contains the specified point.
countDescendants(String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Counts the number of descendant elements with a specified element name
createDefinition() - Static method in class org.gcube.indexmanagement.geo.DataWrapper
A method to generate the default GeoTools DataDefinition object.
createIndex(String, FullTextIndexType, boolean) - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Creates a new index
createIndex(String, FullTextIndexType, boolean) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Creates a new index
createMergedStatistics(List<String>) - Method in interface org.gcube.indexmanagement.common.IndexStatistics
Creates a new statistics file, and merges additional statistics files into it.
createMergedStatistics(List<String>) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneStatistics
Creates a new statistics file, and merges additional statistics files into it.
createProperty(String) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Adds a new ResourceProperty to the resource, given a property name.
createProperty(String, String) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Adds a new ResourceProperty to the resource, given a property name and a namespace.
createStatistics() - Method in interface org.gcube.indexmanagement.common.IndexStatistics
Creates a statistics file.
createStatistics() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneStatistics
Creates a statistics file and stores it in a ResultSet.
createTopic(String, String) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Adds a new topic to the resource, given a topic name and a namespace.
createTopic(String) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Adds a new topic to the resource, given a topic name.
CustomDate - Class in org.gcube.indexmanagement.bdbwrapper
This class represents a date whose serialization is formed according to a custom date format.
CustomDate - Class in org.gcube.indexmanagement.jdbmwrapper
This class represents a date whose serialization is formed according to a custom date format.

D

dataType - Variable in class org.gcube.indexmanagement.common.ForwardIndexField
The data type of the field
dataType - Variable in class org.gcube.indexmanagement.geo.GeoIndexField
The data type of the field
dataTypeFormat - Variable in class org.gcube.indexmanagement.common.ForwardIndexField
The format of the data type (if applicable)
DataWrapper - Class in org.gcube.indexmanagement.geo
A utility class used to read and administer the data, coordinates and id of a GeoIndex entry.
DateComparator - Class in org.gcube.indexmanagement.bdbwrapper
This class compares two dates.
DateComparator() - Constructor for class org.gcube.indexmanagement.bdbwrapper.DateComparator
 
DateComparator - Class in org.gcube.indexmanagement.jdbmwrapper
This class compares two dates.
DateComparator() - Constructor for class org.gcube.indexmanagement.jdbmwrapper.DateComparator
 
DateParser - Class in org.gcube.indexmanagement.common
A class used primarily in the initialize(String args[]) method of GeoIndexLookup plugins (rankers & refiners) in order to parse String arguments containing dates in the format "yyyy-MM-dd'T'HH:mm:ss.s" (where only yyyy is mandatory) into Date instances.
DateParser() - Constructor for class org.gcube.indexmanagement.common.DateParser
 
DecompressingInputStream - Class in org.gcube.indexmanagement.common
An InputStream used to read LZW compressed data written by a CompressingOutputStream.
DecompressingInputStream(InputStream) - Constructor for class org.gcube.indexmanagement.common.DecompressingInputStream
Constructor which wraps an input stream, and initializes the code map with all possible values of a single byte, before increasing the codesize to the size of one byte + 1 to make place for the next code
DEFAULT_CHARSET - Static variable in class org.gcube.indexmanagement.geo.DataWrapper
 
deleteDocuments(String[]) - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Deletes the listed documents both from the local storage and the main index
deleteDocuments(String[]) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Deletes the listed documents both from the local storage and the main index
deleteDocumentsLocally(String[]) - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Deletes the listed documents from the local storage
deleteDocumentsLocally(String[]) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Deletes the listed documents from the local storage
deleteIndex() - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Deletes the entire index with all it's inserted rowsets.
deleteIndex() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Deletes the entire index with all it's inserted rowsets.
deletePairInDb(Object) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Deletes a key and value pair in the the tree.
deleteUpdater(int) - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Deletes a value from the Updater Resource Property
destructionMode - Variable in class org.gcube.indexmanagement.common.IndexWSResource
The resource's destruction mode
detectEncoding(Object) - Method in interface org.gcube.indexmanagement.common.linguistics.synonymplugin.SynonymPlugin
Method to detect encoding.
detectLanguage(String) - Method in class org.gcube.indexmanagement.common.linguistics.jtextcat.JTextCatPlugin
Detects the language in the document
detectLanguage(String) - Method in class org.gcube.indexmanagement.common.linguistics.languageidplugin.DummyLangidPlugin
Detects the language in the document
detectLanguage(String) - Method in interface org.gcube.indexmanagement.common.linguistics.languageidplugin.LanguageIdPlugin
Detect the language.
detectLanguage(Object) - Method in interface org.gcube.indexmanagement.common.linguistics.synonymplugin.SynonymPlugin
Method to detect the language.
detectLanguageFull(String) - Method in class org.gcube.indexmanagement.common.linguistics.languageidplugin.DummyLangidPlugin
Detects the language in the document and returns the full string of from detection algorithm.
distance(float[], float[], float, FIEnums.DistanceTypes) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.DistanceCalculation
Distance function
distance(float[], float[], float, FIEnums.DistanceTypes, float[]) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.DistanceCalculation
Distance function
DistanceCalculation - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Distance computations
DistanceCalculation() - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.DistanceCalculation
 
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
 
doRequest() - Method in class org.gcube.indexmanagement.common.notifications.IsRegisteredNotificationRequest
 
doRequest() - Method in class org.gcube.indexmanagement.common.notifications.NotifierRequest
 
doRequest() - Method in class org.gcube.indexmanagement.common.notifications.RegisterNotificationRequest
 
doRequest() - Method in class org.gcube.indexmanagement.common.notifications.SubscribeToNotificationRequest
 
doRequest() - Method in class org.gcube.indexmanagement.common.notifications.UnregisterNotificationRequest
 
doRequest() - Method in class org.gcube.indexmanagement.common.notifications.UnsubscribeFromNotificationRequest
 
DummyLangidPlugin - Class in org.gcube.indexmanagement.common.linguistics.languageidplugin
The dummy class for lanugae identification.
DummyLangidPlugin() - Constructor for class org.gcube.indexmanagement.common.linguistics.languageidplugin.DummyLangidPlugin
Empty constructor.
DummyLemmatizerPlugin - Class in org.gcube.indexmanagement.common.linguistics.lemmatizerplugin
The class that provides methods for language identification.
DummyLemmatizerPlugin() - Constructor for class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.DummyLemmatizerPlugin
Constructor, creates the lemmatizerMap.

E

epr - Variable in class org.gcube.indexmanagement.common.notifications.NotifierRequest
 
equals(Object) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.SortAscHeapElementComparator
 
equals(Object) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.SortAscRankedResultComparator
 
equals(Object) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.SortDescMergedResultComparator
 
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
EXACT - Static variable in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
 
executeCqlQuery(ArrayList<String>, ArrayList<String>, String, boolean, RRadaptor) - Method in interface org.gcube.indexmanagement.common.IndexSearch
Fills the RSClient with results from executing the queryString on an index (Lucene only).
executeCqlQuery(ArrayList<String>, ArrayList<String>, String, boolean, RRadaptor) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
Fills the RSClient with results from executing the queryString on an index (Lucene only).
executeQuery(String, boolean) - Method in interface org.gcube.indexmanagement.common.IndexSearch
Fills the RSClient with results from executing the queryString on an index (Lucene only).
executeQuery(String, boolean) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
Deprecated. - This method applies a query expansion, before executing the query, that assumes an old Index version was used (Index Library version < 3.0.0) Fills the RSClient with results from executing the queryString on an index (Lucene only).

Setting client to null will print results to system.out.

existsFullScanBufferFile(String, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
Checks if the full scan buffer file exists
existsFullScanFile(String, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
Checks if the full scan file exists
existsVAFApproxFile(String, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
Checks if the VA approximations file exists
existsVAFBufferFile(String, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
Checks if the VA buffer file exists
existsVAFVectorFile(String, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
Checks if the VA vector file exists
expandQuery(String, String, String, boolean) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
 

F

FeatureFactoryStatsContainer - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Statistics container
FeatureFactoryStatsContainer(String, String) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureFactoryStatsContainer
Constructor
FeatureIndex - Interface in org.gcube.indexmanagement.featureindexlibrary.commons
Feature index interface
FeatureIndexStatsContainer - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Statistics container
FeatureIndexStatsContainer(String, String, ServiceContextContainer) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndexStatsContainer
Constructor
FeatureVectorElement - Class in org.gcube.indexmanagement.featureindexlibrary.commons
The element holding the vector and the id
FeatureVectorElement(String, float[]) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureVectorElement
Creates a new instance
fieldNames - Variable in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
 
fields - Variable in class org.gcube.indexmanagement.common.ForwardIndexType
The fields of this GeoIndexType
fields - Variable in class org.gcube.indexmanagement.geo.GeoIndexType
The fields of this GeoIndexType
FIEnums - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Enumerations used
FIEnums() - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.FIEnums
 
FIEnums.AlgoType - Enum in org.gcube.indexmanagement.featureindexlibrary.commons
Search algorithm types
FIEnums.DistanceTypes - Enum in org.gcube.indexmanagement.featureindexlibrary.commons
Distance types
FIEnums.IndexType - Enum in org.gcube.indexmanagement.featureindexlibrary.commons
Index types
FileBufferReader - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.io
B uffer reader class
FileBufferReader(String, VAFileParams) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.io.FileBufferReader
Creates a new instance
FileBufferWriter - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.io
Buffer file writer helper
FileBufferWriter(String, VAFileParams) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.io.FileBufferWriter
Creates a new instance
FileHelper - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Helper class
FileHelper() - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
 
filterFieldInfo(ArrayList<String>, ArrayList<String>) - Method in class org.gcube.indexmanagement.common.IndexWSResource
 
finalize() - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
 
findPresentable(String) - Method in class org.gcube.indexmanagement.gcqlwrapper.GcqlProcessor
 
FloatComparator - Class in org.gcube.indexmanagement.bdbwrapper
This class compares two Floats.
FloatComparator() - Constructor for class org.gcube.indexmanagement.bdbwrapper.FloatComparator
 
FloatComparator - Class in org.gcube.indexmanagement.jdbmwrapper
This class compares two dates.
FloatComparator() - Constructor for class org.gcube.indexmanagement.jdbmwrapper.FloatComparator
 
ForwardIndex - Interface in org.gcube.indexmanagement.common
This interface contains the methods that are specified for the forward index, and that is used and known by the clients of the service.
ForwardIndexField - Class in org.gcube.indexmanagement.common
Represent the characteristics of a single field in a forward index RowSet.
ForwardIndexField() - Constructor for class org.gcube.indexmanagement.common.ForwardIndexField
Empty constructor.
ForwardIndexField(String, ForwardIndexField.DataType) - Constructor for class org.gcube.indexmanagement.common.ForwardIndexField
Constructor setting all field attributes.
ForwardIndexField(String, int) - Constructor for class org.gcube.indexmanagement.common.ForwardIndexField
Constructor setting all field attributes.
ForwardIndexField.DataType - Enum in org.gcube.indexmanagement.common
An enumeration of accepted data types, along with their respective Class objects and default byte size
ForwardIndexType - Class in org.gcube.indexmanagement.common
This class returns the index types that are supported by the ForwardIndex.
ForwardIndexType(String, GCUBEScope) - Constructor for class org.gcube.indexmanagement.common.ForwardIndexType
Standard constructor which build a ForwardIndexType object an index type name
fromXML(String) - Method in class org.gcube.indexmanagement.common.PropertyElementForwardIndex
Method to get the element from the XML formatted string.
fromXML(String) - Method in class org.gcube.indexmanagement.common.PropertyElementLookup
FullScanParams - Class in org.gcube.indexmanagement.featureindexlibrary.fullscan
Parameters for creating a full scan index
FullScanParams(String, FIEnums.DistanceTypes) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
Creates a new instance
FullScanReader - Class in org.gcube.indexmanagement.featureindexlibrary.fullscan
A reader of a full scan file
FullScanReader(String) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanReader
Creates a new instance
FullScanWriter - Class in org.gcube.indexmanagement.featureindexlibrary.fullscan
Writer of the Full scan file
FullScanWriter(FullScanParams) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanWriter
Creates a new instance
FullTextIndexType - Class in org.gcube.indexmanagement.common
Representation of an index'es IndexType and IndexFormat
FullTextIndexType(String, GCUBEScope) - Constructor for class org.gcube.indexmanagement.common.FullTextIndexType
The CSTR of the index type
FullVectorScan - Class in org.gcube.indexmanagement.featureindexlibrary.fullscan
The Full scan index
FullVectorScan(FullScanParams) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullVectorScan
Creates a new index

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
 
generate(float[][], float[], VAFileParams) - Static method in class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.ApproximationGenerator
Generate approximation
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
GeoGcqlCollectionQuery - Class in org.gcube.indexmanagement.geo
 
GeoGcqlCollectionQuery(InclusionType, Polygon, ArrayList<RefinementRequest>, RankingRequest, boolean) - Constructor for class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
GeoGcqlProcessor - Class in org.gcube.indexmanagement.geo
 
GeoGcqlProcessor() - Constructor for class org.gcube.indexmanagement.geo.GeoGcqlProcessor
 
GeoGcqlQueryContainer - Class in org.gcube.indexmanagement.geo
 
GeoGcqlQueryContainer(LinkedHashMap<String, String>) - Constructor for class org.gcube.indexmanagement.geo.GeoGcqlQueryContainer
 
GeoGcqlQueryContainer.QueriesContainer - Class in org.gcube.indexmanagement.geo
Container class for queries.
GeoGcqlQueryContainer.QueriesContainer(ArrayList<String>, ArrayList<String>, ArrayList<GeoGcqlCollectionQuery>) - Constructor for class org.gcube.indexmanagement.geo.GeoGcqlQueryContainer.QueriesContainer
 
GeoIndexField - Class in org.gcube.indexmanagement.geo
Represent the characteristics of a single field in a RowSet.
GeoIndexField() - Constructor for class org.gcube.indexmanagement.geo.GeoIndexField
Empty constructor.
GeoIndexField(String, boolean, GeoIndexField.DataType) - Constructor for class org.gcube.indexmanagement.geo.GeoIndexField
Constructor setting all field attributes.
GeoIndexField(String, boolean, int) - Constructor for class org.gcube.indexmanagement.geo.GeoIndexField
Constructor setting all field attributes.
GeoIndexField.DataType - Enum in org.gcube.indexmanagement.geo
An enumeration of accepted data types, along with their respective Class objects and default byte size
GeoIndexType - Class in org.gcube.indexmanagement.geo
A Java object representation of the GeoIndexType
GeoIndexType(String, GCUBEScope) - Constructor for class org.gcube.indexmanagement.geo.GeoIndexType
Standard constructor which build a GeoIndexType object from a String containing a GeoIndexType xml document
get(int) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.SortedHeap
Retrieves the elment in the given position
getAlgo() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.LookupParams
Retreves the algorithm
getAll() - Method in class org.gcube.indexmanagement.geo.QueryResults
Returns all results (including previously retrieved), without updating the position marker (ie.
getAllDec(String, ResultType) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Gets all.
getAllDec(boolean) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Gets all.
getAllInc(String, ResultType) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Gets all.
getAllInc(boolean) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Gets all.
getApproximationEntryLength() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getArgs() - Method in class org.gcube.indexmanagement.geo.RankingRequest
getter of the ranker arguments
getArgs() - Method in class org.gcube.indexmanagement.geo.RefinementRequest
getter for the arguments of the refiner
getArrayOfQueries() - Method in class org.gcube.indexmanagement.geo.GeoGcqlQueryContainer
 
getBdbQueries() - Method in class org.gcube.indexmanagement.bdbwrapper.BDBGcqlQueryContainer
 
getBits() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getBitString() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntry
Getter of property
getBoundingBox() - Method in class org.gcube.indexmanagement.geo.shape.Polygon
A method to get the Minimum Bounding Rectanngle of the polygon
getBuckets() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getByName(String) - Static method in enum org.gcube.indexmanagement.common.ForwardIndexField.DataType
A case insensitive version of valueOf(String).
getByName(String) - Static method in enum org.gcube.indexmanagement.geo.GeoIndexField.DataType
A case insensitive version of valueOf(String).
getBytes() - Method in class org.gcube.indexmanagement.bdbwrapper.CustomDate
Encodes the given CustomDate object to an array of bytes
getCharacteristics() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanReader
Reads the head of the full scan file
getColID() - Method in class org.gcube.indexmanagement.geo.DataWrapper
 
getColIDs() - Method in class org.gcube.indexmanagement.geo.GeoGcqlQueryContainer.QueriesContainer
 
getColLang() - Method in class org.gcube.indexmanagement.geo.DataWrapper
 
getCollectionID() - Method in class org.gcube.indexmanagement.common.IndexWSResource
Getter method for the CollectionID list Resource Property
getCommittedFileSize() - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Returns the size of the committed files
getCommittedFileSize() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Returns the size of the committed files
getConnectionCount() - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Getter method for the ConnectionCount Resource Property
getConnectionID() - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Getter method for the ConnectionID Resource Property
getConnectionID() - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Getter method for the ConnectionID Resource Property
getContext() - Method in class org.gcube.indexmanagement.common.ServiceContextContainer
 
getCreated() - Method in class org.gcube.indexmanagement.common.IndexWSResource
Getter method for the Created Resource Property
getCurrentRefinedCount() - Method in class org.gcube.indexmanagement.geo.QueryResults
A method to get the current number of refined hits
getCurrentUnrefinedCount() - Method in class org.gcube.indexmanagement.geo.QueryResults
A method to get the current number of hits processed
getData() - Method in class org.gcube.indexmanagement.geo.DataWrapper
A getter method for the Data
getDataType() - Method in class org.gcube.indexmanagement.common.ForwardIndexField
Returns the data type in use
getDataTypeFormat() - Method in class org.gcube.indexmanagement.common.ForwardIndexField
Returns the format of the data type in use
getDefaultSize() - Method in enum org.gcube.indexmanagement.common.ForwardIndexField.DataType
Getter method for the default byte size of this data type
getDefaultSize() - Method in enum org.gcube.indexmanagement.geo.GeoIndexField.DataType
Getter method for the default byte size of this data type
getDeltaFileSize() - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Getter method for the DeltaFileSize Resource Property
getDestructionMode() - Method in class org.gcube.indexmanagement.common.IndexWSResource
Returns the resource's destruction mode
getDist() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.LookupParams
Retrieves teh distance measure
getDistanceMeasure() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
Retrieves the distance measure
getDistanceMeasure() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getDistinct() - Method in class org.gcube.indexmanagement.bdbwrapper.BDBGcqlQueryContainer
 
getDocSnippets(Document, HashMap<String, ArrayList<String>>) - Method in class org.gcube.indexmanagement.lucenewrapper.HighlighterWrapper
Highlights chosen terms of fields in a document, extracting the most relevant sections
getDocumentCount() - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Getter method for the DocumentCount Resource Property
getDocumentCount() - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Getter method for the DocumentCount Resource Property
getElement() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortElement
 
getElement() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanReader
Reads a record element
getElementCount() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
The number of elements
getElementCount() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getEntry() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntryInfo
Getter of property
getEntry() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntryInfo
Property getter
getEQ(String, Object, ResultType) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Gets the values where the key equals the input key.
getEQ(String, Object, ResultType) - Method in interface org.gcube.indexmanagement.common.ForwardIndex
Gets the key and value pairs where keys are equal the input key.
getEQ(Object, boolean) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Gets the values where the key equals the input key.
getException() - Method in exception org.gcube.indexmanagement.common.IndexException
Retrieves nested exception.
getFeatureName() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
Retrieves the feature name
getFeatureName() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getField() - Method in class org.gcube.indexmanagement.lucenewrapper.QueryTerm
Returns the query term field.
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
 
getFieldPosition(String) - Method in class org.gcube.indexmanagement.geo.GeoIndexType
A Method to get the position of a field from the field name
getFields() - Method in class org.gcube.indexmanagement.common.FullTextIndexType
Get the specified array of fields.
getFields() - Method in class org.gcube.indexmanagement.common.IndexWSResource
Getter method for the Fields list Resource Property
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.
getFreq(Term, int) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearchWorker
A method used to count the occurrence frequency of a Term in a Document.
getFreq(Enumeration, String, int) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearchWorker
A method used to the Term frequency of the term termString for multiple fields in the document(docID).
getFullScanBufferFile(String, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
Retrieves the full scan buffer file
getFullScanFile(String, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
Retrieves the full scan file
getGE(String, Object, ResultType) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Gets values >= keyGE.
getGE(String, Object, ResultType) - Method in interface org.gcube.indexmanagement.common.ForwardIndex
Gets the key and value pairs where keys are GE the input key.
getGE(Object, boolean) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Gets values >= keyGE.
getGEandLE(String, Object, Object, ResultType) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Gets keyGE <= values <= keyLE
getGEandLE(String, Object, Object, ResultType) - Method in interface org.gcube.indexmanagement.common.ForwardIndex
Gets the key and value pairs where keys are GE the input key1 and LE the input key2.
getGEandLE(Object, Object, boolean) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Gets keyGE <= values <= keyLE
getGEandLT(String, Object, Object, ResultType) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Gets keyGE <= values < keyLT
getGEandLT(String, Object, Object, ResultType) - Method in interface org.gcube.indexmanagement.common.ForwardIndex
Gets the key and value pairs where keys are GE the input key1 and LT the input key2.
getGEandLT(Object, Object, boolean) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Gets keyGE <= values < keyLT
getGetUntil() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
gets the sum of the results requested by the client, until now
getGT(String, Object, ResultType) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Gets keyGT < values
getGT(String, Object, ResultType) - Method in interface org.gcube.indexmanagement.common.ForwardIndex
Gets the key and value pairs where keys are GT the input key.
getGT(Object, boolean) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Gets keyGT < values
getGTandLE(String, Object, Object, ResultType) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Gets keyGT < values <= keyLE
getGTandLE(String, Object, Object, ResultType) - Method in interface org.gcube.indexmanagement.common.ForwardIndex
Gets the key and value pairs where keys are GT the input key1 and LE the input key2.
getGTandLE(Object, Object, boolean) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Gets keyGT < values <= keyLE
getGTandLT(String, Object, Object, ResultType) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Gets keyGT < values < keyLT
getGTandLT(String, Object, Object, ResultType) - Method in interface org.gcube.indexmanagement.common.ForwardIndex
Gets the key and value pairs where keys are GT the input key1.
getGTandLT(Object, Object, boolean) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Gets keyGT < values < keyLT
getId() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortElement
 
getId() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureVectorElement
Retrieves the id
getId() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.RankedResultElement
The id
getId() - Method in class org.gcube.indexmanagement.featureindexlibrary.merger.MergedResultElement
Retrieves the id
getId() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntry
Property getter
getID() - Method in class org.gcube.indexmanagement.geo.DataWrapper
A getter method for the ID
getIDLength() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getInclusion() - Method in class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
getInclusion() - Method in class org.gcube.indexmanagement.geo.RefinementRequest
getter for the inclusion property
getIndexDataDirectory() - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Returns the local directory where index data is stored
getIndexFile() - Method in class org.gcube.indexmanagement.geo.RTreeWrapper
 
getIndexFileSize() - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Shows the current file size of the index
getIndexFileSize() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Shows the current file size of the index
getIndexID() - Method in class org.gcube.indexmanagement.common.IndexWSResource
Getter method for the IndexID Resource Property
getIndexID() - Method in interface org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndex
Returns the index id of the index instance
getIndexID() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
Retrieves the index id
getIndexID() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullVectorScan
Returns the index id of the index instance
getIndexID() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFile
Returns the index id of the index instance
getIndexID() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getIndexName() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.RankedResultElement
Retrieves the index name
getIndexName() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
Retrieves the index name
getIndexName() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getIndexNames() - Method in class org.gcube.indexmanagement.featureindexlibrary.merger.MergedResultElement
Retrieves the index names
getIndexReader() - Method in class org.gcube.indexmanagement.lucenewrapper.HighlighterWrapper
 
getIndexStatus() - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Getter method for the IndexStatus Resource Property
getIndexStatus() - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Getter method for the IndexStatus Resource Property
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.
getIndexTypeName() - Method in class org.gcube.indexmanagement.common.IndexWSResource
Getter method for the IndexTypeName Resource Property
getInstance() - Static method in class org.gcube.indexmanagement.common.notifications.NotifierRequestQueue
 
getInstance(GeoIndexType, Data, RandomAccessFile) - Static method in class org.gcube.indexmanagement.geo.DataWrapper
A method used to get a DataWrapper instance from a GeoTools Data object
getInstance(GeoIndexType, ReadableByteChannel, RandomAccessFile) - Static method in class org.gcube.indexmanagement.geo.DataWrapper
A method used to create a DataWrapper instance from an IndexType and a DeltaFile input channel
getIsUpdated() - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Getter method for the IsUpdated Resource Property
getJndiResourceObject(String) - Static method in class org.gcube.indexmanagement.common.IndexContext
A method used to get a resource object (from the JNDI file) for the current Index service if available.
getKeyField() - Method in class org.gcube.indexmanagement.common.ForwardIndexType
Returns the object representing the "key" field of this forward index type
getLang() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortElement
 
getLangs() - Method in class org.gcube.indexmanagement.geo.GeoGcqlQueryContainer.QueriesContainer
 
getLBound() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.HeapElement
Retrieves the lower bound
getLE(String, Object, ResultType) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Gets values <= keyLE
getLE(String, Object, ResultType) - Method in interface org.gcube.indexmanagement.common.ForwardIndex
Gets the key and value pairs where keys are LE the input key.
getLE(Object, boolean) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Gets values <= keyLE
getLowerBound(byte[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.ComputeBoundsL
Retrieves the lower bound of the given bitstring
getLowerBound(byte[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.ComputeBoundsLU
Teh lower bound of the bit string
getLT(String, Object, ResultType) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Gets values < keyLT
getLT(String, Object, ResultType) - Method in interface org.gcube.indexmanagement.common.ForwardIndex
Gets the key and value pairs where keys are LT the input key.
getLT(Object, boolean) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Gets values < keyLT
getLuceneQuery() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGcqlQueryContainer
 
getManagementResourceNamespace() - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Returns the namespace of the management resource associated with this lookup resource
getManagementResourceNamespace() - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Returns the namespace of the management resource associated with this updater resource
getMaxArea() - Method in class org.gcube.indexmanagement.geo.RTreeWrapper
Gets the maximum area of objects to be handled by this index
getMaximumSnippetsCount() - Method in class org.gcube.indexmanagement.lucenewrapper.HighlighterWrapper
 
getMaxX() - Method in class org.gcube.indexmanagement.geo.DataWrapper
A getter method for the highest X coordinate
getMaxX() - Method in class org.gcube.indexmanagement.geo.shape.Rectangle
Getter method for the biggest X coordinate
getMaxY() - Method in class org.gcube.indexmanagement.geo.DataWrapper
A getter method for the highest Y coordinate
getMaxY() - Method in class org.gcube.indexmanagement.geo.shape.Rectangle
Getter method for the biggest Y coordinate
getMbr() - Method in class org.gcube.indexmanagement.geo.DataWrapper
A method to get the Minimum Bounding Rectangle of the entry
getMinX() - Method in class org.gcube.indexmanagement.geo.DataWrapper
A getter method for the lowest X coordinate
getMinX() - Method in class org.gcube.indexmanagement.geo.shape.Rectangle
Getter method for the smallest X coordinate
getMinY() - Method in class org.gcube.indexmanagement.geo.DataWrapper
A getter method for the lowest Y coordinate
getMinY() - Method in class org.gcube.indexmanagement.geo.shape.Rectangle
Getter method for the smallest Y coordinate
getModified() - Method in class org.gcube.indexmanagement.common.IndexWSResource
Getter method for the Modified Resource Property
getName() - Method in class org.gcube.indexmanagement.common.ForwardIndexField
Returns the field name
getNamespace() - Method in class org.gcube.indexmanagement.common.IndexWSResource
Returns the namespace of the service this resource belongs to
getNext() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
 
getNext() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.ApproximationFileReader
Reads entry
getNext() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.VectorFileReader
reads next entry
getNext(int) - Method in class org.gcube.indexmanagement.geo.QueryResults
A method to refine, sort and return a specified number of results
getNumberOfDecimals() - Method in class org.gcube.indexmanagement.geo.GeoGcqlProcessor
 
getNumberOfElements() - Method in interface org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndex
Retrieves the number of elements in the index
getNumberOfElements() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.SortedHeap
Retrieves the number of results
getNumberOfElements() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullVectorScan
 
getNumberOfElements() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFile
 
getNumberOfFields() - Method in class org.gcube.indexmanagement.common.FullTextIndexType
Get the number of fields in the index type.
getNumDocs() - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Returns the number of stored documents(values)
getNumKeys() - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Returns the number of entries for each indexed field
getPackageSize() - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Returns the package size that determines how keys and values are multiplexed.
getPartitionBuckets() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.PointPartitioning
Retrieves teh backets in each partition
getPartitionPoints() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.PointPartitioning
Retrieves teh partitioning points
getPartitionPoints() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getPolygon() - Method in class org.gcube.indexmanagement.geo.RefinementRequest
getter for the search-polygon property
getPosition() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntryInfo
Getter of property
getPosition() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntryInfo
Property getter
getPresentableFromXML(String, String, String) - Static method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Parses the XML containing the presentable information for a document (FORMAT: fieldvalue ) and returns an array containing the unique field names.
getPresentationFieldsFromXML(String) - Static method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Parses the XML containing the presentable information for a document (FORMAT: fieldvalue ) and returns a map containing the field name - value pairs.
getProjectedFields() - Method in class org.gcube.indexmanagement.gcqlwrapper.GcqlQueryContainer
 
getPropertyNames() - Method in class org.gcube.indexmanagement.common.IndexWSResource
 
getQueries() - Method in class org.gcube.indexmanagement.geo.GeoGcqlQueryContainer.QueriesContainer
 
getRank() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortElement
 
getRank() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.RankedResultElement
Retrieves the rank
getRank() - Method in class org.gcube.indexmanagement.featureindexlibrary.merger.MergedResultElement
Retrieves the rank
getRankerID() - Method in class org.gcube.indexmanagement.geo.RankingRequest
getter for the ranker ID property
getRankRequest() - Method in class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
getRecNum() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.HeapElement
Retrieves the record number
getRefineRequests() - Method in class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
getRefinerID() - Method in class org.gcube.indexmanagement.geo.RefinementRequest
getter for the refiner ID property
getRest() - Method in class org.gcube.indexmanagement.geo.QueryResults
Returns the rest of the available results
getResults(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.LookupBuffer
Retrieves the results
getResults() - Method in class org.gcube.indexmanagement.featureindexlibrary.merger.RankedMergeElement
Retrieves teh results
getResultsRetrieved() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
gets the sum of the results retrieved
getResultsSent() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
 
getSearchPolygon() - Method in class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
getSnippetSize() - Method in class org.gcube.indexmanagement.lucenewrapper.HighlighterWrapper
 
getSnippetString(List<String>) - Static method in class org.gcube.indexmanagement.lucenewrapper.HighlighterWrapper
Transforms a list of snippets into a formatted string
getStorage() - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
Retireves the storage location
getStorage() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getSubFields() - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Gets the (element name, #text value) pairs for all child nodes in the current field.
getSupportedRelations() - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Getter method for the SupportedRelations list Resource Property
getTerm() - Method in class org.gcube.indexmanagement.lucenewrapper.QueryTerm
Returns the query term text.
getTerms(Query) - Static method in class org.gcube.indexmanagement.lucenewrapper.QueryTermFilter
Extracts all query terms of the given Query.
getTotalHitCount() - Method in class org.gcube.indexmanagement.geo.QueryResults
A method to get the total number of (unrefined) hits
getTypeClass() - Method in enum org.gcube.indexmanagement.common.ForwardIndexField.DataType
Getter method for the Class object of this data type
getTypeClass() - Method in enum org.gcube.indexmanagement.geo.GeoIndexField.DataType
Getter method for the Class object of this data type
getUnCommittedFileSize() - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Returns the size of the uncommitted files
getUnCommittedFileSize() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Returns the size of the uncommitted files
getUpdater() - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Getter method for the Updater Resource Property
getUpdaterCount() - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Returns the number of values in the Updater Resource Property
getUpperBound(byte[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.ComputeBoundsLU
The upper bound of the bit string
getVAFApproxFile(String, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
Retrieves the VA approximation file
getVAFBufferFile(String, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
Retrieves the VA buffer file
getVAFVectorFile(String, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
Retrieves the VA vector file
getValue(String) - Method in class org.gcube.indexmanagement.geo.DataWrapper
A method to get the value of the IndexType field with the specified field name
getValueField() - Method in class org.gcube.indexmanagement.common.ForwardIndexType
Returns the object representing the "value" field of this forward index type
getVector() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureVectorElement
Retrieves the vector
getVector() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntry
Property getter
getVectorEntryLength() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getVectorLength() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getVertexArray() - Method in class org.gcube.indexmanagement.geo.shape.Polygon
A method to get an array of the vertices of the polygon
getVertices() - Method in class org.gcube.indexmanagement.geo.shape.Polygon
A method to get an ArrayList of the vertices of the polygon
getWeight() - Method in class org.gcube.indexmanagement.featureindexlibrary.merger.RankedMergeElement
Retrieves the weights
getWeighted() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getWeights() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getX() - Method in class org.gcube.indexmanagement.geo.shape.Point
Getter method for the points X coordinate
getX2Sum() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getXSum() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property getter
getY() - Method in class org.gcube.indexmanagement.geo.shape.Point
Getter method for the points Y coordinate
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
HeapElement - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Element used to store records in heap
HeapElement(long, float) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.HeapElement
Creates a new instance
HighlighterWrapper - Class in org.gcube.indexmanagement.lucenewrapper
A wrapper for the highlight functionality of lucene .
HighlighterWrapper(IndexReader) - Constructor for class org.gcube.indexmanagement.lucenewrapper.HighlighterWrapper
 

I

InclusionType - Enum in org.gcube.indexmanagement.geo
An enumeration of allowed boolean set operations to use during a GeoIndex query.
index - Variable in class org.gcube.indexmanagement.common.IndexField
An indicator of whether to index the field
INDEX_COLLECTION_NAME - Static variable in interface org.gcube.indexmanagement.common.IndexServiceConst
The name of the collection storing delta files, index state info and index statistics
indexChangeTopic - Variable in class org.gcube.indexmanagement.common.IndexLookupWSResource
The index update notification topic
IndexContext - Class in org.gcube.indexmanagement.common
A utility class used to retrieve Index related MessageContext parameters *
IndexContext() - Constructor for class org.gcube.indexmanagement.common.IndexContext
 
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, boolean, boolean, boolean, boolean, boolean, float) - Constructor for class org.gcube.indexmanagement.common.IndexField
Constructor setting all field attributes.
IndexGenerator - Interface in org.gcube.indexmanagement.common
Interface for Index Generating Wrapper Classes.
IndexLookupWSResource - Class in org.gcube.indexmanagement.common
 
IndexLookupWSResource() - Constructor for class org.gcube.indexmanagement.common.IndexLookupWSResource
 
IndexLookupWSResource.ConsumerNotification - Class in org.gcube.indexmanagement.common
Class that handles the consuming of received notifications
IndexLookupWSResource.ConsumerNotification(GCUBEScope) - Constructor for class org.gcube.indexmanagement.common.IndexLookupWSResource.ConsumerNotification
 
IndexManagementWSResource - Class in org.gcube.indexmanagement.common
 
IndexManagementWSResource() - Constructor for class org.gcube.indexmanagement.common.IndexManagementWSResource
 
IndexNotificationConsumer - Class in org.gcube.indexmanagement.common
 
IndexNotificationConsumer(IndexWSResource, GCUBEScope) - Constructor for class org.gcube.indexmanagement.common.IndexNotificationConsumer
 
IndexSearch - Interface in org.gcube.indexmanagement.common
Interface for Index Searching Wrapper Classes
IndexServiceConst - Interface in org.gcube.indexmanagement.common
Commonly used constants.
IndexStatistics - Interface in org.gcube.indexmanagement.common
Interface for Index Statistic Generating Wrapper Classes.
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
indexType - Variable in class org.gcube.indexmanagement.geo.ranking.RankEvaluator
The index type of the Index using this RankEvaluator
indexType - Variable in class org.gcube.indexmanagement.geo.refinement.Refiner
The index type of the Index using this Refiner
indexTypeID - Variable in class org.gcube.indexmanagement.common.IndexType
The name of this index type
IndexUpdaterWSResource - Class in org.gcube.indexmanagement.common
 
IndexUpdaterWSResource() - Constructor for class org.gcube.indexmanagement.common.IndexUpdaterWSResource
 
IndexUpdaterWSResource.ConsumerNotification - Class in org.gcube.indexmanagement.common
Class that handles the consuming of received notifications
IndexUpdaterWSResource.ConsumerNotification(GCUBEScope) - Constructor for class org.gcube.indexmanagement.common.IndexUpdaterWSResource.ConsumerNotification
 
IndexWSResource - Class in org.gcube.indexmanagement.common
 
IndexWSResource() - Constructor for class org.gcube.indexmanagement.common.IndexWSResource
Constructs a new IndexWSResource object.
IndexWSResource.DestructionMode - Enum in org.gcube.indexmanagement.common
The two possible modes of index resource destruction: FULL_DESTRUCTION: Remove the resource and perform full clean-up of any objects created by it (e.g.
init(String) - Method in class org.gcube.indexmanagement.common.linguistics.jtextcat.JTextCatPlugin
Method that initialises the implementation of the language id.
init(String) - Method in class org.gcube.indexmanagement.common.linguistics.languageidplugin.DummyLangidPlugin
Method that initialises the implementation of the language id
init(String) - Method in interface org.gcube.indexmanagement.common.linguistics.languageidplugin.LanguageIdPlugin
Initialise the language id plugin.
init(String, Vector<Language>) - Method in class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.DummyLemmatizerPlugin
Method that initialises the implementation of the language id
init(String, Vector<Language>) - Method in interface org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.LemmatizerPlugin
Method to initialise this plugin, the configuration file is optional.
init(String, Vector<Language>) - Method in class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.SnowballStemmingPlugin
Method that initialises the implementation of the language id
init(String) - Method in interface org.gcube.indexmanagement.common.linguistics.synonymplugin.SynonymPlugin
Method to initialise this plugin, the configuration file is optional, but most language detection tools need some sort of statistics, references and so on.
init(Polygon, InclusionType, Boolean, GeoIndexType, String[]) - Method in class org.gcube.indexmanagement.geo.ranking.RankEvaluator
A method called by the GeoIndexResource after creating an instance of a RankEvaluator
init(Polygon, InclusionType, GeoIndexType, boolean, String[]) - Method in class org.gcube.indexmanagement.geo.refinement.Refiner
A method called by the GeoIndexResource after creating an instance of a Refiner
initialise(String, String, String, String, String[], String, String[]) - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Initializes the index management resource.
initialise(String, String, String, String[]) - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Initializes the index management resource.
initialise(String, String, String, String[]) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Initializes a IndexWSResource object.
initialize(String, String, String, String, String[]) - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Initializes the index management resource.
initialize(String[]) - Method in class org.gcube.indexmanagement.geo.ranking.RankEvaluator
The plugin specific initialization method.
initialize(String[]) - Method in class org.gcube.indexmanagement.geo.refinement.Refiner
The plugin specific initialization method.
initializeAdapter() - Static method in class org.gcube.indexmanagement.resourceregistry.RRadaptor
 
initLock - Variable in class org.gcube.indexmanagement.common.IndexWSResource
The corresponding lock Object
insert(DataWrapper) - Method in class org.gcube.indexmanagement.geo.RTreeWrapper
Inserts an Entry into the wrapped RTree
insertPairInDb(Object, Object) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Insert a key and value pair in the the tree.
insertRowSet(String) - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Inserts rowset of supported a supported indexType.
insertRowSet(String) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Inserts tuples in a rowset into the tree, parsing the values from a String.
insertRowSet(String) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Inserts rowset of supported a supported indexType.
IntegerComparator - Class in org.gcube.indexmanagement.bdbwrapper
This class compares two Integers.
IntegerComparator() - Constructor for class org.gcube.indexmanagement.bdbwrapper.IntegerComparator
 
intersection(Polygon, Polygon) - Static method in class org.gcube.indexmanagement.geo.shape.PolygonProcessing
returns the intersection of two polygons a, b
IOHelper - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.io
IO Helper class
IOHelper() - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.io.IOHelper
Creates a new instance
isActive(int) - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
returns the state of the workerID
isActive() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntry
Getter of property
isActive() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntry
Property getter
isAnyWorkerLeft() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
checks if there is any worker left
isContained(Polygon, Polygon) - Static method in class org.gcube.indexmanagement.geo.shape.PolygonProcessing
checks if polygon internal is contained inside the polygon external
isHit(DataWrapper) - Method in class org.gcube.indexmanagement.geo.refinement.Refiner
A plugin specific method used to determine which index entries are hits according to the given query.
isIndexTypeCompatible(GeoIndexType) - Method in class org.gcube.indexmanagement.geo.ranking.RankEvaluator
A method used to check if this RankEvaluator plugin is compatible with indices/entries with a specific GeoIndexType
isIndexTypeCompatible(GeoIndexType) - Method in class org.gcube.indexmanagement.geo.refinement.Refiner
A method used to check if this Refiner plugin is compatible with indices/entries with a specific GeoIndexType
isInitializing() - Method in class org.gcube.indexmanagement.common.IndexWSResource
Returns the current initialization state of the resource
isNot() - Method in class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
isNot() - Method in class org.gcube.indexmanagement.geo.RefinementRequest
getter for the not flag
isReadyToDie() - Method in interface org.gcube.indexmanagement.common.ThreadOwner
Deprecated. A method indicating whether the ThreadOwner is finished or not.
IsRegisteredCallback - Interface in org.gcube.indexmanagement.common.notifications
 
IsRegisteredNotificationRequest - Class in org.gcube.indexmanagement.common.notifications
 
IsRegisteredNotificationRequest(List<ISNotifier.TopicData>, GCUBEServiceContext, GCUBEScope, IsRegisteredCallback) - Constructor for class org.gcube.indexmanagement.common.notifications.IsRegisteredNotificationRequest
 
isRegisteredResponse(boolean[]) - Method in interface org.gcube.indexmanagement.common.notifications.IsRegisteredCallback
 
isReturnable - Variable in class org.gcube.indexmanagement.geo.GeoIndexField
An indicator of whether the field is returnable (to be returned from a query)
isReverse() - Method in class org.gcube.indexmanagement.geo.RankingRequest
 
isStoped() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
returns the stop flag
isTopicRegistered(SimpleTopic) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Checks if the registration of the given topic has been completed.
isValid() - Method in class org.gcube.indexmanagement.geo.shape.Polygon
A method to check the validity of the polygon.
isVariable - Variable in class org.gcube.indexmanagement.geo.GeoIndexField
An indicator of whether the size of this field is variable, and we can NOT store it directly to the R-tree of geo-tools
isWeighted() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.LookupParams
Checks if weights are used

J

JdbmWrapper - Class in org.gcube.indexmanagement.jdbmwrapper
Class to store key and value pairs in the jdbm database
JdbmWrapper(String, String, String, JdbmWrapper.DbTypeEnum) - Constructor for class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Provides the ability to store simple key-value pairs.
JdbmWrapper.DbTypeEnum - Enum in org.gcube.indexmanagement.jdbmwrapper
The enum forward index types datebase type.
JTextCatPlugin - Class in org.gcube.indexmanagement.common.linguistics.jtextcat
The class that provides methods for language identification.
JTextCatPlugin() - Constructor for class org.gcube.indexmanagement.common.linguistics.jtextcat.JTextCatPlugin
Empty constructor.

L

LANG_UNKNOWN - Static variable in interface org.gcube.indexmanagement.common.linguistics.languageidplugin.LanguageIdPlugin
 
Language - Enum in org.gcube.indexmanagement.common.linguistics.lemmatizerplugin
Enum to hold all supported languages.
LANGUAGE_FIELD - Static variable in class org.gcube.indexmanagement.common.IndexType
The field name for the collection language of a record
LanguageIdFactory - Class in org.gcube.indexmanagement.common.linguistics.languageidplugin
This class loads the real implementation of the language id module.
LanguageIdPlugin - Interface in org.gcube.indexmanagement.common.linguistics.languageidplugin
This class loads the real implementation of the language id module.
lemmatize_string(String, Language) - Method in class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.DummyLemmatizerPlugin
Detects the language in the document
lemmatize_string(String, Language) - Method in interface org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.LemmatizerPlugin
Method to lemmatize a word
lemmatize_string(String, Language) - Method in class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.SnowballStemmingPlugin
Detects the language in the document
lemmatize_word(String, Language) - Method in class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.DummyLemmatizerPlugin
Detects the language in the document
lemmatize_word(String, Language) - Method in interface org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.LemmatizerPlugin
Method to lemmatize a word
lemmatize_word(String, Language) - Method in class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.SnowballStemmingPlugin
Detects the language in the document
LemmatizerFactory - Class in org.gcube.indexmanagement.common.linguistics.lemmatizerplugin
This class loads the real implementation of the lemmatizer.
LemmatizerPlugin - Interface in org.gcube.indexmanagement.common.linguistics.lemmatizerplugin
The interface that all lemmatizer plugins implement.
loadPlugin(String) - Static method in class org.gcube.indexmanagement.common.linguistics.languageidplugin.LanguageIdFactory
This method loads the plugin for the language identifier and calls the init.
loadPlugin(String) - Static method in class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.LemmatizerFactory
This method loads the plugin for the language identifier and calls the init method with the configFile as a parameter.
logger - Static variable in class org.gcube.indexmanagement.common.notifications.NotifierRequest
 
lookup(float[], int) - Method in interface org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndex
Performs a lookup with default parameter values
lookup(float[], int, LookupParams) - Method in interface org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndex
Performs a lookup with default parameter values
lookup(float[], int) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullVectorScan
 
lookup(float[], int, LookupParams) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullVectorScan
 
lookup(float[], int) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFile
 
lookup(float[], int, LookupParams) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFile
 
LookupBuffer - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Element holding top k results
LookupBuffer(int) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.LookupBuffer
Creates a new instance
lookupIndex(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndexStatsContainer
lookup Index
LookupParams - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Lookup parameters
LookupParams(FIEnums.AlgoType, FIEnums.DistanceTypes, boolean) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.LookupParams
Creates a new instance
lookupResults(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndexStatsContainer
number of results
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>) - Constructor for class org.gcube.indexmanagement.lucenewrapper.LuceneGcqlQueryContainer
 
LuceneGenerator - Class in org.gcube.indexmanagement.lucenewrapper
An IndexGenerator implementation responsible for creating and updating a Lucene index.
LuceneGenerator(String, String) - Constructor for class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
A constructor which sets the base directory for Index directories, and the directory in which to store deletion files.
LuceneSearcher - Class in org.gcube.indexmanagement.lucenewrapper
An IndexSerch implementation used to search a Lucene index.
LuceneSearcher(String, String, Language) - Constructor for class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
constructor
LuceneSearcher() - Constructor for class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
 
LuceneSearcher.SupportedRelations - Enum in org.gcube.indexmanagement.lucenewrapper
 
LuceneSearchWorker - Class in org.gcube.indexmanagement.lucenewrapper
A worker thread to take care of the ResultSet feeding after a query
LuceneSearchWorker(RecordWriter<GenericRecord>, IndexReader, QueryTerm[], Hits, int, FullTextIndexType, boolean, ArrayList<String>, LinkedHashMap<String, String>, QuerySnippetTermsPair, RRadaptor) - Constructor for class org.gcube.indexmanagement.lucenewrapper.LuceneSearchWorker
The constructor
LuceneStatistics - Class in org.gcube.indexmanagement.lucenewrapper
Used for creating per term statistics from Lucene indexes.
LuceneStatistics(ServiceContextContainer) - Constructor for class org.gcube.indexmanagement.lucenewrapper.LuceneStatistics
A constructor which sets the EPR of the calling Service.

M

main(String[]) - Static method in class org.gcube.indexmanagement.bdbwrapper.BDBGcqlProcessor
 
main(String[]) - Static method in class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.DummyLemmatizerPlugin
Test main method to test the loading of the language id plugin and functions in the class
main(String[]) - Static method in class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.SnowballStemmingPlugin
Test main method to test the loading of the language id plugin and functions in the class
main(String[]) - Static method in class org.gcube.indexmanagement.geo.GeoGcqlProcessor
 
main(String[]) - Static method in class org.gcube.indexmanagement.geo.shape.PolygonProcessing
used only for testing - Std out will not be used by this class when called by the container
main(String[]) - Static method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Test main.
main(String[]) - Static method in class org.gcube.indexmanagement.lucenewrapper.LuceneGcqlProcessor
 
main(String[]) - Static method in class org.gcube.indexmanagement.lucenewrapper.ParserTesting
 
MANAGER_STATUS_EMPTY - Static variable in class org.gcube.indexmanagement.common.IndexManagementWSResource
The list of possible management status values
MANAGER_STATUS_FINISHED - Static variable in class org.gcube.indexmanagement.common.IndexManagementWSResource
 
MANAGER_STATUS_UPDATING - Static variable in class org.gcube.indexmanagement.common.IndexManagementWSResource
 
mark(int) - Method in class org.gcube.indexmanagement.common.DecompressingInputStream
maxLength(String[]) - Static method in class org.gcube.indexmanagement.common.XMLTokenReplacer
 
MBR - Static variable in class org.gcube.indexmanagement.common.IndexType
 
merge(List<String>, ServiceContextContainer) - Static method in class org.gcube.indexmanagement.common.StatisticsFileMerger
A method used to merge the statistics files of a partitioned index into a single statistics file.
merge(RankedMergeElement[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.merger.ResultMerger
Merges the given ranked results
mergeAddition(File) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Receives the file with rowsets that is to be merged into the index.
mergeAddition(File) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Receives the file with rowsets that is to be merged into the index.
mergeDeletion(File) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
THIS METHOD IS NEVER CALLED IN FORWARD INDEX.
mergeDeletion(File) - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
THIS METHOD IS NEVER CALLED IN FORWARD INDEX.
mergeDeletionFile(File) - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Deletes the documents from the file from the index
mergeDeletionFile(File) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Deletes the documents from the file from the index
MergedResultElement - Class in org.gcube.indexmanagement.featureindexlibrary.merger
Element holding info on merged elements
MergedResultElement(String, float, Set<String>) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.merger.MergedResultElement
Creates a new instance
MergedResultElement(String) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.merger.MergedResultElement
Creates a new instance
mergeIndex(File) - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Merges the named index into the open index
mergeIndex(File) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Merges the named index into the open index
mergeResults(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureFactoryStatsContainer
merge results
MergeSortElement - Class in org.gcube.indexmanagement.common.mergesort
 
MergeSortElement(String, String) - Constructor for class org.gcube.indexmanagement.common.mergesort.MergeSortElement
 
MergeSortPipe - Class in org.gcube.indexmanagement.common.mergesort
This class is the container for results that are produced by workers and are consumed by a MergeSorter.
MergeSortPipe(int) - Constructor for class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
constructor
mergeTime(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureFactoryStatsContainer
merge time
moveTo(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.ApproximationFileRandomAccess
Moves to the specified entry
moveTo(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.VectorFileRandomAccess
Move to the specified record

N

name - Variable in class org.gcube.indexmanagement.common.ForwardIndexField
The name of the field
name - Variable in class org.gcube.indexmanagement.common.IndexField
The name of the field
name - Variable in class org.gcube.indexmanagement.geo.GeoIndexField
The name of the field
namespace - Variable in class org.gcube.indexmanagement.common.IndexWSResource
The service's namespace
newFullScan() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureFactoryStatsContainer
New Full Scann index
newIndexLookup() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndexStatsContainer
Index lookups
newInvocation() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndexStatsContainer
new invocation
newMerge() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureFactoryStatsContainer
New merge request
newRemoval() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndexStatsContainer
new removal
newVAFile() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureFactoryStatsContainer
New VAFile index
normalize(ArrayList<RankedResultElement>, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.NormalizeResults
Normalizes results
NormalizeResults - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Normalizes results
NormalizeResults() - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.NormalizeResults
 
not - Variable in class org.gcube.indexmanagement.geo.refinement.Refiner
This flags indicates if we want to return the non-hits instead of the hits
NotifierRequest - Class in org.gcube.indexmanagement.common.notifications
 
NotifierRequest(EndpointReferenceType, GCUBEServiceContext, GCUBEScope) - Constructor for class org.gcube.indexmanagement.common.notifications.NotifierRequest
 
NotifierRequestQueue - Class in org.gcube.indexmanagement.common.notifications
 
nrOfFields - Variable in class org.gcube.indexmanagement.geo.GeoIndexType
The number of fields of this GeoIndexType

O

OFFSET_SEPARATOR - Static variable in class org.gcube.indexmanagement.geo.DataWrapper
 
onLoad(ObjectInputStream, boolean) - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Invoked when a resource is being created from a serialized, previously saved state.
onLoad(ObjectInputStream, boolean) - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Invoked when a resource is being created from a serialized, previously saved state.
onLoad(ObjectInputStream, boolean) - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Invoked when a resource is being created from a serialized, previously saved state.
onLoad(ObjectInputStream, boolean) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Invoked when a resource is being created from a serialized, previously saved state.
onLookupNotificationReceived(Element) - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Invoked whenever a message is received for this consumer.
onNewNotification(ISNotifier.NotificationEvent) - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource.ConsumerNotification
 
onNewNotification(ISNotifier.NotificationEvent) - Method in class org.gcube.indexmanagement.common.IndexNotificationConsumer
 
onNewNotification(ISNotifier.NotificationEvent) - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource.ConsumerNotification
 
onNotificationReceived(ISNotifier.NotificationEvent) - Method in class org.gcube.indexmanagement.common.IndexNotificationConsumer
 
onResourceRemoval() - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
 
onResourceRemoval() - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
 
onResourceRemoval() - Method in class org.gcube.indexmanagement.common.IndexWSResource
Performs clean-up operations before the resource is removed from the home
onStore(ObjectOutputStream) - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Invoked when the state of the resource must be saved (resource serialization)
onStore(ObjectOutputStream) - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Invoked when the state of the resource must be saved (resource serialization)
onStore(ObjectOutputStream) - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Invoked when the state of the resource must be saved (resource serialization)
onStore(ObjectOutputStream) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Invoked when the state of the resource must be saved (resource serialization)
onUpdaterNotificationReceived(Element) - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Invoked whenever a message is received for this consumer.
open() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.PopulateIndex
Open for population
open() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.ApproximationFileRandomAccess
Opens
open() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.ApproximationFileReader
Opens for reading
open() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.VectorFileRandomAccess
Opens
open() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.VectorFileReader
Opens
openForReading() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.FileBufferReader
Opens for reading
openForUpdate(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanWriter
Opens the file for updating
openForUpdate() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.FileBufferWriter
Opens for update
openIndex(String) - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Opens the index for insertion of rowsets
openIndex(String, String) - Method in interface org.gcube.indexmanagement.common.IndexSearch
Opens the index for search operations
openIndex(String, String) - Method in interface org.gcube.indexmanagement.common.IndexStatistics
Opens the index for the statistics operation.
openIndex(String) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Opens the index for insertion of rowsets
openIndex(String, String) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
Opens the index for search operations
openIndex(String, String) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneStatistics
Opens the index for the statistics operation.
org.gcube.indexmanagement.bdbwrapper - package org.gcube.indexmanagement.bdbwrapper
 
org.gcube.indexmanagement.common - package org.gcube.indexmanagement.common
 
org.gcube.indexmanagement.common.dupelimination - package org.gcube.indexmanagement.common.dupelimination
 
org.gcube.indexmanagement.common.linguistics.jtextcat - package org.gcube.indexmanagement.common.linguistics.jtextcat
 
org.gcube.indexmanagement.common.linguistics.languageidplugin - package org.gcube.indexmanagement.common.linguistics.languageidplugin
 
org.gcube.indexmanagement.common.linguistics.lemmatizerplugin - package org.gcube.indexmanagement.common.linguistics.lemmatizerplugin
Provides a full text index for the grid.
org.gcube.indexmanagement.common.linguistics.synonymplugin - package org.gcube.indexmanagement.common.linguistics.synonymplugin
 
org.gcube.indexmanagement.common.mergesort - package org.gcube.indexmanagement.common.mergesort
 
org.gcube.indexmanagement.common.notifications - package org.gcube.indexmanagement.common.notifications
 
org.gcube.indexmanagement.featureindexlibrary.commons - package org.gcube.indexmanagement.featureindexlibrary.commons
 
org.gcube.indexmanagement.featureindexlibrary.fullscan - package org.gcube.indexmanagement.featureindexlibrary.fullscan
 
org.gcube.indexmanagement.featureindexlibrary.merger - package org.gcube.indexmanagement.featureindexlibrary.merger
 
org.gcube.indexmanagement.featureindexlibrary.vafile - package org.gcube.indexmanagement.featureindexlibrary.vafile
 
org.gcube.indexmanagement.featureindexlibrary.vafile.algo - package org.gcube.indexmanagement.featureindexlibrary.vafile.algo
 
org.gcube.indexmanagement.featureindexlibrary.vafile.elements - package org.gcube.indexmanagement.featureindexlibrary.vafile.elements
 
org.gcube.indexmanagement.featureindexlibrary.vafile.io - package org.gcube.indexmanagement.featureindexlibrary.vafile.io
 
org.gcube.indexmanagement.gcqlwrapper - package org.gcube.indexmanagement.gcqlwrapper
 
org.gcube.indexmanagement.geo - package org.gcube.indexmanagement.geo
 
org.gcube.indexmanagement.geo.ranking - package org.gcube.indexmanagement.geo.ranking
 
org.gcube.indexmanagement.geo.refinement - package org.gcube.indexmanagement.geo.refinement
 
org.gcube.indexmanagement.geo.shape - package org.gcube.indexmanagement.geo.shape
 
org.gcube.indexmanagement.jdbmwrapper - package org.gcube.indexmanagement.jdbmwrapper
 
org.gcube.indexmanagement.lucenewrapper - package org.gcube.indexmanagement.lucenewrapper
 
org.gcube.indexmanagement.resourceregistry - package org.gcube.indexmanagement.resourceregistry
 
overlaps(Polygon, Polygon) - Static method in class org.gcube.indexmanagement.geo.shape.PolygonProcessing
checks if a polygon a overlaps with a polygon b
overlaps(Rectangle) - Method in class org.gcube.indexmanagement.geo.shape.Rectangle
A method which decides if this rectangle overlaps with the specified rectangle.

P

parse(String) - Static method in class org.gcube.indexmanagement.common.DateParser
A method used primarily in the initialize(String args[]) method of GeoIndexLookup plugins (rankers & refiners) in order to parse String arguments containing dates in the format "yyyy-MM-dd'T'HH:mm:ss.s" (where only yyyy is mandatory) into Date instances.
ParserTesting - Class in org.gcube.indexmanagement.lucenewrapper
 
ParserTesting() - Constructor for class org.gcube.indexmanagement.lucenewrapper.ParserTesting
 
partialQuickSort(List<T>, int, int, boolean, Comparator<T>) - Static method in class org.gcube.indexmanagement.geo.ranking.Sorter
A method used to sort a list of objects using a specified comparator and the partial quick sort algorithm
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
performQuery(Envelope, InclusionType, Refiner[], RankEvaluator) - Method in class org.gcube.indexmanagement.geo.RTreeWrapper
Performs a query on this index
Point - Class in org.gcube.indexmanagement.geo.shape
A java representation of a point on a two dimentional plane
Point(long, long) - Constructor for class org.gcube.indexmanagement.geo.shape.Point
A constructor which creates a point from an x,y coordinate pair
PointPartitioning - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.algo
Computes the partitoning points in each dimention
PointPartitioning(String, VAFileParams) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.PointPartitioning
Creates a new instance
polygon - Variable in class org.gcube.indexmanagement.geo.ranking.RankEvaluator
The query polygon
polygon - Variable in class org.gcube.indexmanagement.geo.refinement.Refiner
The query Minimal Bounding Rectangle
Polygon - Class in org.gcube.indexmanagement.geo.shape
A java representation of a Polygon
Polygon() - Constructor for class org.gcube.indexmanagement.geo.shape.Polygon
Constructor
Polygon(Collection<Point>) - Constructor for class org.gcube.indexmanagement.geo.shape.Polygon
Constructor which creates a polygon from a collection of points representing the vertices
Polygon(Point[]) - Constructor for class org.gcube.indexmanagement.geo.shape.Polygon
Constructor which creates a polygon from an array of points representing the vertices
PolygonProcessing - Class in org.gcube.indexmanagement.geo.shape
 
PolygonProcessing() - Constructor for class org.gcube.indexmanagement.geo.shape.PolygonProcessing
 
populate() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.PopulateIndex
populate the index
PopulateIndex - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.algo
Populates an index
PopulateIndex(VAFileParams, boolean) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.PopulateIndex
Creates a new instance
preCompute(float[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.ComputeBoundsL
precmputes the dinstance differences
preCompute(float[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.algo.ComputeBoundsLU
precompute the upper lower distance differences for the query vector
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.
process(RankedResultElement) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.LookupBuffer
processes a new element
processQuery(ArrayList<String>, ArrayList<String>, String, RRadaptor) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBGcqlProcessor
 
processQuery(String, ArrayList<String>, ArrayList<String>, RRadaptor) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
 
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.geo.GeoGcqlProcessor
 
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
PropertyElementForwardIndex - Class in org.gcube.indexmanagement.common
Class used to get the property elements for the ForwardIndex.
PropertyElementForwardIndex() - Constructor for class org.gcube.indexmanagement.common.PropertyElementForwardIndex
Constructor.
PropertyElementForwardIndex(int) - Constructor for class org.gcube.indexmanagement.common.PropertyElementForwardIndex
Constructor.
PropertyElementLookup - Class in org.gcube.indexmanagement.common
Class used to represent the ResultSet property element in FullTextIndex query results.
PropertyElementLookup() - Constructor for class org.gcube.indexmanagement.common.PropertyElementLookup
Empty constructor
PropertyElementLookup(int) - Constructor for class org.gcube.indexmanagement.common.PropertyElementLookup
Constructor.
propertyType - Static variable in class org.gcube.indexmanagement.common.PropertyElementForwardIndex
The property type .
propertyType - Static variable in class org.gcube.indexmanagement.common.PropertyElementLookup
The ResultSet property type
propNames - Variable in class org.gcube.indexmanagement.common.IndexWSResource
The list of property names for this resource
publish(GCUBEScope...) - Method in class org.gcube.indexmanagement.common.IndexWSResource
 

Q

queries - Variable in class org.gcube.indexmanagement.geo.GeoGcqlQueryContainer
 
query - Variable in class org.gcube.indexmanagement.geo.ranking.RankEvaluator
The query Minimal Bounding Rectangle
query - Variable in class org.gcube.indexmanagement.geo.refinement.Refiner
The query polygon
query - Variable in class org.gcube.indexmanagement.lucenewrapper.QuerySnippetTermsPair
package visibility
QueryResults - Class in org.gcube.indexmanagement.geo
A class used to wrap the results of a query in order to incrementally refine, sort and return them upon request
QueryResults(GeoIndexType, List<Data>, Refiner[], RankEvaluator, RandomAccessFile) - Constructor for class org.gcube.indexmanagement.geo.QueryResults
A Constructor which wraps a list of unrefined results, and assigns the refiners and sorters to be used.
QuerySnippetTermsPair - Class in org.gcube.indexmanagement.lucenewrapper
 
QuerySnippetTermsPair() - Constructor for class org.gcube.indexmanagement.lucenewrapper.QuerySnippetTermsPair
 
QueryTerm - Class in org.gcube.indexmanagement.lucenewrapper
Holds a query term constructed by the QueryTermFilter.
QueryTerm(String, String) - Constructor for class org.gcube.indexmanagement.lucenewrapper.QueryTerm
Standard constructor.
QueryTermFilter - Class in org.gcube.indexmanagement.lucenewrapper
Extracts terms from queries.
QueryTermFilter() - Constructor for class org.gcube.indexmanagement.lucenewrapper.QueryTermFilter
 
quickSort(List<T>, Comparator<T>) - Static method in class org.gcube.indexmanagement.geo.ranking.Sorter
A method used to sort a list of objects using a specified comparator and the quick sort algorithm

R

rank(DataWrapper) - Method in class org.gcube.indexmanagement.geo.ranking.RankEvaluator
A method used to rank a GeoIndex entry.
RankedMergeElement - Class in org.gcube.indexmanagement.featureindexlibrary.merger
Element holding results and their respective weights
RankedMergeElement(ArrayList<RankedResultElement>, float) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.merger.RankedMergeElement
Creates a new instance
RankedResultElement - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Element holding rank info
RankedResultElement(String, float) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.RankedResultElement
Creates a new instance
RankEvaluator - Class in org.gcube.indexmanagement.geo.ranking
The base class for all RankEvaluators
RankEvaluator() - Constructor for class org.gcube.indexmanagement.geo.ranking.RankEvaluator
 
RankEvaluatorInitializationException - Exception in org.gcube.indexmanagement.geo.ranking
An exception signalling an exception during RankEvaluator initialization
RankEvaluatorInitializationException() - Constructor for exception org.gcube.indexmanagement.geo.ranking.RankEvaluatorInitializationException
An empty constructor
RankEvaluatorInitializationException(String) - Constructor for exception org.gcube.indexmanagement.geo.ranking.RankEvaluatorInitializationException
A constructor which adds an error message to the exception
RankingRequest - Class in org.gcube.indexmanagement.geo
 
RankingRequest(String, String[], boolean) - Constructor for class org.gcube.indexmanagement.geo.RankingRequest
Default constructor
RATIO - Static variable in class org.gcube.indexmanagement.common.IndexType
Optional Default Fields for geo results
read() - Method in class org.gcube.indexmanagement.common.DecompressingInputStream
read(byte[]) - Method in class org.gcube.indexmanagement.common.DecompressingInputStream
read(byte[], int, int) - Method in class org.gcube.indexmanagement.common.DecompressingInputStream
read() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.ApproximationFileRandomAccess
Reads an entry
read() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.VectorFileRandomAccess
Reads an entry
readApproximation(RandomAccessFile) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.IOHelper
Reads an approximation
readApproximation(DataInputStream) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.IOHelper
Reads an approximation
readDoc(String, String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Sets the current document to the parsed file.
readElement() - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.FileBufferReader
Reads element
readHeader(RandomAccessFile) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.IOHelper
Reads a header
readInputStream(InputStream, String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Sets the current document to the parsed InputStream.
readRecord(RandomAccessFile) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.IOHelper
Reads a record
readRecord(DataInputStream) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.IOHelper
Reads a record
readString(String, String) - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Sets the current document to the parsed XML string.
Rectangle - Class in org.gcube.indexmanagement.geo.shape
A java representation of a rectangle
Rectangle(long, long, long, long) - Constructor for class org.gcube.indexmanagement.geo.shape.Rectangle
A constructor creating a rectangle from two X and two Y coordinates
Rectangle(Envelope) - Constructor for class org.gcube.indexmanagement.geo.shape.Rectangle
A constructor creating a rectangle from a jts Envelope
refine(List<DataWrapper>) - Method in class org.gcube.indexmanagement.geo.refinement.Refiner
A method used to refine a list of GeoIndex entries using a plugin specific isHit(entry) method to determine which entries are valid
RefinementRequest - Class in org.gcube.indexmanagement.geo
Container for the info needed for describing a refinement request
RefinementRequest(Polygon, String, String[], InclusionType, boolean) - Constructor for class org.gcube.indexmanagement.geo.RefinementRequest
Default constructor
Refiner - Class in org.gcube.indexmanagement.geo.refinement
The base class for all Refiners
Refiner() - Constructor for class org.gcube.indexmanagement.geo.refinement.Refiner
 
RefinerInitializationException - Exception in org.gcube.indexmanagement.geo.refinement
An exception signalling an exception during Refiner initialization
RefinerInitializationException() - Constructor for exception org.gcube.indexmanagement.geo.refinement.RefinerInitializationException
An empty constructor
RefinerInitializationException(String) - Constructor for exception org.gcube.indexmanagement.geo.refinement.RefinerInitializationException
A constructor which adds an error message to the exception
RegisterNotificationRequest - Class in org.gcube.indexmanagement.common.notifications
 
RegisterNotificationRequest(EndpointReferenceType, List<SimpleTopic>, GCUBEServiceContext, GCUBEScope) - Constructor for class org.gcube.indexmanagement.common.notifications.RegisterNotificationRequest
 
removalTime(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndexStatsContainer
removal time
removeEntry(String) - Method in interface org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndex
Removes the record from the index
removeEntry(String, String) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanWriter
Removes the entry
removeEntry(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullVectorScan
 
removeEntry(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFile
 
removeFullScanBufferFile(String, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
removes the full scan file
removeQuotes(String) - Static method in class org.gcube.indexmanagement.gcqlwrapper.GcqlProcessor
 
removeVAFBufferFile(String, String) - Static method in class org.gcube.indexmanagement.featureindexlibrary.commons.FileHelper
Removes the VA buffer file
reset() - Method in class org.gcube.indexmanagement.common.DecompressingInputStream
ResultMerger - Class in org.gcube.indexmanagement.featureindexlibrary.merger
merges results from multiple index lookups
ResultMerger(int, FeatureFactoryStatsContainer) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.merger.ResultMerger
Creates a new instance
ResultsIdentifierSet - Class in org.gcube.indexmanagement.common.dupelimination
 
ResultsIdentifierSet() - Constructor for class org.gcube.indexmanagement.common.dupelimination.ResultsIdentifierSet
 
RESULTSNO_EVENT - Static variable in class org.gcube.indexmanagement.common.IndexType
 
RESULTSNOFINAL_EVENT - Static variable in class org.gcube.indexmanagement.common.IndexType
 
ResultType - Enum in org.gcube.indexmanagement.common
 
retrieveIndexTypeGenericResource(GCUBEScope) - 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)
reverseSort - Variable in class org.gcube.indexmanagement.geo.ranking.RankEvaluator
An indicator of whether the sorting should be reversed
revertNot() - Method in class org.gcube.indexmanagement.geo.RefinementRequest
reverts the not property
RP_COLLECTION_ID - Static variable in class org.gcube.indexmanagement.common.IndexWSResource
 
RP_CONNECTION_ID - Static variable in class org.gcube.indexmanagement.common.IndexLookupWSResource
The list of standard resource properties defined by every lookup index resource
RP_CONNECTION_ID - Static variable in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
The list of standard resource properties defined by every index updater resource
RP_CREATED - Static variable in class org.gcube.indexmanagement.common.IndexWSResource
 
RP_DELTA_FILE_SIZE - Static variable in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
 
RP_DOCCOUNT - Static variable in class org.gcube.indexmanagement.common.IndexLookupWSResource
 
RP_FIELDS - Static variable in class org.gcube.indexmanagement.common.IndexWSResource
 
RP_INDEX_ID - Static variable in class org.gcube.indexmanagement.common.IndexWSResource
The list of standard resource properties defined by every index resource
RP_INDEX_STATUS - Static variable in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
 
RP_INDEX_TYPE_NAME - Static variable in class org.gcube.indexmanagement.common.IndexWSResource
 
RP_IS_UPDATED - Static variable in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
 
RP_MODIFIED - Static variable in class org.gcube.indexmanagement.common.IndexWSResource
 
RP_SUPPORTED_RELATIONS - Static variable in class org.gcube.indexmanagement.common.IndexLookupWSResource
 
RRadaptor - Class in org.gcube.indexmanagement.resourceregistry
 
RRadaptor(String) - Constructor for class org.gcube.indexmanagement.resourceregistry.RRadaptor
 
RTreeWrapper - Class in org.gcube.indexmanagement.geo
A class extending the RTree with data and functionality useful when building a pyramid of indices.
RTreeWrapper(File, GeoIndexType, RandomAccessFile) - Constructor for class org.gcube.indexmanagement.geo.RTreeWrapper
A constructor which builds an index that stores data in the specified PageStore
RTreeWrapper(File, GeoIndexType, long, RandomAccessFile) - Constructor for class org.gcube.indexmanagement.geo.RTreeWrapper
A constructor which builds an index that stores data in the specified PageStore, and which handles envelopes with an area size lower than the specified maxArea.
RTreeWrapper.GeoSearchModifiers - Enum in org.gcube.indexmanagement.geo
 
RTreeWrapper.SupportedRelations - Enum in org.gcube.indexmanagement.geo
 
run() - Method in class org.gcube.indexmanagement.bdbwrapper.BDBQueryExecutor
 
run() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureFactoryStatsContainer
 
run() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndexStatsContainer
 
run() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearchWorker

S

scope - Variable in class org.gcube.indexmanagement.common.notifications.NotifierRequest
 
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
sctx - Variable in class org.gcube.indexmanagement.common.notifications.NotifierRequest
 
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
 
sendIndexChangeNotification(Object) - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Sends a state change notification message
sendIndication(long) - Static method in class org.gcube.indexmanagement.common.IndexType
Checks if an indication must be sent
sendMergerNotification() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
checks if a MergeSorter must receive a notification.
sendSharedStateChangeNotification(Object) - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Sends a state change notification message
sendWorkersNotification() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
checks if workers must receive notifications.
SEPERATOR_FIELD_INFO - Static variable in class org.gcube.indexmanagement.common.IndexType
Seperator for the field info published
ServiceContextContainer - Class in org.gcube.indexmanagement.common
 
ServiceContextContainer(GCUBEServiceContext) - Constructor for class org.gcube.indexmanagement.common.ServiceContextContainer
 
setActive(boolean) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntry
Setter of property
setActive(boolean) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntry
Property setter
setAlgo(FIEnums.AlgoType) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.LookupParams
Sets teh algorithm
setApproximationEntryLength(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setArgs(String[]) - Method in class org.gcube.indexmanagement.geo.RankingRequest
setter for the ranker arguments
setArgs(String[]) - Method in class org.gcube.indexmanagement.geo.RefinementRequest
setter for the arguments of the refiner
setBdbQueries(ArrayList<ArrayList<BDBGcqlQueryContainer.SingleTerm>>) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBGcqlQueryContainer
 
setBits(short) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setBitString(byte[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntry
Setter of property
setBuckets(int) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setCollectionID(String[]) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Setter method for the CollectionID list Resource Property
setConnectionCount(int) - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Setter method for the ConnectionCount Resource Property
setConnectionID(int) - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Setter method for the ConnectionID Resource Property.
setConnectionID(String) - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Setter method for the ConnectionID Resource Property
setCreated(Calendar) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Setter method for the Created Resource Property
setCurrentColLangPairs(HashMap<String, HashMap<String, Vector<RTreeWrapper>>>) - Method in class org.gcube.indexmanagement.geo.GeoGcqlProcessor
 
setDeltaFileSize(long) - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Setter method for the DeltaFileSize Resource Property
setDestructionMode(IndexWSResource.DestructionMode) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Sets the resource's destruction mode
setDist(FIEnums.DistanceTypes) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.LookupParams
Sets the distance measure
setDistanceMeasure(FIEnums.DistanceTypes) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
Sets the distance measure
setDistanceMeasure(FIEnums.DistanceTypes) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setDocumentCount(int) - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Setter method for the DocumentCount Resource Property
setDocumentCount(int) - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Setter method for the DocumentCount Resource Property
setElement(GenericRecord) - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortElement
 
setElementCount(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
Sets the number of elements
setElementCount(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setEntry(ApproximationFileEntry) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntryInfo
Setter of property
setEntry(VectorFileEntry) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntryInfo
Property setter
setFeatureName(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
Sets the feature name
setFeatureName(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setFields(String[]) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Setter method for the Fields list Resource Property
setGetUntil(long) - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
sets the number of results requested by the client
setId(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureVectorElement
Sets the id
setId(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.RankedResultElement
Sets the id
setId(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.merger.MergedResultElement
Sets the id
setId(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntry
Property setter
setIDLength(int) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.IOHelper
Sets the property value
setIDLength(int) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setInActive(int) - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
sets the workerID worker as inactive
setInclusion(InclusionType) - Method in class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
setInclusion(InclusionType) - Method in class org.gcube.indexmanagement.geo.RefinementRequest
setter for the inclusion property
setIndexID(String) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Setter method for the IndexID Resource Property
setIndexID(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
Sets the index id
setIndexID(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setIndexName(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.RankedResultElement
Sets the index name
setIndexName(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
Sets the index name
setIndexName(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setIndexNames(Set<String>) - Method in class org.gcube.indexmanagement.featureindexlibrary.merger.MergedResultElement
Sets the index names
setIndexReader(IndexReader) - Method in class org.gcube.indexmanagement.lucenewrapper.HighlighterWrapper
 
setIndexStatus(String) - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Setter method for the IndexStatus Resource Property
setIndexStatus(String) - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Setter method for the IndexStatus Resource Property
setIndexType(FullTextIndexType) - Method in interface org.gcube.indexmanagement.common.IndexGenerator
Updates the Index' state object
setIndexType(FullTextIndexType) - Method in interface org.gcube.indexmanagement.common.IndexSearch
Updates the IndexSearch' state object
setIndexType(FullTextIndexType) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGenerator
Updates the Index' state object
setIndexType(FullTextIndexType) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
Updates the IndexSearch' state object
setIndexTypeName(String) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Setter method for the IndexTypeName Resource Property
setIsInitializing(boolean) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Specifies the current state of the resource (initializing or not)
setIsUpdated(boolean) - Method in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
Setter method for the IsUpdated Resource Property
setLBound(float) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.HeapElement
Sets the lower bound
setLuceneQuery(QuerySnippetTermsPair) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneGcqlQueryContainer
 
setMaxArea(long) - Method in class org.gcube.indexmanagement.geo.RTreeWrapper
Sets the maximum area of objects to be handled by this index
setMaximumSnippetsCount(Integer) - Method in class org.gcube.indexmanagement.lucenewrapper.HighlighterWrapper
 
setMaximumSnippetsCount(Integer) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
 
setMaximumSnippetsCount(Integer) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearchWorker
 
setModified(Calendar) - Method in class org.gcube.indexmanagement.common.IndexWSResource
Setter method for the Modified Resource Property
setNextField() - Method in class org.gcube.indexmanagement.common.XMLProfileParser
Sets current node to next node.
setNot(boolean) - Method in class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
setNumberOfDecimals(Integer) - Method in class org.gcube.indexmanagement.geo.GeoGcqlProcessor
 
setPackageSize(long) - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Sets the package size that determines how keys and values are multiplexed.
setPartitionPoints(float[][]) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setPolygon(Polygon) - Method in class org.gcube.indexmanagement.geo.RefinementRequest
setter for the search-polygon property
setPosition(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntryInfo
Setter of property
setPosition(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntryInfo
Property setter
setProjectedFields(LinkedHashMap<String, String>) - Method in class org.gcube.indexmanagement.gcqlwrapper.GcqlQueryContainer
 
setRank(double) - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortElement
 
setRank(float) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.RankedResultElement
Sets the rank
setRank(float) - Method in class org.gcube.indexmanagement.featureindexlibrary.merger.MergedResultElement
Sets the rank
setRankerID(String) - Method in class org.gcube.indexmanagement.geo.RankingRequest
setter for the ranker ID property
setRankRequest(RankingRequest) - Method in class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
setRecNum(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.HeapElement
Sets the record number
setRefineRequests(ArrayList<RefinementRequest>) - Method in class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
setRefinerID(String) - Method in class org.gcube.indexmanagement.geo.RefinementRequest
setter for the refiner ID property
setResults(ArrayList<RankedResultElement>) - Method in class org.gcube.indexmanagement.featureindexlibrary.merger.RankedMergeElement
Sets the results
setResultsRetrieved(long) - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
sets the resultsRetrieved
setReverse(boolean) - Method in class org.gcube.indexmanagement.geo.RankingRequest
 
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.
setSearchPolygon(Polygon) - Method in class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
setSnippetSize(Integer) - Method in class org.gcube.indexmanagement.lucenewrapper.HighlighterWrapper
 
setSnippetSize(Integer) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
 
setSnippetSize(Integer) - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearchWorker
 
setStop() - Method in class org.gcube.indexmanagement.common.mergesort.MergeSortPipe
raises the stop flag
setStorage(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanParams
Sets the storage directory
setStorage(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setSupportedRelations(String[]) - Method in class org.gcube.indexmanagement.common.IndexLookupWSResource
Setter method for the SupportedRelations list Resource Property
setUpdater(int[]) - Method in class org.gcube.indexmanagement.common.IndexManagementWSResource
Setter method for the Updater Resource Property
setVector(float[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureVectorElement
Sets the vector
setVector(float[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntry
Property setter
setVectorEntryLength(long) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setVectorLength(int) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.IOHelper
Sets the property value
setVectorLength(int) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setWeight(float) - Method in class org.gcube.indexmanagement.featureindexlibrary.merger.RankedMergeElement
Sets the weight
setWeighted(boolean) - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.LookupParams
Sets if weights should be used
setWeighted(boolean) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setWeights(float[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setX2Sum(float[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
setXSum(float[]) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Property setter
sharedStateChangeTopic - Variable in class org.gcube.indexmanagement.common.IndexManagementWSResource
The state change notification topic
sharedStateChangeTopicName - Variable in class org.gcube.indexmanagement.common.IndexLookupWSResource
The state change notification topic QName
sharedStateChangeTopicName - Variable in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
The state change notification topic QName
size - Variable in class org.gcube.indexmanagement.common.ForwardIndexField
The size of the field
size - Variable in class org.gcube.indexmanagement.geo.GeoIndexField
The byte size of the field
size - Variable in class org.gcube.indexmanagement.geo.GeoIndexType
The accumulated size of all the fields of this GeoIndexType
skip(long) - Method in class org.gcube.indexmanagement.common.DecompressingInputStream
skipHeader(RandomAccessFile) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.IOHelper
Skips the header
SNIPPET - Static variable in class org.gcube.indexmanagement.common.IndexType
Snippet character
SnowballStemmingPlugin - Class in org.gcube.indexmanagement.common.linguistics.lemmatizerplugin
The class that provides methods for language identification.
SnowballStemmingPlugin() - Constructor for class org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.SnowballStemmingPlugin
Constructor, creates the lemmatizerMap.
sort - Variable in class org.gcube.indexmanagement.common.IndexField
An indicator of whether to sort the field
sort() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.SortedHeap
Sorts the existing elements
SortAscHeapElementComparator - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Comparator for sorting in ascending order HeapElement
SortAscHeapElementComparator() - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.SortAscHeapElementComparator
 
SortAscRankedResultComparator - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Comparator for sorting in ascending order RankedResultElement
SortAscRankedResultComparator() - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.SortAscRankedResultComparator
 
SortDescMergedResultComparator - Class in org.gcube.indexmanagement.featureindexlibrary.commons
Comparator for sorting in descending order MergedResultElement
SortDescMergedResultComparator() - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.SortDescMergedResultComparator
 
SortedHeap - Class in org.gcube.indexmanagement.featureindexlibrary.commons
A Sorted heal utility
SortedHeap() - Constructor for class org.gcube.indexmanagement.featureindexlibrary.commons.SortedHeap
Creates a new instance
Sorter - Class in org.gcube.indexmanagement.geo.ranking
A utility class used to sort objects using the quick sort and partial quick sort sorting algorithms.
Sorter() - Constructor for class org.gcube.indexmanagement.geo.ranking.Sorter
 
splitTerms(String) - Static method in class org.gcube.indexmanagement.gcqlwrapper.GcqlProcessor
 
STATISTICS_URL_EXTENSION - Static variable in interface org.gcube.indexmanagement.common.IndexServiceConst
The part of the URI that comes after the hostname, including port number.
StatisticsFileMerger - Class in org.gcube.indexmanagement.common
A class used to merge the statistics files of a partitioned index into a single statistics file.
StatisticsFileMerger() - Constructor for class org.gcube.indexmanagement.common.StatisticsFileMerger
 
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
store() - Method in class org.gcube.indexmanagement.common.IndexWSResource
 
StringComparator - Class in org.gcube.indexmanagement.bdbwrapper
This class compares two Strings.
StringComparator() - Constructor for class org.gcube.indexmanagement.bdbwrapper.StringComparator
 
SubscribeToNotificationRequest - Class in org.gcube.indexmanagement.common.notifications
 
SubscribeToNotificationRequest(List<QName>, ISNotifier.BaseNotificationConsumer, GCUBEServiceContext, GCUBEScope) - Constructor for class org.gcube.indexmanagement.common.notifications.SubscribeToNotificationRequest
 
SupportedRelations - Static variable in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
 
SynonymPlugin - Interface in org.gcube.indexmanagement.common.linguistics.synonymplugin
The synonym plugin interface.

T

ThreadOwner - Interface in org.gcube.indexmanagement.common
Deprecated. - ugly solution...
toCustomDate(byte[]) - Static method in class org.gcube.indexmanagement.bdbwrapper.CustomDate
Reconstructs an CustomDate object from an array of bytes, produced using the getBytes method on a CustomDate object
tokenize - Variable in class org.gcube.indexmanagement.common.IndexField
An indicator of whether to tokenize the field
toLongString() - Method in enum org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.Language
Method to get the long language string.
topicRegistrar - Variable in class org.gcube.indexmanagement.common.IndexWSResource
The object that handles the registration of notification topics
toShortString() - Method in enum org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.Language
Method to get the short language string.
toString() - Method in class org.gcube.indexmanagement.bdbwrapper.CustomDate
 
toString() - Method in class org.gcube.indexmanagement.common.ForwardIndexField
toString() - Method in class org.gcube.indexmanagement.common.FullTextIndexType
toString() - Method in class org.gcube.indexmanagement.common.IndexField
toString() - Method in class org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery
 
toString() - Method in class org.gcube.indexmanagement.geo.GeoIndexField
toString() - Method in class org.gcube.indexmanagement.geo.GeoIndexType
toString() - Method in class org.gcube.indexmanagement.geo.RankingRequest
 
toString() - Method in class org.gcube.indexmanagement.geo.RefinementRequest
 
toString() - Method in class org.gcube.indexmanagement.geo.shape.Polygon
toString() - Method in class org.gcube.indexmanagement.geo.shape.Rectangle
toString() - Method in class org.gcube.indexmanagement.jdbmwrapper.CustomDate
 
toXML() - Method in class org.gcube.indexmanagement.common.PropertyElementForwardIndex
Method to get the number of hits.
toXML() - Method in class org.gcube.indexmanagement.common.PropertyElementLookup
toXML() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureFactoryStatsContainer
generates an xml serialization of the statistics
toXML() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndexStatsContainer
generates an xml serialization of the statistics

U

union(Polygon, Polygon) - Static method in class org.gcube.indexmanagement.geo.shape.PolygonProcessing
returns the union of two polygons a, b
UnregisterNotificationRequest - Class in org.gcube.indexmanagement.common.notifications
 
UnregisterNotificationRequest(EndpointReferenceType, List<SimpleTopic>, GCUBEServiceContext, GCUBEScope) - Constructor for class org.gcube.indexmanagement.common.notifications.UnregisterNotificationRequest
 
UnsubscribeFromNotificationRequest - Class in org.gcube.indexmanagement.common.notifications
 
UnsubscribeFromNotificationRequest(List<QName>, GCUBEServiceContext, GCUBEScope) - Constructor for class org.gcube.indexmanagement.common.notifications.UnsubscribeFromNotificationRequest
 
updateIndex() - Method in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
Updates the index.
updateIndex() - Method in interface org.gcube.indexmanagement.common.IndexSearch
Updates the index.
updateIndex() - Method in interface org.gcube.indexmanagement.common.IndexStatistics
Updates the index.
updateIndex() - Method in class org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper
Updates the index.
updateIndex() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneSearcher
Updates the index.
updateIndex() - Method in class org.gcube.indexmanagement.lucenewrapper.LuceneStatistics
Updates the index.
UPDATER_STATUS_EMPTY - Static variable in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
The list of possible updater status values
UPDATER_STATUS_FINISHED - Static variable in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
 
UPDATER_STATUS_UPDATING - Static variable in class org.gcube.indexmanagement.common.IndexUpdaterWSResource
 

V

VAFile - Class in org.gcube.indexmanagement.featureindexlibrary.vafile
The VAFile index
VAFile(VAFileParams) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFile
Creates a new instance
VAFileParams - Class in org.gcube.indexmanagement.featureindexlibrary.vafile
VAFile Header info
VAFileParams() - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Creates a new instance
VAFileParams(String, FIEnums.DistanceTypes, String, String, String, short, int, int, boolean) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.VAFileParams
Creates a new instance
valueOf(String) - Static method in enum org.gcube.indexmanagement.common.ForwardIndexField.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.indexmanagement.common.IndexWSResource.DestructionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.indexmanagement.common.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.indexmanagement.featureindexlibrary.commons.FIEnums.AlgoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.indexmanagement.featureindexlibrary.commons.FIEnums.DistanceTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.indexmanagement.featureindexlibrary.commons.FIEnums.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.indexmanagement.geo.GeoIndexField.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.indexmanagement.geo.InclusionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.indexmanagement.geo.RTreeWrapper.GeoSearchModifiers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.indexmanagement.geo.RTreeWrapper.SupportedRelations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper.DbTypeEnum
Returns the enum constant of this type with the specified name.
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.common.ForwardIndexField.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.indexmanagement.common.IndexWSResource.DestructionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.indexmanagement.common.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.indexmanagement.featureindexlibrary.commons.FIEnums.AlgoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.indexmanagement.featureindexlibrary.commons.FIEnums.DistanceTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.indexmanagement.featureindexlibrary.commons.FIEnums.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.indexmanagement.geo.GeoIndexField.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.indexmanagement.geo.InclusionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.indexmanagement.geo.RTreeWrapper.GeoSearchModifiers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.indexmanagement.geo.RTreeWrapper.SupportedRelations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.indexmanagement.jdbmwrapper.JdbmWrapper.DbTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
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.
VectorFileEntry - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.elements
Entry used in vector file
VectorFileEntry(String, float[], boolean) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntry
Creates a new instance
VectorFileEntry(String, float[]) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntry
Creates a new instance
VectorFileEntryInfo - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.elements
Element holding info on the vector elements
VectorFileEntryInfo(VectorFileEntry, int) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.elements.VectorFileEntryInfo
Creates a new instance
VectorFileRandomAccess - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.io
Vector File random access
VectorFileRandomAccess(VAFileParams) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.io.VectorFileRandomAccess
Creates a new instance
VectorFileReader - Class in org.gcube.indexmanagement.featureindexlibrary.vafile.io
Vector File Reader
VectorFileReader(VAFileParams) - Constructor for class org.gcube.indexmanagement.featureindexlibrary.vafile.io.VectorFileReader
Creates a new instance

W

waitUntilInitialized() - Method in class org.gcube.indexmanagement.common.IndexWSResource
Blocks thread execution until WS resource is initialized
WILDCARD - Static variable in class org.gcube.indexmanagement.common.IndexType
Wildcard character
WITHIN - Static variable in class org.gcube.indexmanagement.bdbwrapper.BDBWrapper
 
write(byte[]) - Method in class org.gcube.indexmanagement.common.CompressingOutputStream
write(byte[], int, int) - Method in class org.gcube.indexmanagement.common.CompressingOutputStream
write(int) - Method in class org.gcube.indexmanagement.common.CompressingOutputStream
write(ApproximationFileEntry) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.ApproximationFileRandomAccess
Writer the specified entry
write(VectorFileEntry) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.VectorFileRandomAccess
Writes an entry
writeApproximation(ApproximationFileEntry, RandomAccessFile) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.IOHelper
Writes an Approximation
writeEntry(FeatureVectorElement) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanWriter
Writes an entry
writeHead(String) - Method in class org.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanWriter
Writes the head
writeHeader(VAFileParams, RandomAccessFile) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.IOHelper
Writes the header
writeRecord(VectorFileEntry, RandomAccessFile) - Method in class org.gcube.indexmanagement.featureindexlibrary.vafile.io.IOHelper
Writes a record
writeToRI() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureFactoryStatsContainer
Writes the statistics to the RI profile
writeToRI() - Method in class org.gcube.indexmanagement.featureindexlibrary.commons.FeatureIndexStatsContainer
Writes the statistics to the RI profile

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 J L M N O P Q R S T U V W X

Copyright © 2013. All Rights Reserved.