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:
78823e1
)
Fixed typo
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 13 Jul 2010 20:22:31 +0000
(22:22 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 13 Jul 2010 20:22:31 +0000
(22:22 +0200)
src/facet.asn
patch
|
blob
|
history
diff --git
a/src/facet.asn
b/src/facet.asn
index
d5f399d
..
e4adea1
100644
(file)
--- a/
src/facet.asn
+++ b/
src/facet.asn
@@
-7,7
+7,7
@@
FacetList ::= SEQUENCE OF FacetField;
FacetField ::= SEQUENCE {
-- attributes will specify:
-- 1=use (field name)
- -- 3=sortorder 0=most frequent, 1=least frequent, ..
+ -- 2=sortorder 0=most frequent, 1=least frequent, ..
-- 3=limit (integer)
attributes [1] IMPLICIT AttributeList,
terms [2] IMPLICIT SEQUENCE OF FacetTerm OPTIONAL