Selection.Xapian
Classes
Selection.Xapian
A general, superclass for populating selection content using xapian
queries. Note that this superclass cannot be used directly itself. You must
subclass it and implement the construct_query_object method, which should
return a DModel.Query determining what content to fetch from
a xapian database.
This superclass handles continuation-passing on the queue_load_more method. If the selection determines that both more results are available (by examining the result set metadata returned from xapian) and that more results are required, it will automatically create a new query and fetch more content.
Properties
    factory-id
		Module ID
- Type
 - String
 
- Default value
 
    factory-path
		Path indicating where a module comes from in the app.json
- Type
 - String
 
- Default value
 
Slots
    order
		
- Required
 - yes
 
    filter
		
- Required
 - yes
 
The results of the search are