Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doEquals (0.03 sec)

  1. src/main/java/org/codelibs/fess/opensearch/query/StoredLtrQueryBuilder.java

        protected Query doToQuery(final QueryShardContext context) throws IOException {
            throw new UnsupportedOperationException("Query processing is not supported.");
        }
    
        @Override
        protected boolean doEquals(final StoredLtrQueryBuilder other) {
            return Objects.equals(modelName, other.modelName) && Objects.equals(featureSetName, other.featureSetName)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 7.6K bytes
    - Viewed (0)
Back to top