Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for content_description (0.21 sec)

  1. src/main/webapp/WEB-INF/fe.tld

      </function>
    
      <function>
        <description>Mask e-mail address.</description>
        <name>maskEmail</name>
        <function-class>org.codelibs.fess.taglib.FessFunctions</function-class>
        <function-signature>java.lang.String maskEmail(java.lang.String)</function-signature>
        <example>${fe:maskEmail(doc.content_description)}</example>
      </function>
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Jan 18 11:38:54 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp

                                                        </h3>
                                                        <div class="body col-sm-10">
                                                                ${doc.content_description}
                                                        </div>
                                                        <div class="body text-right">
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 20.1K bytes
    - Viewed (0)
  3. src/main/config/openapi/openapi-user.yaml

                            url:
                              type: string
                              format: uri
                              example: "https://fess.codelibs.org/"
                            content_description:
                              type: string
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu May 09 06:31:27 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  4. MIGRATION.md

        "page_size": 10,
        "page_number": 1,
        "record_count": 234,
        "result": [
          {
            "url": "http://example.com/page1",
            "title": "Example Page",
            "content_description": "...search results...",
            "score": 1.543
          }
        ]
      }
    }
    ```
    
    **Documentation**: [JSON API Guide](https://fess.codelibs.org/12.5/user/json-response.html)
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 12:40:11 UTC 2025
    - 23.2K bytes
    - Viewed (0)
Back to top