|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.silverpeas.search.indexEngine.model.FieldDescription
public class FieldDescription
A FieldDescription pack all the needed information to parse and index a generic field (xml field, iptc field) We need :
| Constructor Summary | |
|---|---|
FieldDescription(String fieldName,
Date begin,
Date end,
String lang)
|
|
FieldDescription(String fieldName,
String content,
String lang)
|
|
FieldDescription(String fieldName,
String content,
String lang,
boolean stored)
|
|
| Method Summary | |
|---|---|
String |
getContent()
Return the content itself |
String |
getFieldName()
Return the fieldName |
String |
getLang()
Return the content language |
boolean |
isStored()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldDescription(String fieldName,
String content,
String lang)
public FieldDescription(String fieldName,
String content,
String lang,
boolean stored)
public FieldDescription(String fieldName,
Date begin,
Date end,
String lang)
| Method Detail |
|---|
public String getFieldName()
public String getContent()
public String getLang()
public boolean isStored()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||