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

C

Cache<K,V> - Interface in org.egothor.cache
Interface representing a cache that is able to store key->value mappings.
cache - Variable in class org.egothor.dir.Group
 
Cache<K,V> - Class in org.egothor.util
This class IS synchronized.
Cache(int) - Constructor for class org.egothor.util.Cache
Constructor for the Cache object
CachedGroup - Class in org.egothor.cache
Represents a cache of optionally paged query results.
CachedGroup(Cache<CachedQuery, CachedResult>) - Constructor for class org.egothor.cache.CachedGroup
Constructor for the CachedGroup object.
CachedGroup(Cache<CachedQuery, CachedResult>, int) - Constructor for class org.egothor.cache.CachedGroup
Constructor for the CachedGroup object.
CachedGroup(Cache<CachedQuery, CachedResult>, boolean) - Constructor for class org.egothor.cache.CachedGroup
Constructor for the CachedGroup object.
CachedGroup(Cache<CachedQuery, CachedResult>, int, boolean) - Constructor for class org.egothor.cache.CachedGroup
Constructor for the CachedGroup object.
CachedIListItem - Class in org.egothor.cache
Represents one item of the inverted list that is stored in a memory.
CachedIListItem(long, int) - Constructor for class org.egothor.cache.CachedIListItem
Constructor for the CachedIListItem object.
CachedIListPage - Class in org.egothor.cache
Represent one page of an inverted list stored in a cache.
CachedIListPage(int, long) - Constructor for class org.egothor.cache.CachedIListPage
Constructor for the CachedIListPage object.
CachedIListReader - Class in org.egothor.cache
Represents a IListReader implementation that uses a cache to retrieve posting lists.
CachedIListReader(CachedRider, Barrel, String, int) - Constructor for class org.egothor.cache.CachedIListReader
Constructor for the CachedIListReader object.
CachedQuery - Class in org.egothor.cache
Represents a complete information about a submitted query that can be used as a key from Cache objects.
CachedQuery(Query, Token[], int, int, long, double) - Constructor for class org.egothor.cache.CachedQuery
Constructor for the CachedQuery object.
CachedResult - Class in org.egothor.cache
Represents a complete result of a query.
CachedResult(ArrayList<Hit>, long, long) - Constructor for class org.egothor.cache.CachedResult
Constructor for the CachedResult object.
CachedRider - Class in org.egothor.cache
Represents a cache that stores pages of inverted lists for different barrels and terms.
CachedRider(Cache<CachedTerm, CachedIListPage>) - Constructor for class org.egothor.cache.CachedRider
Constructor for the CachedRider object.
CachedRider(Cache<CachedTerm, CachedIListPage>, int) - Constructor for class org.egothor.cache.CachedRider
Constructor for the CachedRider object.
CachedTerm - Class in org.egothor.cache
Represents a triplet barrel, term, pageId, that can be used as a key of a inverted list cache.
CachedTerm(Barrel, String, long) - Constructor for class org.egothor.cache.CachedTerm
Constructor for the CachedTerm object.
cacheEff() - Method in class org.egothor.util.hash.Table
 
cachingMetadata() - Method in class org.egothor.cache.CachedGroup
Checks whether this cache should cache also document metadata.
capacity - Variable in class org.egothor.cache.AbstractCache
Capacity of this cache.
capacity() - Method in class org.egothor.cache.AbstractCache
Returns the maximum number of key->value mappings for this cache.
capacity() - Method in interface org.egothor.cache.Cache
Returns the maximum number of key->value mappings for this cache.
capacity() - Method in class org.egothor.cache.CachedIListPage
Returns the capacity of the page.
capacity() - Method in class org.egothor.cache.staticDynamic.StaticDynamicCache
Returns the maximum number of key->value mappings cache can hold.
capacity() - Method in class org.egothor.util.BiQueue
Return the capacity of this Queue as defined in the constructor.
capacity - Variable in class org.egothor.util.Cache
Maximum capacity of this object.
capacity() - Method in class org.egothor.util.hash.HashString
Deprecated. This access method is not synchronized, it is for information only.
capacity() - Method in class org.egothor.util.hash.HashURI
Deprecated. This access method is not synchronized, it is for information only.
capacity() - Method in class org.egothor.util.Queue
Return the capacity of this Queue as defined in the constructor.
capacity() - Method in class org.egothor.util.QueueAbstract
Return the maximum capacity of this Queue.
ChangedTokenPrinter - Class in org.egothor.duplicity.visualization
Sets style for changed tokens.
ChangedTokenPrinter() - Constructor for class org.egothor.duplicity.visualization.ChangedTokenPrinter
 
