Class: Woods::Retrieval::SearchExecutor::Candidate
- Inherits:
-
Struct
- Object
- Struct
- Woods::Retrieval::SearchExecutor::Candidate
- Defined in:
- lib/woods/retrieval/search_executor.rb
Overview
A single search candidate with provenance tracking.
Instance Attribute Summary collapse
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#score ⇒ Object
Returns the value of attribute score.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#identifier ⇒ Object
Returns the value of attribute identifier
29 30 31 |
# File 'lib/woods/retrieval/search_executor.rb', line 29 def identifier @identifier end |
#metadata ⇒ Object
Returns the value of attribute metadata
29 30 31 |
# File 'lib/woods/retrieval/search_executor.rb', line 29 def @metadata end |
#score ⇒ Object
Returns the value of attribute score
29 30 31 |
# File 'lib/woods/retrieval/search_executor.rb', line 29 def score @score end |
#source ⇒ Object
Returns the value of attribute source
29 30 31 |
# File 'lib/woods/retrieval/search_executor.rb', line 29 def source @source end |