[Koha] Koha Search Indexes
Zeno Tajoli
z.tajoli at cineca.it
Tue Feb 2 08:51:56 NZDT 2016
Hi to all,
>Many thanks. Could you possible add an explanation of the suffixes :n, :p,
>:w, :u (URL?) and :s?
The suffixes are connected with type of indexing.
They are used in Zebra software with those meanings:
w=word [Traditional tokenized and character normalized word index]
p=phrase [Character normalized, but not tokenized index for phrase matches]
n=numeric [Special index for digital numbers]
u=URL [Special index for URL]
s=sort [used only on sorting, not in searching]
See the table here: http://www.indexdata.com/zebra/doc/querymodel-zebra.html#querymodel-zebra-mapping-structure-types
Bye
Zeno Tajoli
More information about the Koha
mailing list