diff --git a/src/Result/Result.php b/src/Result/Result.php index 334dc6855..6ae88d99d 100644 --- a/src/Result/Result.php +++ b/src/Result/Result.php @@ -73,6 +73,20 @@ class Result implements ResultInterface { */ protected $children = []; + /** + * The facet transliterate display value. + * + * @var string + */ + public $transliterateDisplayValue; + + /** + * The term weight. + * + * @var int + */ + public $termWeight; + /** * Constructs a new result value object. *