- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 538 for fess (0.02 seconds)
-
src/main/resources/fess_indices/fess.json
"settings": { "index": { "codec": "${fess.index.codec}", "refresh_interval": "1s", "number_of_shards": "${fess.index.number_of_shards}", "number_of_replicas": 0, "auto_expand_replicas": "${fess.index.auto_expand_replicas}" }, "analysis": { "char_filter": { "mapping_fa_filter": { "type": "mapping", "mappings_path": "${fess.dictionary.path}fa/mapping.txt" },
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 40K bytes - Click Count (0) -
src/main/resources/fess.xml
</component> <component name="indexingHelper" class="org.codelibs.fess.helper.IndexingHelper"> </component> <component name="notificationHelper" class="org.codelibs.fess.helper.NotificationHelper"> </component> <component name="logNotificationHelper" class="org.codelibs.fess.helper.LogNotificationHelper"> </component>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.5K bytes - Click Count (0) -
src/main/resources/fess_indices/_aws/fess.json
{ "settings": { "index": { "codec": "${fess.index.codec}", "refresh_interval": "1s", "number_of_shards": "${fess.index.number_of_shards}", "number_of_replicas": 0, "auto_expand_replicas": "${fess.index.auto_expand_replicas}" }, "analysis": { "char_filter": { "mapping_fa_filter": { "type": "mapping",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/resources/fess_indices/_cloud/fess.json
{ "settings": { "index": { "codec": "${fess.index.codec}", "refresh_interval": "1s", "number_of_shards": "${fess.index.number_of_shards}", "number_of_replicas": 0, "auto_expand_replicas": "${fess.index.auto_expand_replicas}" }, "analysis": { "char_filter": { "mapping_fa_filter": { "type": "mapping",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
README.md
- [Database](https://github.com/codelibs/fess-ds-db) - [Dropbox](https://github.com/codelibs/fess-ds-dropbox) - [Elasticsearch](https://github.com/codelibs/fess-ds-elasticsearch) - [Git](https://github.com/codelibs/fess-ds-git) - [Gitbucket](https://github.com/codelibs/fess-ds-gitbucket) - [G Suite](https://github.com/codelibs/fess-ds-gsuite) - [JSON](https://github.com/codelibs/fess-ds-json)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Feb 14 03:19:23 GMT 2026 - 7.8K bytes - Click Count (2) -
src/main/java/org/codelibs/fess/llm/IntentDetectionResult.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.llm; /** * Represents the result of intent detection from user input. * Contains the detected intent type, Fess query, and other metadata. */ public class IntentDetectionResult { private final ChatIntent intent; private final String query;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 13:27:59 GMT 2026 - 4.1K bytes - Click Count (0) -
CLAUDE.md
# To install fess jar for plugin dependency resolution: # Change pom.xml <packaging>war</packaging> to <packaging>jar</packaging> first mvn clean install -DskipTests # Then revert packaging back to war # Integration tests (*Tests.java) - requires running Fess server mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" ```
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 09:48:10 GMT 2026 - 7.8K bytes - Click Count (0) -
src/main/resources/esclient.xml
<arg>"fess"</arg> <arg>"ru/stemmer_override.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"sv/stemmer_override.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"tr/stemmer_override.txt"</arg> </postConstruct> <!-- fess index --> <postConstruct name="addIndexConfig"> <arg>"fess/doc"</arg> </postConstruct>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 16.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/ThemeHelperTest.java
Files.createDirectories(Paths.get("target", "fess", "WEB-INF", "view")); Files.createDirectories(Paths.get("target", "fess", "WEB-INF", "plugin")); Files.createDirectories(Paths.get("target", "fess", "images")); Files.createDirectories(Paths.get("target", "fess", "css")); Files.createDirectories(Paths.get("target", "fess", "js")); } @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 14.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/PluginHelperTest.java
assertEquals("fess-ingest", ArtifactType.INGEST.getId()); assertEquals("fess-script", ArtifactType.SCRIPT.getId()); assertEquals("fess-webapp", ArtifactType.WEBAPP.getId()); assertEquals("fess-thumbnail", ArtifactType.THUMBNAIL.getId()); assertEquals("fess-crawler", ArtifactType.CRAWLER.getId()); assertEquals("jar", ArtifactType.UNKNOWN.getId()); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 22.6K bytes - Click Count (0)