SolrHandlerType Class
An enumeration of handler types that ember-solr
knows how to interact with.
Item Index
Properties
Properties
RealTimeGet
String
final
Represents a requst to get and
other real time get handlers.
This is the handler type that will be used when
enableRealTimeGet
is set to true for find, and findMany.
See RealTimeGet.
Search
String
final
Represents a requst to select, search and
other standard request handlers.
This is the handler type that will be used in
findQuery, and when real-time get is not enabled
it will also be used in all find* operations.
See SearchHandler.
