- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for Pt (0.01 sec)
-
src/main/resources/fess_indices/fess.json
}, "brazilian_stop": { "type": "stop", "stopwords_path": "${fess.dictionary.path}pt-br/stopwords.txt" }, "brazilian_keywords": { "type": "keyword_marker", "keywords_path": "${fess.dictionary.path}pt-br/protwords.txt" }, "brazilian_stemmer": { "type": "stemmer", "language": "brazilian"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
src/main/resources/esclient.xml
<arg>"fess"</arg> <arg>"no/protwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"pt-br/protwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"pt/protwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"ro/protwords.txt"</arg> </postConstruct>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 06 13:45:02 UTC 2024 - 16K bytes - Viewed (0) -
src/main/webapp/js/admin/adminlte.min.js
arget+" "+_t).val("")},t.toggle=function(){n.default(this._config.target).hasClass(bt)?this.close():this.open()},e._jQueryInterface=function(t){return this.each((function(){var a=n.default(this).data(pt),i=n.default.extend({},yt,n.default(this).data());if(a||(a=new e(this,i),n.default(this).data(pt,a)),!/toggle|close|open/.test(t))throw new Error("Undefined method "+t);a[t]()}))},e}();n.default(document).on("click",vt,(function(e){e.preventDefault();var t=n.default(e.currentTarget);"navbar-searc...
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 45.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/converter/ReadingConverterTest.java
String text = "test"; String field = "content"; // Request more languages than max reading num List<String> readings = limitConverter.convert(text, field, "en", "ja", "fr", "de", "es", "it", "pt"); assertNotNull(readings); assertEquals(5, readings.size()); // Should be limited to 5 } @Test public void testConvertWithWhitespace() throws IOException {
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 13.5K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
```properties supported.languages=ar,bg,bn,ca,ckb_IQ,cs,da,de,el,en_IE,en,es,et,eu,fa,fi,fr,gl,gu,he,hi,hr,hu,hy,id,it,ja,ko,lt,lv,mk,ml,nl,no,pa,pl,pt_BR,pt,ro,ru,si,sq,sv,ta,te,th,tl,tr,uk,ur,vi,zh_CN,zh_TW,zh ``` **Optional configurations:** If you create online help documentation: ```properties online.help.supported.langs=ja,sv # Add your language ```
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 26.5K bytes - Viewed (0)