Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for Shan (0.03 sec)

  1. stopwords.txt

    L27:emme L28:ette L29:eivät L30:minä L31:minun L32:minut L33:minua L34:minussa L35:minusta L36:minuun L37:minulla L38:minulta L39:minulle L40:sinä L41:sinun L42:sinut L43:sinua L44:sinussa L45:sinusta L46:sinuun L47:sinulla L48:sinulta L49:sinulle L50:hän L51:hänen L52:hänet L53:häntä L54:hänessä L55:hänestä L56:häneen L57:hänellä L58:häneltä L59:hänelle L60:me L61:meidän L62:meidät L63:meitä L64:meissä L65:meistä L66:meihin L67:meillä L68:meiltä L69:meille L70:te L71:teidän L72:teidät L73:teitä L74:teissä...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Nov 27 12:59:36 UTC 2023
      1.7K bytes
  2. stopwords.txt

    L1:# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/danish_stop.txt L2:og L3:i L4:jeg L5:det L6:at L7:en L8:den L9:til L10:er L11:som L12:på L13:de L14:med L15:han L16:af L17:for L18:ikke L19:der L20:var L21:mig L22:sig L23:men L24:et L25:har L26:om L27:vi L28:min L29:havde L30:ham L31:hun L32:nu L33:over L34:da L35:fra L36:du L37:ud L38:sin L39:dem L40:os L41:op L42:man L43:hans L44:hvor L45:eller L46:hvad L47:skal L48:selv...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Nov 27 12:59:36 UTC 2023
      564 bytes
  3. stopwords.txt

    L154:estuviéramos L155:estuvierais L156:estuvieran L157:estuviese L158:estuvieses L159:estuviésemos L160:estuvieseis L161:estuviesen L162:estando L163:estado L164:estada L165:estados L166:estadas L167:estad L168:he L169:has L170:ha L171:hemos L172:habéis L173:han L174:haya L175:hayas L176:hayamos L177:hayáis L178:hayan L179:habré L180:habrás L181:habrá L182:habremos L183:habréis L184:habrán L185:habría L186:habrías L187:habríamos L188:habríais L189:habrían L190:había L191:habías L192:habíamos L193:habíais L194:habían...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Nov 27 12:59:36 UTC 2023
      2.2K bytes
  4. stopwords.txt

    L1:# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/swedish_stop.txt L2:och L3:det L4:att L5:i L6:en L7:jag L8:hon L9:som L10:han L11:på L12:den L13:med L14:var L15:sig L16:för L17:så L18:till L19:är L20:men L21:ett L22:om L23:hade L24:de L25:av L26:icke L27:mig L28:du L29:henne L30:då L31:sin L32:nu L33:har L34:inte L35:hans L36:honom L37:skulle L38:hennes L39:där L40:min L41:man L42:ej L43:vid L44:kunde L45:något L46:från...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Nov 27 12:59:36 UTC 2023
      700 bytes
  5. stopwords.txt

    L1:# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/norwegian_stop.txt L2:og L3:i L4:jeg L5:det L6:at L7:en L8:et L9:den L10:til L11:er L12:som L13:på L14:de L15:med L16:han L17:av L18:ikke L19:ikkje L20:der L21:så L22:var L23:meg L24:seg L25:men L26:ett L27:har L28:om L29:vi L30:min L31:mitt L32:ha L33:hadde L34:hun L35:nå L36:over L37:da L38:ved L39:fra L40:du L41:ut L42:sin L43:dem L44:oss L45:opp L46:man L47:kan L48:hans...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Nov 27 12:59:36 UTC 2023
      994 bytes
  6. RankFusionProcessor.java

    ger(); L79: final int windowSize = fessConfig.getRankFusionWindowSizeAsInteger(); L80: if (maxPageSize * 2 < windowSize) { L81: logger.warn("rank.fusion.window_size is lower than paging.search.page.max.size. " L82: + "The window size should be 2x more than the page size. ({} * 2 <= {})", maxPageSize, windowSize); L83: this.windowSize = 2 * maxPageSize; L84: } else { L85: this.windowSize = windowSize; L86: } L87: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      18.3K bytes
  7. SystemHelper.java

    ) { L626: logger.info("Cpu Load {}% is greater than {}%. {} waiting thread(s). {} thread is timed out.", current, percent, L627: waitingThreadNames.size(), threadName); L628: } L629: return false; L630: } L631: if (logger.isInfoEnabled()) { L632: logger.info("Cpu Load {}% is greater than {}%. {} waiting thread(s).", current, percent, waitingThreadNames.size());...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Oct 17 12:10:08 UTC 2024
      27.2K bytes
  8. FessMultipartRequestHandler.java

    pe); L151: checkBoundarySize(contentType, boundary); L152: return boundary; L153: } L154: }; L155: } L156: L157: // #for_now jflute to suppress CVE-2014-0050 even if commons-fileupload is older than safety version (2024/09/08) L158: // but if you use safety version, this extension is basically unneeded (or you can use it as double check) L159: protected void checkBoundarySize(final String contentType, final byte[] boundary) { L160: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Wed Oct 23 13:27:21 UTC 2024
      18.6K bytes
  9. SynonymFile.java

    L140: L141: final List<String> sides = split(line, "=>"); L142: if (sides.size() > 1) { // explicit mapping L143: if (sides.size() != 2) { L144: throw new DictionaryException("more than one explicit mapping specified on the same line"); L145: } L146: final List<String> inputStrings = split(sides.get(0), ","); L147: inputs = new String[inputStrings.size()]; L148: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      12.5K bytes
  10. FessMessages.java

    String CONSTRAINTS_AssertTrue_MESSAGE = "{constraints.AssertTrue.message}"; L58: L59: /** The key of the message: {item} must be less than ${inclusive == true ? 'or equal to ' : ''}{value}. */ L60: public static final String CONSTRAINTS_DecimalMax_MESSAGE = "{constraints.DecimalMax.message}"; L61: L62: /** The key of the message: {item} must be greater than ${inclusive == true ? 'or equal to ' : ''}{value}. */ L63: public static final String CONSTRAINTS_DecimalMin_MESSAGE = "{constraint...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      119.9K bytes
Back to top