changedTokenPrinter - Static variable in class org.egothor.duplicity.visualization.Fonts
Printer for the words that were changed in the examined document, when compared to a document already in the index.
chapterHeaderFont - Static variable in class org.egothor.duplicity.visualization.Fonts
Font used for section header.
characters(XMLString, Augmentations) - Method in class org.egothor.html.HTMLPrinter
 
characters(XMLString, Augmentations) - Method in class org.egothor.html.SAXListener
 
charNorm - Variable in class org.egothor.html.HTMLPrinter
 
CharStream - Interface in org.egothor.parser.plain
This interface describes a character stream that maintains line and column number positions of the characters.
CharStreamBuffer - Class in org.egothor.text
 
CharStreamBuffer(StringBuilder, WeightReader) - Constructor for class org.egothor.text.CharStreamBuffer
 
CharStreamBuffer(String) - Constructor for class org.egothor.text.CharStreamBuffer
 
CHECK_DUPLICITY - Static variable in class org.egothor.Constants
Sign if duplicity checking algorithm should be defaultly used.
CHECK_DUPLICITY_DIR - Static variable in class org.egothor.Constants
The name of directory for the duplicity checking algorithm files.
CHECK_DUPLICITY_INDEX_DIR - Static variable in class org.egothor.Constants
The name of directory for the duplicity checking algorithm reports.
CHECK_DUPLICITY_LEVEL - Static variable in class org.egothor.Constants
Actual level of duplicity checking algorithm.
CHECK_DUPLICITY_ON_NGRAMS - Static variable in class org.egothor.Constants
Sign if duplicity checking algorithm will work with N-grams of words.
CHECK_DUPLICITY_PERM_CHUNK_BITS - Static variable in class org.egothor.Constants
Number of bits of permutation chunks used in duplicity checking algorithm.
CHECK_DUPLICITY_PERM_CHUNKS - Static variable in class org.egothor.Constants
Number of permutation chunks that together form one logical permutation used in duplicity checking algorithm.
CHECK_DUPLICITY_PERM_NUM - Static variable in class org.egothor.Constants
Number of permutations used in duplicity checking algorithm.
CHECK_DUPLICITY_REPORT_DIR - Static variable in class org.egothor.Constants
The name of directory for the duplicity checking algorithm reports.
CHECK_DUPLICITY_TEMP_DIR - Static variable in class org.egothor.Constants
The name of directory for the duplicity checking algorithm temporary files.
CHECK_PARAGRAPHS - Static variable in class org.egothor.Constants
Sign if ParagraphPunctFilter should be used.
checkPermutation(long, long) - Method in class org.egothor.duplicity.file.AllSimilarUnitPairsFile
Checks if files with given permutations can be merged.
checkPermutation(long, long) - Method in class org.egothor.duplicity.file.MergeableSimilarUnitPairsFile
Checks if files with given permutations can be merged.
checkPermutation(long, long) - Method in class org.egothor.duplicity.file.SimilarUnitPairsFile
Checks if files with given permutations can be merged.
CHUNK_SIZE - Static variable in class org.egothor.util.diff.Xdelta
The source file is broken up into chunks of this length (ought to be 16).
CHUNK_STEP - Static variable in class org.egothor.util.diff.Xdelta
How many chunks are read once from the input? Greater value may improve performance.
CJK_LETTER - Static variable in interface org.egothor.parser.plain.SimpleConstants
 
CJK_LETTER - Static variable in interface org.egothor.query.parser.ParserConstants
 
