Class TextDescription
- java.lang.Object
-
- org.silverpeas.core.index.indexing.model.TextDescription
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XMLFieldDescription
public class TextDescription extends Object implements Serializable
A ContentDescription pack all the needed information to parse and index a content. We need :- the content itself
- the language of the file
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextDescription(String content, String lang)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
Return the content itselfString
getLang()
Return the content language
-