Class: Droonga::DistributedSearchPlanner
- Inherits:
-
Object
- Object
- Droonga::DistributedSearchPlanner
- Defined in:
- lib/droonga/plugin/distributor/distributed_search_planner.rb
Defined Under Namespace
Classes: QueryTransformer
Instance Attribute Summary collapse
-
#messages ⇒ Object
readonly
Returns the value of attribute messages.
Instance Method Summary collapse
-
#initialize(search_request_message) ⇒ DistributedSearchPlanner
constructor
A new instance of DistributedSearchPlanner.
Constructor Details
#initialize(search_request_message) ⇒ DistributedSearchPlanner
Returns a new instance of DistributedSearchPlanner.
22 23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/droonga/plugin/distributor/distributed_search_planner.rb', line 22 def initialize() = @request = ["body"] @queries = @request["queries"] @input_names = [] @output_names = [] @output_mappers = {} = [] end |
Instance Attribute Details
#messages ⇒ Object (readonly)
Returns the value of attribute messages.
20 21 22 |
# File 'lib/droonga/plugin/distributor/distributed_search_planner.rb', line 20 def end |