org.silverpeas.search.indexEngine.model
Class XMLFieldDescription
java.lang.Object
org.silverpeas.search.indexEngine.model.TextDescription
org.silverpeas.search.indexEngine.model.XMLFieldDescription
- All Implemented Interfaces:
- Serializable
public final class XMLFieldDescription
- extends TextDescription
- implements Serializable
A XMLFieldDescription pack all the needed information to parse and index a xml field. We need :
- the name of the field
- its content
- its language
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLFieldDescription
public XMLFieldDescription(String fieldName,
String content,
String lang)
getFieldName
public String getFieldName()
- Return the fieldName
Copyright © 2016 Silverpeas. All Rights Reserved.