Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BsElevateWordCQ (0.09 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordCB.java

        public BsElevateWordCQ query() {
            assertQueryPurpose();
            return doGetConditionQuery();
        }
    
        protected BsElevateWordCQ doGetConditionQuery() {
            if (_conditionQuery == null) {
                _conditionQuery = createLocalCQ();
            }
            return _conditionQuery;
        }
    
        protected BsElevateWordCQ createLocalCQ() {
            return new ElevateWordCQ();
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/cq/ElevateWordCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.cq;
    
    import org.codelibs.fess.es.config.cbean.cq.bs.BsElevateWordCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class ElevateWordCQ extends BsElevateWordCQ {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 831 bytes
    - Viewed (0)
Back to top