clear() - Method in class org.egothor.cache.arc.ArcCache
Removes all key->value mappings from the cache and cleans all queues.
clear() - Method in interface org.egothor.cache.Cache
Remove all key->value mappings from the cache and cleans auxiliary data structures (such as history queues).
clear() - Method in class org.egothor.cache.fifo.FifoCache
Removes all key->value mappings from the cache and cleans the FIFO queue.
clear() - Method in class org.egothor.cache.fifo.FifoList
Removes all items from the list.
clear() - Method in class org.egothor.cache.lfu.LfuCache
Removes all key->value mappings from the cache and cleans all queues.
clear() - Method in interface org.egothor.cache.List
Removes all items from the list.
clear() - Method in class org.egothor.cache.lru.LruCache
Removes all key->value mappings from the cache and LRU list.
clear() - Method in class org.egothor.cache.lruk.LruKCache
Removes all key->value mappings from the cache and cleans the history queue.
clear() - Method in class org.egothor.cache.multiQueue.MultiQueueCache
Removes all key->value mappings from the cache and cleans all queues.
clear() - Method in class org.egothor.cache.slru.SlruCache
Removes all key->value mappings from the cache and cleans both protected and probationary queues.
clear() - Method in class org.egothor.cache.stat.StaticCache
Removes all key->value mappings from the cache.
clear() - Method in class org.egothor.cache.staticDynamic.StaticDynamicCache
Remove all key->value mappings from the static and the dynamic cache.
clear() - Method in class org.egothor.cache.twoQueue.TwoQueueCache
Removes all key->value mappings from the cache and cleans all queues.
clear() - Method in class org.egothor.core.memory.MemoryBarrel
Description of the Method
clear() - Method in class org.egothor.query.runner.PhraseScan
Description of the Method
clear() - Method in class org.egothor.util.BiQueue
Description of the Method
clear() - Method in class org.egothor.util.Cache
Description of the Method
clear() - Method in class org.egothor.util.CyclicBuffer
Resets this buffer.
clear() - Method in class org.egothor.util.hash.Bucket
Clear this bucket, but do not modify Bucket.dirty state.
clear() - Method in class org.egothor.util.IntegerArray
 
clear() - Method in class org.egothor.util.IntegerFIFOStack
 
clear() - Method in class org.egothor.util.LongAndIntegerArray
 
clear() - Method in class org.egothor.util.MemoryBuffer
 
clear() - Method in class org.egothor.util.Queue
Description of the Method
clone() - Method in class org.egothor.core.DocumentData
 
clone() - Method in class org.egothor.store.ThickBarrel
 
close() - Method in class org.egothor.apps.Directory
Save the Tanker's configuration and Barrels to a file.
close() - Method in class org.egothor.apps.Dumper
Not implemented.
close() - Method in class org.egothor.apps.Extractor
 
close() - Method in class org.egothor.cache.CachedIListReader
Closes this reader.
close() - Method in interface org.egothor.core.Barrel
Close this Barrel.
close() - Method in interface org.egothor.core.BarrelReader
Close this BarrelReader.
close() - Method in interface org.egothor.core.BarrelWriter
Finish all operations so that the Barrel produced is consistent.
close() - Method in interface org.egothor.core.IListReader
Close the reader.
close() - Method in class org.egothor.core.IListShadow
Close the IListWasher's IListReader.
close() - Method in interface org.egothor.core.IListWriter
Close this IListWriter.
close() - Method in class org.egothor.core.memory.Document
Not implemented but required by Barrel.
close() - Method in class org.egothor.core.memory.MemoryBarrel
Not implemented but required by Barrel.
close() - Method in class org.egothor.core.memory.MemoryIList
 
close() - Method in class org.egothor.core.query.Rider
Close all inverted lists of this rider.
close() - Method in interface org.egothor.core.SequenceWithClose
Invalidates this sequence, releases all resources etc.
close() - Method in class org.egothor.dir.BufferedTanker
 
close() - Method in interface org.egothor.dir.GlobalPositions
 
close() - Method in class org.egothor.dir.GlobalPositionsBerkeley
 
close() - Method in class org.egothor.dir.Group
Close this Group.
close() - Method in class org.egothor.dir.Tanker
Close this Tanker.
close() - Method in class org.egothor.dir.TankerImpl
 
