projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86cdaa3
)
Add UDB to indexing (as zeerex:udb).
author
Mike Taylor
<mike@indexdata.com>
Wed, 17 Dec 2014 12:18:21 +0000
(12:18 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 17 Dec 2014 12:18:21 +0000
(12:18 +0000)
Note that a run of reindex.pl is required before this can be used.
zebra/zeerex2index.xsl
patch
|
blob
|
history
diff --git
a/zebra/zeerex2index.xsl
b/zebra/zeerex2index.xsl
index
15baa74
..
ae4c1e4
100644
(file)
--- a/
zebra/zeerex2index.xsl
+++ b/
zebra/zeerex2index.xsl
@@
-160,6
+160,9
@@
<z:index name="zeerex:disabled" type="0">
<xsl:value-of select="i:status/i:disabled"/>
</z:index>
+ <z:index name="zeerex:udb" type="0">
+ <xsl:value-of select="e:databaseInfo/i:udb"/>
+ </z:index>
</z:record>
</xsl:template>