Re: [Koha-devel] How to view Zebra indexes..?
Maybe the page http://www.indexdata.com/zebra/doc/tutorial-oai-sru-zebra-indexes.html can help you. Bye. Stefano
From: ?????? ????? <serhijdubyk@gmail.com> Subject: [Koha-devel] How to view Zebra indexes..? To: koha-devel <koha-devel@lists.koha-community.org> Message-ID: <CAD_i8vtdWz=1fMaqj=-Kwz3-bf2FKFjjfpj4G=g8_nRBWc_ZmQ@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
Hi all!
Koha Wiki has an page Understanding Zebra indexing (http://wiki.koha-community.org/wiki/Understanding_Zebra_indexing) about adding fileds/subfields to seach indexes.
In particular are indices for the some case:
Name-and-title = {"Goddard College"} Name = {"Faculty publications"} Subject = {"Faculty publications"} Subject:p = {"Faculty publications"} Corporate-name = {"Faculty publications"}
General question: how to see the generated indexes for a specific record?
... For my case, I try to build the correct indexes for call numbers, UDC, Dewey, BBK codes etc. For ex. we have callnum = 222.12/4 I need a searches like next: 22* - 223.14/1, 224.1/2 ... 222* - all indexes start from 222 - 222.11/1, 222.12/2 ... 222.12* - in result I need only 222.12/1, 222.12/2, 222.12/3 ... During formation of index - point, space, parentheses or other mark should not break the index into pieces.
participants (1)
-
Stefano Bargioni