close() - Method in class org.egothor.dir.TankerImplSecure
Closes this tanker.
close() - Method in class org.egothor.dockyard.StreamReader
 
close() - Method in class org.egothor.dockyard.StreamWriter
 
close() - Method in class org.egothor.duplicity.algorithm.DuplicityChecker
 
close() - Method in class org.egothor.duplicity.algorithm.TankerImplDuplicityChecker
 
close() - Method in class org.egothor.duplicity.datastructure.DocumentPermutatedMins
 
close() - Method in class org.egothor.duplicity.file.JaccardCoeficientsFileProducer
 
close() - Method in class org.egothor.dynamizer.Dynamizer
 
close() - Method in class org.egothor.io.DataInputStream
Description of the Method
close() - Method in class org.egothor.io.DataOutputStream
Description of the Method
close() - Method in class org.egothor.merger.ConcatListReader
Close the IListReaders and mark for garbage collection.
close() - Method in class org.egothor.merger.ConcatLists
Does nothing by default.
close() - Method in class org.egothor.merger.ConcatSeq
 
close() - Method in class org.egothor.merger.Merge
Closes this Merger and all the inner structures.
close() - Method in class org.egothor.repository.Berkeley
 
close() - Method in class org.egothor.repository.BijectInt2String
 
close() - Method in class org.egothor.repository.BijectInt2StringAppender
 
close() - Method in class org.egothor.repository.BlobRepository
 
close() - Method in interface org.egothor.repository.DataRepository
Closes the repository.
close() - Method in class org.egothor.repository.DocumentsDB
Closes the structure.
close() - Method in class org.egothor.repository.FastBlindAppender
 
close() - Method in interface org.egothor.repository.URIRepositoryAppender
 
close() - Method in class org.egothor.repository.WebStore
 
close() - Method in class org.egothor.robot.index.DocumentsFastReader
Close the reader's data stream.
close() - Method in class org.egothor.robot.index.DocumentsFastWriter
Close the two files opened in the constructor.
close() - Method in class org.egothor.robot.index.TermsFastReader
Close the terms file.
close() - Method in class org.egothor.robot.index.TermsFastWriter
Flush all open buffers and close the files of the data structure.
close() - Method in class org.egothor.robot.index.ThickFastIn
Close the DB files.
close() - Method in class org.egothor.robot.index.ThickFastOut
Close this stream and mark resources for garbage collection.
close() - Method in class org.egothor.slotter.BarrelShadow
Close this Barrel.
close() - Method in class org.egothor.store.Documents
Closes the structure.
close() - Method in class org.egothor.store.IListMetadataRead
 
close() - Method in class org.egothor.store.IListMetadataWrite
 
close() - Method in class org.egothor.store.ProximitiesFileIn
Close this file.
close() - Method in class org.egothor.store.ProximitiesFileOut
Close the output stream and mark for garbage collection.
close() - Method in class org.egothor.store.Terms
Close all open files.
close() - Method in class org.egothor.store.TermsWriter
Flush all open buffers and close the files of the data structure.
close() - Method in class org.egothor.store.ThickBarrel
Closes DB files.
close() - Method in class org.egothor.store.ThickBarrelIn
Close the DB files.
close() - Method in class org.egothor.store.ThickBarrelOut
Close this stream and mark resources for garbage collection.
close() - Method in class org.egothor.store.ThickBarrelSortedOut
Close this stream and mark resources for garbage collection.
close() - Method in class org.egothor.text.StringWithWeights
 
close() - Method in class org.egothor.util.hash.HashString
Deprecated.  
close() - Method in class org.egothor.util.hash.HashURI
Deprecated.  
close() - Method in class org.egothor.util.hash.Table
 
close() - Method in class org.egothor.util.io.Array
 
close() - Method in class org.egothor.util.io.GZipOutputStream
Only flushes the stream, but does not close the underlaying stream.
close() - Method in class org.egothor.util.io.JavaInputStream
 
close() - Method in class org.egothor.util.io.JavaOutputStream
 
close() - Method in class org.egothor.util.MD5
 
close() - Method in class org.egothor.util.MergeSequence
 
