- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getIndexFieldVirtualHost (0.13 seconds)
-
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
putResultDataBody(dataMap, fessConfig.getIndexFieldRole(), roleTypeList); // virtualHosts putResultDataBody(dataMap, fessConfig.getIndexFieldVirtualHost(), stream(crawlingConfig.getVirtualHosts()).get(stream -> stream.filter(StringUtil::isNotBlank).collect(Collectors.toList()))); // id
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 55.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Field name for virtual host in the index. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getIndexFieldVirtualHost(); /** * Get the value for the key 'response.field.content_title'. <br> * The value is, e.g. content_title <br> * comment: Field name for content title in the response.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)