- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for transpositions (0.12 sec)
-
src/main/java/org/codelibs/fess/query/TermQueryCommand.java
.boost(fessConfig.getQueryBoostFuzzyTitleAsDecimal().floatValue()) .prefixLength(fessConfig.getQueryBoostFuzzyTitlePrefixLengthAsInteger()) .transpositions(Constants.TRUE.equalsIgnoreCase(fessConfig.getQueryBoostFuzzyTitleTranspositions())) .fuzziness(Fuzziness.build(fessConfig.getQueryBoostFuzzyTitleFuzziness()))
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 10K bytes - Viewed (0) -
src/main/resources/fess_config.properties
query.boost.fuzzy.title.expansions=10 query.boost.fuzzy.title.prefix_length=0 query.boost.fuzzy.title.transpositions=true query.boost.fuzzy.content=0.005 query.boost.fuzzy.content.fuzziness=AUTO query.boost.fuzzy.content.expansions=10 query.boost.fuzzy.content.prefix_length=0 query.boost.fuzzy.content.transpositions=true query.default.query_type=bool query.dismax.tie_breaker=0.1 query.bool.minimum_should_match=
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'query.boost.fuzzy.title.transpositions'. <br> * The value is, e.g. true <br> * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getQueryBoostFuzzyTitleTranspositions(); /** * Is the property for the key 'query.boost.fuzzy.title.transpositions' true? <br> * The value is, e.g. true <br>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1) -
RELEASE.md
Direct batched convolution Pooling: maximum, minimum, average Normalization: LRN, batch normalization Activation: rectified linear unit (ReLU) Data manipulation: multi-dimensional transposition (conversion), split, concat, sum and scale. * TensorForest Estimator now supports SavedModel export for serving. * Support client-provided ClusterSpec's and propagate them to all workers to
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0)