Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for assertSpecifyPurpose (0.28 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsFileConfigCB.java

        public HpSpecification specify() {
            assertSpecifyPurpose();
            if (_specification == null) {
                _specification = new HpSpecification();
            }
            return _specification;
        }
    
        protected void assertQueryPurpose() {
        }
    
        protected void assertAggregationPurpose() {
        }
    
        protected void assertSpecifyPurpose() {
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 8.3K bytes
    - Viewed (0)
Back to top