projects
/
yaz-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:
1bb2934
)
Fixed the asn1 for facets
author
Heikki Levanto
<heikki@indexdata.dk>
Thu, 15 Jul 2010 09:09:07 +0000
(11:09 +0200)
committer
Heikki Levanto
<heikki@indexdata.dk>
Thu, 15 Jul 2010 09:09:07 +0000
(11:09 +0200)
src/facet.asn
patch
|
blob
|
history
diff --git
a/src/facet.asn
b/src/facet.asn
index
e4adea1
..
7a32e71
100644
(file)
--- a/
src/facet.asn
+++ b/
src/facet.asn
@@
-14,8
+14,8
@@
FacetField ::= SEQUENCE {
}
FacetTerm ::= SEQUENCE {
- term [1] IMPLICIT Term,
- count [2] IMPLICIT INTEGER
+ term Term,
+ count INTEGER
}
END