Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for toStringOrNull (0.06 seconds)

  1. src/main/java/org/codelibs/fess/entity/ChatMessage.java

                this.index = index;
                String titleValue = toStringOrNull(doc.get("title"));
                if (titleValue == null || titleValue.isEmpty()) {
                    titleValue = toStringOrNull(doc.get("content_title"));
                }
                this.title = titleValue;
                this.url = toStringOrNull(doc.get("url"));
                this.docId = toStringOrNull(doc.get("doc_id"));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 04:52:31 GMT 2026
    - 10.1K bytes
    - Click Count (0)
Back to Top