close() - Method in class org.egothor.util.Reporter
 
close() - Method in interface org.egothor.util.sort.MergeSort.NumberInput
 
closeProx() - Method in class org.egothor.core.memory.MemoryIList
 
closeProx() - Method in interface org.egothor.core.Proximities
Close this list and release resources.
closeProx() - Method in class org.egothor.store.IListMetadataRead
 
closeProx() - Method in class org.egothor.store.ProximitiesFileIn
 
colE - Variable in class org.egothor.core.Token
Ending column in the document.
colS - Variable in class org.egothor.core.Token
Starting column in the document.
column - Variable in class org.egothor.query.parser.SimpleCharStream
 
comment(XMLString, Augmentations) - Method in class org.egothor.html.HTMLPrinter
 
comment(XMLString, Augmentations) - Method in class org.egothor.html.SAXListener
 
commit() - Method in interface org.egothor.core.Barrel
Commit changes of this barrel to disk.
commit() - Method in class org.egothor.core.memory.Document
Not implemented but required by Barrel.
commit() - Method in class org.egothor.core.memory.MemoryBarrel
Not implemented but required by Barrel.
commit() - Method in class org.egothor.dir.BufferedTanker
Store the actual state of this Tanker.
commit() - Method in class org.egothor.dir.Tanker
Store the actual state of this Tanker.
commit() - Method in class org.egothor.dir.TankerImpl
Save the state of the tanker object.
commit() - Method in class org.egothor.dir.TankerImplSecure
Commits all the changes.
commit() - Method in class org.egothor.duplicity.algorithm.DuplicityChecker
 
commit() - Method in class org.egothor.duplicity.algorithm.TankerImplDuplicityChecker
 
commit() - Method in class org.egothor.duplicity.datastructure.DocumentPermutatedMins
Computes the number of text units in the document.
commit(String) - Method in class org.egothor.duplicity.file.PermutatedMinsFileProducer
Commit the changes in the buffer to the main file.
commit(String) - Method in class org.egothor.duplicity.file.SimilarUnitPairsFileProducer
Commit the changes in the buffer to filesystem file.
commit() - Method in class org.egothor.dynamizer.Dynamizer
All buffers must be saved.
commit() - Method in class org.egothor.slotter.BarrelShadow
Commit changes of this barrel to disk.
commit() - Method in class org.egothor.store.ThickBarrel
Not implemented but required by Barrel.
commitAllServers() - Method in class org.egothor.util.hash.HashURI
Deprecated.  
commitEmit(int, long[]) - Method in class org.egothor.dir.Tanker
 
commitEmit(int, long[]) - Method in class org.egothor.dir.TankerImpl
 
commitEmit(int, long[]) - Method in class org.egothor.dir.TankerImplSecure
 
commitEmitEnd() - Method in class org.egothor.dir.Tanker
 
commitEmitEnd() - Method in class org.egothor.dir.TankerImpl
 
commitTemp(String) - Method in class org.egothor.duplicity.file.SimilarUnitPairsFileProducer
Commit the changes in the buffer to temporary filesystem file.
commitWithResults() - Method in class org.egothor.dir.TankerImplSecure
Performes a commit and returns information about the whole process.
commitWithResults() - Method in class org.egothor.duplicity.algorithm.TankerImplDuplicityChecker
 
commonPrefix(String, String) - Static method in class org.egothor.text.Strings
 
CommonSimilarUnitPairsFile - Class in org.egothor.duplicity.file
Common features of SimilarUnitPairsFile, AllSimilarUnitPairsFile and SimilarUnitPairsTempFile.
CommonSimilarUnitPairsFile() - Constructor for class org.egothor.duplicity.file.CommonSimilarUnitPairsFile
 
comp - Static variable in class org.egothor.duplicity.datastructure.JaccardCoeficient
Comparator using first and then second unit id of the similarUnitPair field for the class JaccardCoeficient.
comp - Static variable in class org.egothor.duplicity.datastructure.UnitPair
Comparator using first and then second unit id for the class UnitPair.
compare(String, String, String) - Static method in class org.egothor.text.Recode
 
compare(String, String) - Static method in class org.egothor.text.Recode
 
