- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 2,072 for protected (0.17 sec)
-
src/main/java/org/codelibs/fess/es/log/bsentity/BsFavoriteLog.java
/** createdAt */ protected LocalDateTime createdAt; /** docId */ protected String docId; /** queryId */ protected String queryId; /** url */ protected String url; /** userInfoId */ protected String userInfoId; // [Referrers] *comment only
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsScheduledJobBhv.java
return facadeSelectByPK(id); } protected OptionalEntity<ScheduledJob> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); } protected <ENTITY extends ScheduledJob> ENTITY doSelectByPK(String id, Class<? extends ENTITY> tp) { return doSelectEntity(xprepareCBAsPK(id), tp); } protected ScheduledJobCB xprepareCBAsPK(String id) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/SuggestIndexResponse.java
import org.codelibs.fess.suggest.request.Response; public class SuggestIndexResponse implements Response { protected final int numberOfSuggestDocs; protected final int numberOfInputDocs; protected final boolean hasError; protected final List<Throwable> errors = new ArrayList<>(); protected final long took; protected SuggestIndexResponse(final int numberOfSuggestDocs, final int numberOfInputDocs, final List<Throwable> errors,
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/QueryContext.java
public class QueryContext { protected static final String ALLINURL_FIELD_PREFIX = "allinurl:"; protected static final String ALLINTITLE_FIELD_PREFIX = "allintitle:"; protected QueryBuilder queryBuilder; protected final List<SortBuilder<?>> sortBuilderList = new ArrayList<>(); protected String queryString; protected Set<String> highlightedQuerySet = null;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 5.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsResponse.java
import org.codelibs.fess.suggest.request.Response; public class PopularWordsResponse implements Response { protected final String index; protected final long tookMs; protected final List<String> words; protected final int num; protected final long total; protected final List<SuggestItem> items;
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Sat Oct 12 00:10:39 UTC 2024 - 1.7K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
.setCause(error) .log(message); } protected ContainerCapsuleFactory<O, R, C> createContainerCapsuleFactory() { return new PlexusContainerCapsuleFactory<>(); } protected void lookup(C context) throws Exception {} protected void init(C context) throws Exception {} protected void postCommands(C context) throws Exception {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 38K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/auth/chain/CommandChain.java
protected File workingDirectory = null; protected int maxOutputLine = 1000; protected long executionTimeout = 30L * 1000L; // 30sec protected String commandOutputEncoding = Charset.defaultCharset().displayName(); protected String[] updateCommand; protected String[] deleteCommand; protected String[] targetUsers; @Override
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.3K bytes - Viewed (0) -
guava/src/com/google/common/collect/ForwardingList.java
implements List<E> { // TODO(lowasser): identify places where thread safety is actually lost /** Constructor for use by subclasses. */ protected ForwardingList() {} @Override protected abstract List<E> delegate(); @Override public void add(int index, @ParametricNullness E element) { delegate().add(index, element); } @CanIgnoreReturnValue @Override
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri May 12 15:26:39 UTC 2023 - 7.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
@Resource protected FavoriteLogBhv favoriteLogBhv; @Resource protected SystemHelper systemHelper; @Resource protected IndexingHelper indexingHelper; protected boolean finishCrawling = false; protected long executeTime; protected long documentSize; protected int maxIndexerErrorCount = 0; protected int maxErrorCount = 2;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 24.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/ReqHeaderTests.java
@Override protected String getNamePrefix() { return NAME_PREFIX; } @Override protected String getApiPath() { return API_PATH; } @Override protected String getKeyProperty() { return KEY_PROPERTY; } @Override protected String getListEndpointSuffix() { return LIST_ENDPOINT_SUFFIX; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.9K bytes - Viewed (0)