- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 128 for qalter (0.04 sec)
-
FacetResponse.java
L20:import java.util.LinkedHashMap; L21:import java.util.List; L22:import java.util.Map; L23: L24:import org.codelibs.fess.Constants; L25:import org.opensearch.search.aggregations.Aggregations; L26:import org.opensearch.search.aggregations.bucket.filter.Filter; L27:import org.opensearch.search.aggregations.bucket.terms.Terms; L28: L29:import com.google.common.io.BaseEncoding; L30: L31:public class FacetResponse { L32: protected Map<String, Long> queryCountMap = new LinkedHashMap<>(); L33: L34: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.3K bytes -
maven.yml
Maven L2:# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven L3: L4:name: Java CI with Maven L5: L6:on: L7: push: L8: branches: L9: - master L10: - "*.x" L11: pull_request: L12: branches: L13: - master L14: - "*.x" L15: workflow_dispatch: L16: L17:jobs: L18: build: L19: runs-on: macos-14 L20: timeout-minutes: 15 L21: steps: L22: - uses: actions/checkout@v4 L23: - name: Set up JDK 21 L24: ...github.com/codelibs/fess/.github/workflows/mave...Sat Feb 10 11:19:11 UTC 2024 1.1K bytes -
WebApiFilter.java
License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.filter; L17: L18:import java.io.IOException; L19: L20:import org.codelibs.fess.api.WebApiManager; L21:import org.codelibs.fess.api.WebApiManagerFactory; L22:import org.codelibs.fess.util.ComponentUtil; L23: L24:import jakarta.servlet.Filter; L25:import jakarta.servlet.FilterChain; L26:import jakarta.servlet.FilterConfig; L27:import jakarta.servlet.ServletException; L28:import...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.9K bytes -
README.md
fess\_\*\_[lang].properties um. L145: L146:* [fess_label_en.properties](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_label_en.properties) L147:* [fess_message_en.properties](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_message_en.properties) L148: L149:Für den Such-/Index-Analyser: Wenn [doc.json](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_indices/fess/doc.json) lang\_[lang] für Ihre Sprache enthält, passen Sie bitte den Analyser...github.com/codelibs/fess/docs/de/README.mdSat Oct 12 07:19:47 UTC 2024 7.6K bytes -
README.md
rename to fess\_\*\_[lang].properties. L145: L146:* [fess_label_en.properties](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_label_en.properties) L147:* [fess_message_en.properties](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_message_en.properties) L148: L149:For search/index analyzer, if [doc.json](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_indices/fess/doc.json) contains lang\_[lang] for your language, please modify the analyzer...github.com/codelibs/fess/README.mdSat Oct 12 07:19:47 UTC 2024 7.3K bytes -
QueryProcessor.java
logger.debug("Loaded {}", name); L57: } L58: queryCommandMap.put(name, queryCommand); L59: } L60: L61: public void addFilter(final Filter filter) { L62: filterList.add(filter); L63: createFilterChain(); L64: } L65: L66: protected void createFilterChain() { L67: FilterChain chain = createDefaultFilterChain(); L68: for (final Filter element : filterList) { L69: chain = appendFilterChain(element, chain); L70: } L71: filterChain = chain; L72:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.3K bytes -
README.md
性文件,然后将其重命名为 fess\_\*\_[lang].properties。 L144: L145:* [fess_label_en.properties](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_label_en.properties) L146:* [fess_message_en.properties](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_message_en.properties) L147: L148:对于搜索/索引分析器,如果 [doc.json](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_indices/fess/doc.json) 包含您语言的 lang\_[lang],请为您的语言修改分析器。有关分析器的更多详细信息,请参阅 [OpenSearch 文档](https:/...github.com/codelibs/fess/docs/zh-CN/README.mdSat Oct 12 07:19:47 UTC 2024 6.8K bytes -
README.md
fess\_\*\_[lang].properties로 이름을 바꾸십시오. L144: L145:* [fess_label_en.properties](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_label_en.properties) L146:* [fess_message_en.properties](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_message_en.properties) L147: L148:검색/인덱스 분석기와 관련해서, [doc.json](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_indices/fess/doc.json)이 귀하의 언어에 대한 lang\_[lang]을 포함하는 경우, 해당 언어에 맞게 분석기를 수정하십시오. 분석기에 대한 자세한 내용은...github.com/codelibs/fess/docs/ko/README.mdSat Oct 12 07:19:47 UTC 2024 7.8K bytes -
maven.yml
Maven L2:# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven L3: L4:name: Java CI with Maven L5: L6:on: L7: push: L8: branches: L9: - master L10: - "*.x" L11: pull_request: L12: branches: L13: - master L14: - "*.x" L15: L16:jobs: L17: build: L18: runs-on: ${{ matrix.os }} L19: L20: strategy: L21: matrix: L22: os: [ubuntu-latest, windows-latest] L23: L24: steps: L25: - uses: actions/checkout@v2...github.com/codelibs/curl4j/.github/workflows/ma...Sat Feb 19 00:40:24 UTC 2022 675 bytes -
fess_config.data_config.json
L6: "number_of_replicas": 0, L7: "auto_expand_replicas": "0-1" L8: }, L9: "analysis": { L10: "analyzer": { L11: "standard_analyzer": { L12: "type": "custom", L13: "tokenizer": "standard", L14: "filter": [ L15: "cjk_width", L16: "asciifolding", L17: "lowercase", L18: "stop", L19: "stemmer" L20: ] L21: } L22: } L23: } L24: } L25:}...github.com/codelibs/fess/src/main/resources/fes...Thu Dec 02 13:14:56 UTC 2021 484 bytes