compare(Object, Object) - Method in class org.egothor.text.Recode
 
compareIgnoreCase(String, String) - Static method in class org.egothor.text.Recode
 
compareTo(LfuNode<K>) - Method in class org.egothor.cache.lfu.LfuNode
Compares this node with the specified node.
compareTo(LruKNode<K>) - Method in class org.egothor.cache.lruk.LruKNode
Compares this node with the specified node.
compareTo(Object) - Method in class org.egothor.duplicity.datastructure.DocumentUnitID
 
compareTo(Object) - Method in class org.egothor.duplicity.datastructure.ParagraphUnitID
 
compareTo(Object) - Method in class org.egothor.duplicity.datastructure.SentenceUnitID
 
compareWith(byte[]) - Method in class org.egothor.util.CyclicBuffer
Compares the content of this buffer with another buffer that must be long enough.
compFirst - Static variable in class org.egothor.duplicity.datastructure.UnitPair
Comparator using first unit id for the class UnitPair.
Compile - Class in org.egothor.stemmer
The Compile class is used to compile a stemmer table.
Compile() - Constructor for class org.egothor.stemmer.Compile
 
compJaccard - Static variable in class org.egothor.duplicity.datastructure.JaccardCoeficient
Comparator using JaccardCoeficient.jaccard field for the class JaccardCoeficient.
compMin - Static variable in class org.egothor.duplicity.datastructure.UnitPermutatedMin
Comparator using min field for the class UnitPermutatedMin.
compress(byte[], int) - Static method in class org.egothor.util.io.GZipOutputStream
Reads the data block of the given length and creates a new data block of this format: (len:int)(data:byte[]) where the length of data is the len the original data block is compressed into the new block and its data part
compSecond - Static variable in class org.egothor.duplicity.datastructure.UnitPair
Comparator using second unit id for the class UnitPair.
compUnitID - Static variable in class org.egothor.duplicity.datastructure.UnitPermutatedMin
Comparator using unitID field for the class UnitPermutatedMin.
computeDelta(DataInput, DataInput, GDiffCreator) - Static method in class org.egothor.util.diff.Xdelta
 
computeDocumentMins(DocumentPermutatedMins, Sequence<Token>, long, int) - Method in class org.egothor.duplicity.algorithm.PermutatedMinsFiller
Computes the permutated mins values for given sequence of tokens of a document and fills it into the result under the identificator documentID.
computeMins(PermutatedMinsFiller) - Method in class org.egothor.core.DocumentData
 
ConcatListReader - Class in org.egothor.merger
A ConcatIListReader is a collection (array) of IListReaders.
ConcatListReader(int, String) - Constructor for class org.egothor.merger.ConcatListReader
Constructor for the ConcatListReader object
ConcatLists - Class in org.egothor.merger
A ConcatIListReader is some collection (array) of IListReaders.
ConcatLists() - Constructor for class org.egothor.merger.ConcatLists
Constructor for the ConcatListReader object
ConcatSeq<T> - Class in org.egothor.merger
The ConcatSeq object reads an input set of sequences one by one and this way it produces this final sequence.
ConcatSeq(int) - Constructor for class org.egothor.merger.ConcatSeq
Constructor for the ConcatSeq object.
ConcatSeq(int, int) - Constructor for class org.egothor.merger.ConcatSeq
Constructor for the ConcatEnums object
Configuration - Class in org.egothor.query
This object defines rules for query computation, or rather, classes of tokens.
Configuration() - Constructor for class org.egothor.query.Configuration
 
CONST_FILE_BEGINNING_POSTFIX - Static variable in class org.egothor.Constants
postfix of const files that specifie time of the request for constancy of index.
CONST_FILE_PREFIX - Static variable in class org.egothor.Constants
 
Constants - Class in org.egothor
Major constant values of the core engine.
Constants() - Constructor for class org.egothor.Constants
 
Constants.CheckDuplicityLevel - Enum in org.egothor
Enum for possible levels of duplicity checking algorithm.
constMap - Static variable in class org.egothor.lock.server.LockServer
Map of location -> longest constancy expiration time.
contains(T) - Method in class org.egothor.cache.fifo.FifoList
Checks whether an item is present in the list.
contains(T) - Method in interface org.egothor.cache.List
Checks whether an item is present in the list.
containsKey(K) - Method in class org.egothor.cache.AbstractCache
 
