|
@@ -81,103 +81,6 @@
|
|
|
</postConstruct>
|
|
|
</component>
|
|
|
<component name="viewHelper" class="org.codelibs.fess.helper.ViewHelper">
|
|
|
- <postConstruct name="addFacetQueryView">
|
|
|
- <arg>
|
|
|
- <component class="org.codelibs.fess.entity.FacetQueryView">
|
|
|
- <property name="title">"labels.facet_timestamp_title"</property>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_timestamp_1day"</arg>
|
|
|
- <arg>"timestamp:[now/d-1d TO *]"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_timestamp_1week"</arg>
|
|
|
- <arg>"timestamp:[now/d-7d TO *]"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_timestamp_1month"</arg>
|
|
|
- <arg>"timestamp:[now/d-1M TO *]"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_timestamp_1year"</arg>
|
|
|
- <arg>"timestamp:[now/d-1y TO *]"</arg>
|
|
|
- </postConstruct>
|
|
|
- </component>
|
|
|
- </arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addFacetQueryView">
|
|
|
- <arg>
|
|
|
- <component class="org.codelibs.fess.entity.FacetQueryView">
|
|
|
- <property name="title">"labels.facet_contentLength_title"</property>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_contentLength_10k"</arg>
|
|
|
- <arg>"content_length:[0 TO 9999]"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_contentLength_10kto100k"</arg>
|
|
|
- <arg>"content_length:[10000 TO 99999]"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_contentLength_100kto500k"</arg>
|
|
|
- <arg>"content_length:[100000 TO 499999]"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_contentLength_500kto1m"</arg>
|
|
|
- <arg>"content_length:[500000 TO 999999]"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_contentLength_1m"</arg>
|
|
|
- <arg>"content_length:[1000000 TO *]"</arg>
|
|
|
- </postConstruct>
|
|
|
- </component>
|
|
|
- </arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addFacetQueryView">
|
|
|
- <arg>
|
|
|
- <component class="org.codelibs.fess.entity.FacetQueryView">
|
|
|
- <property name="title">"labels.facet_filetype_title"</property>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_filetype_html"</arg>
|
|
|
- <arg>"filetype:html"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_filetype_word"</arg>
|
|
|
- <arg>"filetype:word"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_filetype_excel"</arg>
|
|
|
- <arg>"filetype:excel"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_filetype_powerpoint"</arg>
|
|
|
- <arg>"filetype:powerpoint"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_filetype_odt"</arg>
|
|
|
- <arg>"filetype:odt"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_filetype_ods"</arg>
|
|
|
- <arg>"filetype:ods"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_filetype_odp"</arg>
|
|
|
- <arg>"filetype:odp"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_filetype_pdf"</arg>
|
|
|
- <arg>"filetype:pdf"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_filetype_txt"</arg>
|
|
|
- <arg>"filetype:txt"</arg>
|
|
|
- </postConstruct>
|
|
|
- <postConstruct name="addQuery">
|
|
|
- <arg>"labels.facet_filetype_others"</arg>
|
|
|
- <arg>"filetype:others"</arg>
|
|
|
- </postConstruct>
|
|
|
- </component>
|
|
|
- </arg>
|
|
|
- </postConstruct>
|
|
|
<postConstruct name="addInlineMimeType">
|
|
|
<arg>"application/pdf"</arg>
|
|
|
</postConstruct>
|