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:
6b3366d
)
Extend comment about start facet parameter
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 27 Mar 2014 12:29:22 +0000
(13:29 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 27 Mar 2014 12:29:22 +0000
(13:29 +0100)
src/facet.asn
patch
|
blob
|
history
diff --git
a/src/facet.asn
b/src/facet.asn
index
7950bd1
..
c3e964e
100644
(file)
--- a/
src/facet.asn
+++ b/
src/facet.asn
@@
-9,7
+9,7
@@
FacetField ::= SEQUENCE {
-- 1=use (field name)
-- 2=sortorder 0=count descending, 1=alpha ascending ..
-- 3=limit (integer)
- -- 4=start (integer)
+ -- 4=start (integer), starting from 1
attributes [1] IMPLICIT AttributeList,
terms [2] IMPLICIT SEQUENCE OF FacetTerm OPTIONAL
}