|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentData | |
---|---|
org.egothor.core | This package concentrates the core data objects and interfaces. |
org.egothor.core.memory | This package contains an implementation of barrels in memory. |
org.egothor.core.query | This package contains objects that represent a structure of a query in our inner and binary form, readers of a barrel and a result queue. |
org.egothor.dir | This package defines objects of distributed IR layer. |
org.egothor.dockyard | |
org.egothor.duplicity.file | This package contains implementation of the files needed the duplicity checking algorithm. |
org.egothor.duplicity.visualization | This package contains classes implementing the visualization of the duplicities found in a document by the duplicity checking algorithm. |
org.egothor.html | This package contains a specific implementation of core objects for HTML with "home" and "content" support. |
org.egothor.merger | This package defines a machinery that merges many BarrelReaders. |
org.egothor.repository | |
org.egothor.robot.index | |
org.egothor.slotter | This package is responsible for management of arrays of DynStruct objects. |
org.egothor.store | This package contains an implementation of barrels on a hard disk. |
Uses of DocumentData in org.egothor.core |
---|
Methods in org.egothor.core that return DocumentData | |
---|---|
DocumentData |
Hit.getMeta()
Return the metadata of the document that is represented by this hit. |
DocumentData |
Barrel.getMeta(long uid)
Return the metadata of document number uid . |
Methods in org.egothor.core that return types with arguments of type DocumentData | |
---|---|
SequenceWithClose<DocumentData> |
BarrelReader.getDocuments()
Returns an enumeration of all active documents. |
Methods in org.egothor.core with parameters of type DocumentData | |
---|---|
void |
Hit.setMeta(DocumentData meta)
Sets the meta attribute of the Hit object |
Constructors in org.egothor.core with parameters of type DocumentData | |
---|---|
DocumentData(DocumentData old)
Construct a new DocumentData object using the Hashtable of the given DocumentData object. |
|
Hit(DocumentData meta,
int sim)
Constructor for the Hit object. |
Uses of DocumentData in org.egothor.core.memory |
---|
Methods in org.egothor.core.memory that return DocumentData | |
---|---|
DocumentData |
Document.getMeta(long id)
Return the metadata of this document. |
DocumentData |
MemoryBarrel.getMeta(long uid)
Return the metadata of the document with the given unique ID. |
Methods in org.egothor.core.memory that return types with arguments of type DocumentData | |
---|---|
SequenceWithClose<DocumentData> |
Document.getDocuments()
Return an Enumeration of the documents. |
SequenceWithClose<DocumentData> |
MemoryBarrel.getDocuments()
Return the documents making up this Barrel. |
Methods in org.egothor.core.memory with parameters of type DocumentData | |
---|---|
void |
Document.initialize(DocumentData meta,
FTField root)
Initializator for the Document object. |
Uses of DocumentData in org.egothor.core.query |
---|
Methods in org.egothor.core.query that return DocumentData | |
---|---|
DocumentData |
Hit.getMeta()
Return the metadata of the document that constitutes this Hit. |
Uses of DocumentData in org.egothor.dir |
---|
Methods in org.egothor.dir that return DocumentData | |
---|---|
abstract DocumentData |
Group.expandDocMetadata(DocumentData ofBarrel,
Token[] interest)
Retrives the document data, but restrict the data block to the part relevant to some tokens of our interest. |
abstract DocumentData |
Tanker.expandDocMetadata(DocumentData ofBarrel,
Token[] interest)
|
DocumentData |
TankerImpl.expandDocMetadata(DocumentData ofBarrel,
Token[] interest)
|
DocumentData |
TankerImplSecure.expandDocMetadata(DocumentData ofBarrel,
Token[] interest)
Deprecated. |
DocumentData |
TankerImplSecure.expandDocMetadataSecure(DocumentData ofBarrel,
Token[] interest)
Standard exapnding of doc metadata, but using multithreaded safe way. |
DocumentData |
Group.getMeta(long uid)
Return the metadata for the document with the given unique identifier. |
DocumentData |
TankerImplSecure.getMeta(long uid)
|
Methods in org.egothor.dir with parameters of type DocumentData | |
---|---|
abstract DocumentData |
Group.expandDocMetadata(DocumentData ofBarrel,
Token[] interest)
Retrives the document data, but restrict the data block to the part relevant to some tokens of our interest. |
abstract DocumentData |
Tanker.expandDocMetadata(DocumentData ofBarrel,
Token[] interest)
|
DocumentData |
TankerImpl.expandDocMetadata(DocumentData ofBarrel,
Token[] interest)
|
DocumentData |
TankerImplSecure.expandDocMetadata(DocumentData ofBarrel,
Token[] interest)
Deprecated. |
DocumentData |
TankerImplSecure.expandDocMetadataSecure(DocumentData ofBarrel,
Token[] interest)
Standard exapnding of doc metadata, but using multithreaded safe way. |
Uses of DocumentData in org.egothor.dockyard |
---|
Methods in org.egothor.dockyard that return types with arguments of type DocumentData | |
---|---|
SequenceWithClose<DocumentData> |
StreamReader.getDocuments()
|
Uses of DocumentData in org.egothor.duplicity.file |
---|
Methods in org.egothor.duplicity.file with parameters of type DocumentData | |
---|---|
void |
PermutatedMinsFileProducer.add(DocumentData doc)
Adds document to the file. |
Method parameters in org.egothor.duplicity.file with type arguments of type DocumentData | |
---|---|
java.util.Map<DocumentUnitID,java.lang.Double> |
JaccardCoeficientsFile.markDuplicates(java.util.List<DocumentData> docs)
|
Uses of DocumentData in org.egothor.duplicity.visualization |
---|
Methods in org.egothor.duplicity.visualization with parameters of type DocumentData | |
---|---|
static DocumentDuplicities |
DocumentDuplicities.createNew(DocumentUnitID docID,
DocumentData docMeta,
JaccardCoeficientsFile jcf,
TankerImplSecure tanker)
The recommended way to create new instance of DocumentDuplicities child class. |
Constructors in org.egothor.duplicity.visualization with parameters of type DocumentData | |
---|---|
DocumentDuplicities(DocumentUnitID docID,
DocumentData docMeta,
JaccardCoeficientsFile jcf,
TankerImplSecure tanker)
|
|
DocumentDuplicitiesDocumentLevel(DocumentUnitID docID,
DocumentData docMeta,
JaccardCoeficientsFile jcf,
TankerImplSecure tanker)
|
|
DocumentDuplicitiesParagraphLevel(DocumentUnitID docID,
DocumentData docMeta,
JaccardCoeficientsFile jcf,
TankerImplSecure tanker)
|
|
DocumentDuplicitiesSentenceLevel(DocumentUnitID docID,
DocumentData docMeta,
JaccardCoeficientsFile jcf,
TankerImplSecure tanker)
|
Uses of DocumentData in org.egothor.html |
---|
Methods in org.egothor.html with parameters of type DocumentData | |
---|---|
java.lang.String |
HTMLField.initialize(java.io.Reader i,
java.lang.String location,
DocumentData meta,
EventEncoder encoder)
|
Uses of DocumentData in org.egothor.merger |
---|
Methods in org.egothor.merger that return types with arguments of type DocumentData | |
---|---|
SequenceWithClose<DocumentData> |
Merge.getDocuments()
Return an enumeration of DocumentData
objects. |
Uses of DocumentData in org.egothor.repository |
---|
Methods in org.egothor.repository that return DocumentData | |
---|---|
DocumentData |
WebStore.Page.getDocument()
|
Uses of DocumentData in org.egothor.robot.index |
---|
Methods in org.egothor.robot.index that return DocumentData | |
---|---|
DocumentData |
DocumentsFastReader.next()
Return the next element. |
Methods in org.egothor.robot.index that return types with arguments of type DocumentData | |
---|---|
SequenceWithClose<DocumentData> |
ThickFastIn.getDocuments()
Return an enumeration containing stored metadata of documents. |
Methods in org.egothor.robot.index with parameters of type DocumentData | |
---|---|
long |
DocumentsFastWriter.addElement(DocumentData obj)
Appends a new object to the structure. |
void |
DocumentsFastWriter.save(DocumentData doc)
|
Uses of DocumentData in org.egothor.slotter |
---|
Methods in org.egothor.slotter that return DocumentData | |
---|---|
DocumentData |
BarrelShadow.getMeta(long uid)
Return the metadata of document number uid . |
Uses of DocumentData in org.egothor.store |
---|
Methods in org.egothor.store that return DocumentData | |
---|---|
DocumentData |
Documents.elementAt(long uid)
Return the element with the given uid . |
DocumentData |
ThickBarrel.getMeta(long uid)
Returns meta data of a given uid document. |
Methods in org.egothor.store that return types with arguments of type DocumentData | |
---|---|
SequenceWithClose<DocumentData> |
ThickBarrelIn.getDocuments()
Return an enumeration containing stored metadata of documents. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |