When you index your documents, you specify your section group in the parameter clause of CREATE INDEX.
CREATE
INDEX
create index myindex on docs(htmlfile) indextype is ctxsys.context parameters('filter ctxsys.null_filter section group htmgroup');
Scripting on this page enhances content navigation, but does not change the content in any way.