Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for scripting (0.04 sec)

  1. pom.xml

    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>analysis-common</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>opensearch-scripting-painless-spi</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>geo</artifactId>
    				</exclusion>
    			</exclusions>
    		</dependency>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Sep 04 05:22:58 UTC 2025
    - 49.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/score/ScoreBooster.java

            this.requestCacheSize = requestCacheSize;
        }
    
        /**
         * Sets the script language.
         * @param scriptLang The script language.
         */
        public void setScriptLang(final String scriptLang) {
            this.scriptLang = scriptLang;
        }
    
        /**
         * Sets the script code.
         * @param scriptCode The script code.
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/util/concurrent/Striped.java

    import org.jspecify.annotations.Nullable;
    
    /**
     * A striped {@code Lock/Semaphore/ReadWriteLock}. This offers the underlying lock striping similar
     * to that of {@code ConcurrentHashMap} in a reusable form, and extends it for semaphores and
     * read-write locks. Conceptually, lock striping is the technique of dividing a lock into many
     * <i>stripes</i>, increasing the granularity of a single lock and allowing independent operations
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 20.6K bytes
    - Viewed (0)
Back to top