See: Description
Interface | Description |
---|---|
Document |
A document that can be managed by SDX.
|
IndexableDocument |
An indexable document is a document that can be indexed with SDX.
|
ParsableDocument |
An interface for documents that can be parsed in an XML sense.
|
Class | Description |
---|---|
AbstractDocument |
An abstract representation of a document.
|
AbstractIndexableDocument |
An abstract class for indexable documents.
|
BinaryDocument | |
HTMLDocument |
An HTML document, parsable and indexable.
|
IndexableFieldProperty | |
OAIDocument |
OAI document properties.
|
ParsableDocumentSource | |
XMLDocument |
An XML document, parsable and indexable.
|
SDX being a search engine for XML documents, the concept of document is central in its model. The class hierarchy give some hints on basic properties of documents in SDX :
ParsableDocument
interface.
IndexableDocument
interface.
The class
AbstractDocument
is
a conveninent class for implementing new types of documents.
In the near future, HTML documents will be supported, both as parsable dans indexable documents. Other document types such as PDF could be made indexable in the future.
Copyright © 2000-2010 Ministere de la culture et de la communication / AJLSM. All Rights Reserved.