summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/ttmserver/FuzzyLikeThis.php')
-rw-r--r--MLEB/Translate/ttmserver/FuzzyLikeThis.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/MLEB/Translate/ttmserver/FuzzyLikeThis.php b/MLEB/Translate/ttmserver/FuzzyLikeThis.php
index 82798584..8369f25b 100644
--- a/MLEB/Translate/ttmserver/FuzzyLikeThis.php
+++ b/MLEB/Translate/ttmserver/FuzzyLikeThis.php
@@ -53,42 +53,36 @@ class FuzzyLikeThis extends \Elastica\Query\AbstractQuery {
* @var array Field names
*/
protected $_fields = [];
-
/**
* Like text.
*
* @var string Like text
*/
protected $_likeText = '';
-
/**
* Ignore term frequency.
*
* @var bool ignore term frequency
*/
protected $_ignoreTF = false;
-
/**
* Max query terms value.
*
* @var int Max query terms value
*/
protected $_maxQueryTerms = 25;
-
/**
* fuzziness.
*
* @var int fuzziness
*/
protected $_fuzziness = 2;
-
/**
* Prefix Length.
*
* @var int Prefix Length
*/
protected $_prefixLength = 0;
-
/**
* Analyzer.
*
@@ -152,8 +146,6 @@ class FuzzyLikeThis extends \Elastica\Query\AbstractQuery {
}
/**
- * Set Prefix Length.
- *
* @param int $value Prefix length
*
* @return $this
@@ -178,8 +170,6 @@ class FuzzyLikeThis extends \Elastica\Query\AbstractQuery {
}
/**
- * Set analyzer.
- *
* @param string $text Analyzer text
*
* @return $this