Difference between revisions of "Search indexing"
Jump to navigation
Jump to search
old>Admin (Created page with "== Background == == General setup == # Create a search user #* Assign groups corresponding to content that should be indexed # Add a new source to index (see Constellio exa...") |
m (7 revisions imported) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== Background == | == Background == | ||
Tempus Serva provides a special page to use for entreprise search indexing. The pages served through the search servlet, will be stripped of unnessasary content including links, forms and other "active" types of content. | |||
[[File:SearchOverview.png|600px|]] | |||
== | == Indexing setup == | ||
# Create a search user | # Create a search user | ||
Line 9: | Line 11: | ||
#* Set source endpoint to <server>/<application>/search | #* Set source endpoint to <server>/<application>/search | ||
#* Activate Basic authentication to new user | #* Activate Basic authentication to new user | ||
<!-- === Indexing: Constellio content source === --> | |||
== Search box integration == | |||
To enable the user to search from the pages in TS a search box. | |||
Options include: | |||
* Inherit a search functionality from page referenced in Wrapper | |||
* Insert a search form in a Wrapper (probably "Header padding") | |||
* Insert a search form in a Section header HTML | |||
Search form mentioned above are nothing but static HTML code |
Latest revision as of 11:55, 10 December 2021
Background
Tempus Serva provides a special page to use for entreprise search indexing. The pages served through the search servlet, will be stripped of unnessasary content including links, forms and other "active" types of content.
Indexing setup
- Create a search user
- Assign groups corresponding to content that should be indexed
- Add a new source to index (see Constellio example below)
- Set source endpoint to <server>/<application>/search
- Activate Basic authentication to new user
Search box integration
To enable the user to search from the pages in TS a search box.
Options include:
- Inherit a search functionality from page referenced in Wrapper
- Insert a search form in a Wrapper (probably "Header padding")
- Insert a search form in a Section header HTML
Search form mentioned above are nothing but static HTML code