Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 192 for Languages (0.07 sec)

  1. BsSearchLog.java

    ion"); L254: this.hitCountRelation = value; L255: } L256: L257: public String getLanguages() { L258: checkSpecifiedProperty("languages"); L259: return convertEmptyToNull(languages); L260: } L261: L262: public void setLanguages(String value) { L263: registerModifiedProperty("languages"); L264: this.languages = value; L265: } L266: L267: public String getQueryId() { L268: checkSpecifiedProperty("queryId"); L269: return convertEmptyToNull(queryId);...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      12.2K bytes
  2. SearchLogDbm.java

    null, null, String.class, L159: "hitCountRelation", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); L160: protected final ColumnInfo _columnLanguages = cci("languages", "languages", null, null, String.class, "languages", null, false, false, L161: false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); L162: protected final ColumnInfo _columnQueryId = cci("queryId", "queryId", null, null, String.class,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      16.3K bytes
  3. SearchLogHelper.java

    L150: } else { L151: searchLog.setAccessType(Constants.SEARCH_LOG_ACCESS_TYPE_WEB); L152: } L153: final Object languages = req.getAttribute(Constants.REQUEST_LANGUAGES); L154: if (languages != null) { L155: searchLog.setLanguages(StringUtils.join((String[]) languages, ",")); L156: } else { L157: searchLog.setLanguages(StringUtil.EMPTY); L158: } L159: L160: @SuppressWarnings("unchecked")...
    github.com/codelibs/fess/src/main/java/org/code...
    Mon Jul 22 02:07:37 UTC 2024
      21.7K bytes
  4. BsSearchLogBhv.java

    L78: result.setHitCount(DfTypeUtil.toLong(source.get("hitCount"))); L79: result.setHitCountRelation(DfTypeUtil.toString(source.get("hitCountRelation"))); L80: result.setLanguages(DfTypeUtil.toString(source.get("languages"))); L81: result.setQueryId(DfTypeUtil.toString(source.get("queryId"))); L82: result.setQueryOffset(DfTypeUtil.toInteger(source.get("queryOffset"))); L83: result.setQueryPageSize(DfTypeUtil.toInteger(source.get("queryPageSize")));...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.5K bytes
  5. AdminBackupAction.java

    entity.getQueryPageSize(), buf).append(','); L469: appendJson("query-offset", entity.getQueryOffset(), buf).append(','); L470: appendJson("referer", entity.getReferer(), buf).append(','); L471: appendJson("languages", entity.getLanguages(), buf).append(','); L472: appendJson("roles", entity.getRoles(), buf).append(','); L473: appendJson("user-agent", entity.getUserAgent(), buf).append(','); L474: appendJson("client-ip",...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:46 UTC 2024
      28.5K bytes
  6. SearchLogService.java

    toNumberString(e.getQueryOffset())); L537: params.put("Page Size", toNumberString(e.getQueryPageSize())); L538: params.put("Client IP", e.getClientIp()); L539: params.put("Referer", e.getReferer()); L540: params.put("Languages", e.getLanguages()); L541: params.put("Virtual Host", e.getVirtualHost()); L542: params.put("Roles", e.getRoles() != null ? String.join(" ", e.getRoles()) : StringUtil.EMPTY); L543: params.put("User Agent", e.getUserAgent());...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      28.4K bytes
  7. EsAbstractEntity.java

    required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.config.allcommon; L17: L18:import java.io.Serializable; L19:import java.util.Map; L20:import java.util.Set; L21: L22:import org.dbflute.Entity;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.9K bytes
  8. BadWordDbm.java

    required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.config.bsentity.dbmeta; L17: L18:import java.time.LocalDateTime; L19:import java.util.List; L20:import java.util.Map; L21: L22:import org.co...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.2K bytes
  9. FailureUrlDbm.java

    required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.config.bsentity.dbmeta; L17: L18:import java.time.LocalDateTime; L19:import java.util.List; L20:import java.util.Map; L21: L22:import org.co...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.2K bytes
  10. BsBoostDocumentRuleBhv.java

    required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.config.bsbhv; L17: L18:import java.util.List; L19:import java.util.Map; L20: L21:import org.codelibs.fess.es.config.allcommon.EsAbstractBehavior;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.1K bytes
Back to top