Documentation ¶
Index ¶
- type Handler
- func (h *Handler) Meta(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Reindex(w http.ResponseWriter, r *http.Request)
- func (h *Handler) RobotsTxt(w http.ResponseWriter, r *http.Request)
- func (h *Handler) SearchStatus(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Sitemap(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
Handler contains the runtime information such as logging and database.
func (*Handler) Meta ¶
func (h *Handler) Meta(w http.ResponseWriter, r *http.Request)
Meta provides org meta data based upon request domain (e.g. acme.documize.com).
func (*Handler) Reindex ¶ added in v1.60.0
func (h *Handler) Reindex(w http.ResponseWriter, r *http.Request)
Reindex indexes all documents and attachments.
func (*Handler) RobotsTxt ¶
func (h *Handler) RobotsTxt(w http.ResponseWriter, r *http.Request)
RobotsTxt returns robots.txt depending on site configuration. Did we allow anonymouse access?
func (*Handler) SearchStatus ¶ added in v1.60.0
func (h *Handler) SearchStatus(w http.ResponseWriter, r *http.Request)
SearchStatus returns state of search index
Click to show internal directories.
Click to hide internal directories.