]> git.evergreen-ils.org Git - working/Evergreen.git/blob - 1.6/opac/searchmethodology.xml
add index terms to OPAC chapters.
[working/Evergreen.git] / 1.6 / opac / searchmethodology.xml
1 <?xml version='1.0' encoding='UTF-8'?>\r
2 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"\r
3             xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:id="catalogue-search-methodology">\r
4         <title>Search Methodology</title>\r
5          <simplesect xml:id="catalogue-search-methodology-stemming">\r
6                  <title>Stemming</title><indexterm><primary>search methodology</primary><secondary>stemming</secondary></indexterm>\r
7                  <para>A search for <emphasis>dogs</emphasis> will also return hits with the word\r
8                        <emphasis>dog</emphasis> and a search for <emphasis>parenting</emphasis> will return\r
9                     results with the words <emphasis>parent</emphasis> and<emphasis> parental</emphasis>.\r
10                     This is because the search uses stemming to help return the most relevant results. That\r
11                     is, words are reduced to their stem (or root word) before the search is\r
12                     performed.</para>\r
13 \r
14                  <para>The stemming algorithm relies on common English language patterns - like verbs ending\r
15                     in <emphasis>ing</emphasis> - to find the stems. This is more efficient that looking up\r
16                     each search term in a dictionary and usually produces desirable results. However, it\r
17                     also means the search will sometimes reduce a word to an incorrect stem and cause\r
18                     unexpected results. To prevent a word or phrase from stemming, put it in\r
19                     double-quotes.</para>\r
20 \r
21                  <para>Understanding how stemming works can help you to create more relevant searches, but\r
22                     it is usually best not to anticipate how a search term will be stemmed. For example,\r
23                     searching for <emphasis>gold compass</emphasis> does not return for <emphasis>golden\r
24                        compass</emphasis> because the search does not recognize <emphasis>gold</emphasis> as\r
25                     a stem of <emphasis>golden</emphasis>.</para>\r
26       </simplesect>\r
27       <simplesect>\r
28                  <title>Truncation</title><indexterm><primary>search methodology</primary><secondary>truncation</secondary></indexterm>\r
29                  <para>Truncation is not currently supported in Evergreen. </para>\r
30       </simplesect>\r
31       <simplesect xml:id="catalogue-search-methodology-order-of-results"\r
32                  xreflabel="Order of Results">\r
33                  <title> Order of Results </title><indexterm><primary>search methodology</primary><secondary>order of results</secondary></indexterm>\r
34                  <para>By default, the results are listed in order of relevance, similar\r
35                     to a search engine like Google. The relevance is determined using a number of factors,\r
36                     including how often and where the search terms appear in the item description, and\r
37                     whether the search terms are part of the title, subject, author, or series. The results\r
38                     which best match your search are returned first rather than results appearing in\r
39                     alphabetical or chronological order.</para>\r
40                  <para>In the <guilabel>Advanced Search </guilabel>screen, you may select to order the\r
41                     search results by relevance, title, author, or publication date before you start the\r
42                     search. You can also re-order your search results using the Sort Results dropdown list\r
43                     on the search result screen. </para>\r
44       </simplesect>\r
45 </chapter>\r
46 \r