X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fbook.xml;h=58e9ca6da36de1707880354a304f71bcf3972bb1;hb=b92f5f5d4bd3fb1cf21910047ba2f95ba9c9a4a8;hp=e71bc694eeef77de366ae069093a468a83ffeac7;hpb=14074ecf20d86518ccedc0c9617a49949ec19779;p=pazpar2-moved-to-github.git diff --git a/doc/book.xml b/doc/book.xml index e71bc69..58e9ca6 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -585,18 +585,17 @@ The intermediate, internal representation of the record looks like this: + - The Shining + The Shining - King, Stephen + King, Stephen - ebook - - - - ]]> + ebook + + +]]> As you can see, there isn't much to it. There are really only a few important elements to this file. @@ -625,6 +624,31 @@ in the retrieval record ultimately drives merging, sorting, ranking, the extraction of browse facets, and display, all configurable. + + + Pazpar2 1.6.37 and later also allows already clustered records to + be ingested. Suppose a database already clusters for us and we would like + to keep that cluster for Pazpar2. In that case we can generate a + cluster wrapper element that holds individual + record elements. + + + Cluster record example: + + + The Shining + King, Stephen + ebook + + + The Shining + King, Stephen + audio + + + ]]> +
@@ -651,7 +675,7 @@ search. You start a new search using the 'search' command. Once the search has been started, you can follow its progress using the 'stat', 'bytarget', 'termlist', or 'show' commands. Detailed records - can be fetched using the 'record' command. + can be fetched using the 'record' command.
@@ -834,6 +858,14 @@ tf[i] = tf[i] / cluster_size; relevance += 100000 * tf[i] / idf[i]; ]]> + + For controlling the ranking parameters, refer to the + rank element of the + service definition. + Refer to the rank attribute + of the metadata element for how to control ranking for individual + metadata fields. +