Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for description (0.9 sec)

  1. pom.xml

    					<outputDirectory>${project.build.directory}/releases/</outputDirectory>
    					<tarLongFileMode>gnu</tarLongFileMode>
    					<descriptors>
    						<!-- descriptor>${basedir}/src/main/assemblies/targz-bin.xml</descriptor -->
    						<descriptor>${basedir}/src/main/assemblies/zip-bin.xml</descriptor>
    					</descriptors>
    				</configuration>
    				<executions>
    					<execution>
    						<phase>package</phase>
    						<goals>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String RESPONSE_FIELD_content_title = "response.field.content_title";
    
        /** The key of the configuration. e.g. content_description */
        String RESPONSE_FIELD_content_description = "response.field.content_description";
    
        /** The key of the configuration. e.g. url_link */
        String RESPONSE_FIELD_url_link = "response.field.url_link";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  3. src/main/resources/fess_config.properties

    index.field.filetype=filetype
    index.field.filename=filename
    index.field.thumbnail=thumbnail
    index.field.virtual_host=virtual_host
    response.field.content_title=content_title
    response.field.content_description=content_description
    response.field.url_link=url_link
    response.field.site_path=site_path
    response.max.title.length=50
    response.max.site.path.length=100
    response.highlight.content_title.enabled=true
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
Back to top