- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getLabelTypeIds (0.07 sec)
-
ElevateWord.java
serialVersionUID = 1L; L37: L38: private String[] labelTypeIds; L39: L40: private volatile List<LabelType> labelTypeList; L41: L42: /* (non-Javadoc) L43: * @see org.codelibs.fess.db.exentity.CrawlingConfig#getLabelTypeIds() L44: */ L45: public String[] getLabelTypeIds() { L46: if (labelTypeIds == null) { L47: return StringUtil.EMPTY_STRINGS; L48: } L49: return labelTypeIds; L50: } L51: L52: public void setLabelTypeIds(final String[] labelTypeIds)...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.3K bytes