containsKey(K) - Method in class org.egothor.cache.arc.ArcCache
Checks whether the specified key is cached.
containsKey(K) - Method in interface org.egothor.cache.Cache
Checks whether the specified key is cached.
containsKey(CachedQuery) - Method in class org.egothor.cache.CachedGroup
Checks whether the specified query is cached.
containsKey(CachedTerm) - Method in class org.egothor.cache.CachedRider
Checks whether the specified term is cached.
containsKey(K) - Method in class org.egothor.cache.fifo.FifoCache
Checks whether the specified key is cached.
containsKey(K) - Method in class org.egothor.cache.lfu.LfuCache
Checks whether the specified key is cached.
containsKey(K) - Method in class org.egothor.cache.lru.LruCache
Checks whether the specified key is cached.
containsKey(K) - Method in class org.egothor.cache.lruk.LruKCache
Checks whether the specified key is cached.
containsKey(K) - Method in class org.egothor.cache.multiQueue.MultiQueueCache
Checks whether the specified key is cached.
containsKey(K) - Method in class org.egothor.cache.slru.SlruCache
Checks whether the specified key is cached.
containsKey(K) - Method in class org.egothor.cache.stat.StaticCache
Checks whether the specified key is cached.
containsKey(K) - Method in class org.egothor.cache.staticDynamic.StaticDynamicCache
Checks whether the specified key is cached in static or dynamic cache.
containsKey(K) - Method in class org.egothor.cache.twoQueue.TwoQueueCache
Checks whether the specified key is cached.
containsKey(Object) - Method in class org.egothor.util.Cache
Description of the Method
containsValidOrExpiredLock(long) - Method in class org.egothor.lock.server.LockServerThread.LockServerRecord
Finds out if entries contains valid lock entry in comparison to time expiration or if there is any expired write or read lock (that means thread crashed and index is in incosistent state).
containsValidReservation(long) - Method in class org.egothor.lock.server.LockServerThread.LockServerRecord
Checks reservation for a valid one.
convertData2String(String) - Method in class org.egothor.core.DocumentData
 
convertData2String() - Method in class org.egothor.core.DocumentData
 
copy(long, int, DataInput, DataOutput) - Static method in class org.egothor.util.diff.GDiffReader
 
copyFrom(UnitPair) - Method in class org.egothor.duplicity.datastructure.UnitPair
Copies the values of all fields from given instance.
copyFrom(UnitPermutatedMin) - Method in class org.egothor.duplicity.datastructure.UnitPermutatedMin
Copies the values of all fields from given instance.
copyFrom(DataInputStream) - Method in class org.egothor.duplicity.file.JaccardCoeficientsFileProducer
 
copyFrom(DataInput, int) - Method in class org.egothor.io.DataInputOutputStream
 
copyFrom(DataInput, int) - Method in interface org.egothor.io.DataOutput
Copies bytes of a given length from input stream.
copyFrom(DataInput, DataOutput, int) - Static method in class org.egothor.io.DataOutputStream
 
copyFrom(DataInput, int) - Method in class org.egothor.io.DataOutputStream
 
copyFrom(DataInput, int) - Method in class org.egothor.io.MemoryOutputStream
 
copyFrom(Bucket, boolean) - Method in class org.egothor.util.hash.Bucket
This bucket becomes the exact copy of the bucket passed, but the dirty flag is set as required.
Counter - Class in org.egothor.util
This class is part of the Egothor Project
Counter(int) - Constructor for class org.egothor.util.Counter
Constructor for the Counter object.
CRAP - Static variable in interface org.egothor.parser.plain.SimpleConstants
 
createAnchor(int, URI) - Method in class org.egothor.text.Stringer
 
createCsv(String) - Method in class org.egothor.duplicity.visualization.DocumentDuplicities
Create CSV file with jaccard coeficients for this document in given directory.
createDocument(int) - Method in class org.egothor.duplicity.generator.DocumentGenerator
 
