File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/gettingstarted/extension Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,13 @@ The built-in extension interfaces related to query handling are:
2828- [ ` GlobalQueryHandler ` ] ( /reference/classalbert_1_1GlobalQueryHandler.html )
2929- [ ` FallbackHandler ` ] ( /reference/classalbert_1_1FallbackHandler.html )
3030
31+ and their convenience subclasses:
32+
33+ - [ ` AsyncGeneratorQueryHandler ` ] ( /reference/classalbert_1_1AsyncGeneratorQueryHandler.html )
34+ - [ ` GeneratorQueryHandler ` ] ( /reference/classalbert_1_1GeneratorQueryHandler.html )
35+ - [ ` RankedQueryHandler ` ] ( /reference/classalbert_1_1RankedQueryHandler.html )
36+ - [ ` IndexQueryHandler ` ] ( /reference/classalbert_1_1IndexQueryHandler.html )
37+
3138All query handlers provide instances of the [ ` Item ` ] ( /reference/classalbert_1_1Item.html ) interface,
3239which contains several methods related to the user interface,
3340most notably the [ ` Action ` ] ( /reference/classalbert_1_1Action.html ) factory.
You can’t perform that action at this time.
0 commit comments