#937: BibIndex: create special category index for Indico search
-------------------+----------------------
Reporter: simko | Owner:
Type: defect | Status: new
Priority: major | Component: BibIndex
Version: | Keywords: indico
-------------------+----------------------
In order to speed up Indico Search, a special category index is to be
created with special tokenising rules that are very similar to DESY
keyword tokenising rules. (That is, split phrase by colon, see also
ticket:699.)
Example of the input:
{{{
<datafield tag="650" ind1=" " ind2="7">
<subfield code="a">0:1l28:1l8:662</subfield>
</datafield>
}}}
We want to tokenise this into four index terms:
{{{
0:1l28:1l8:662
0:1l28:1l8
0:1l28
0
}}}
--
Ticket URL: <http://invenio-software.org/ticket/937>
Invenio <http://invenio-software.org>