createDocument(int) - Method in class org.egothor.duplicity.generator.DocumentGeneratorDL
 
createDocument(int) - Method in class org.egothor.duplicity.generator.DocumentGeneratorPL
 
createDocument(int) - Method in class org.egothor.duplicity.generator.DocumentGeneratorSL
 
createNew(long) - Static method in class org.egothor.duplicity.algorithm.PermutatedMinsFiller
Ensures that the right child is created according to the duplicity checking algorithm level set in Constants.CHECK_DUPLICITY_LEVEL.
createNew() - Static method in class org.egothor.duplicity.algorithm.PermutatedMinsFiller
Ensures that the right child is created according to the duplicity checking algorithm level set in Constants.CHECK_DUPLICITY_LEVEL.
createNew(String, File, File, PrintWriter, int, double, int, double, int, double, int, int) - Static method in class org.egothor.duplicity.generator.DocumentGenerator
 
createNew(DocumentUnitID, DocumentData, JaccardCoeficientsFile, TankerImplSecure) - Static method in class org.egothor.duplicity.visualization.DocumentDuplicities
The recommended way to create new instance of DocumentDuplicities child class.
createNewFile() - Method in class org.egothor.io.File
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createNewFile() - Method in class org.egothor.io.FileLocal
 
createOut() - Method in class org.egothor.duplicity.file.AllSimilarUnitPairsFile
Creates temporary file and sets the out field.
createOut() - Method in class org.egothor.duplicity.file.DuplicityCheckingFile
Sets the out field of the class.
createOut() - Method in class org.egothor.duplicity.file.JaccardCoeficientsFile
Creates permanent file and sets the out field.
createOut() - Method in class org.egothor.duplicity.file.PermutatedMinsFile
Creates permanent file and sets the out field.
createOut() - Method in class org.egothor.duplicity.file.SimilarUnitPairsFile
Creates permanent file and sets the out field.
createOut() - Method in class org.egothor.duplicity.file.SimilarUnitPairsTempFile
Creates temporary file and sets the out field.
createPermOut() - Method in class org.egothor.duplicity.file.DuplicityCheckingFile
The implementation of the DuplicityCheckingFile.createOut() method for permanent files.
createReport(String, boolean, boolean, double) - Method in class org.egothor.duplicity.visualization.DocumentDuplicities
Create duplicity checking report files for this document in given directory in given formats.
createSimilarUnitPairsFile() - Method in class org.egothor.duplicity.file.PermutatedMinsFile
From this files, creates the SimilarUnitPairsFile corresponding to it.
createTempOut() - Method in class org.egothor.duplicity.file.DuplicityCheckingFile
The implementation of the DuplicityCheckingFile.createOut() for temporary files.
createUniqueFile(String, String) - Method in class org.egothor.lock.LockManager
Creates a unique file with the input prefix in the input location.
curChar - Variable in class org.egothor.parser.plain.SimpleTokenManager
 
curChar - Variable in class org.egothor.query.parser.ParserTokenManager
 
currentToken - Variable in exception org.egothor.parser.plain.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.egothor.query.parser.ParseException
This is the last token that has been consumed successfully.
cursor() - Method in class org.egothor.merger.ConcatListReader
 
cutOffLast() - Method in class org.egothor.util.BiQueue
Shrink the Queue by 1 (the last) position.
cutOffLast() - Method in class org.egothor.util.Queue
Shrink the Queue by 1 (the last) position.
cutOffLast() - Method in class org.egothor.util.QueueAbstract
Cuts off the last element of the heap's array, and reduces the array size by one.
CWI - Interface in org.egothor.core
This interface should be implemented by any class wishing to declare some knowledge of collection wide information (CWI).
CWI - Class in org.egothor.dir
The CWI object represents the simplest case of Collection-Wide-Information in an Information Retrieval system.
CWI() - Constructor for class org.egothor.dir.CWI
Constructor for the CWI object.
CyclicBuffer - Class in org.egothor.util
 
CyclicBuffer(int) - Constructor for class org.egothor.util.CyclicBuffer
Creates a new instance of CyclicBuffer.

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