- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for BooleanFunction (0.28 sec)
-
src/main/java/org/codelibs/fess/util/BooleanFunction.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.util; @FunctionalInterface public interface BooleanFunction<T> { boolean apply(T t);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 739 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.query.QueryFieldConfig; import org.codelibs.fess.rank.fusion.RankFusionProcessor; import org.codelibs.fess.util.BooleanFunction; import org.codelibs.fess.util.ComponentUtil; import org.codelibs.fess.util.QueryResponseList; import org.dbflute.optional.OptionalEntity; import org.dbflute.optional.OptionalThing; import org.dbflute.util.DfTypeUtil;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 19.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java
final BooleanFunction<Map<String, Object>> cursor) { return scrollSearch(index, condition, getDefaultEntityCreator(), cursor); } public <T> long scrollSearch(final String index, final SearchCondition<SearchRequestBuilder> condition, final EntityCreator<T, SearchResponse, SearchHit> creator, final BooleanFunction<T> cursor) { long count = 0;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Oct 20 02:08:03 UTC 2024 - 86.1K bytes - Viewed (0)