Obsah přiložených dokumentů ve formátech ODF - OpenOffice, openxml - MS Office a PDF se extrahuje do čistého textu a indexuje pro fulltextové vyhledávání.

closes #211
This commit is contained in:
2015-02-23 22:21:25 +01:00
parent 860c7227cd
commit 1d2810f78d
23 changed files with 1776 additions and 45 deletions
@@ -107,7 +107,7 @@
<entry key="#{T(info.bukova.isspst.data.Requirement)}" value-ref="reqEditEval"/>
<entry key="#{T(info.bukova.isspst.data.TripRequirement)}" value-ref="tripReqEditEval"/>
<entry key="#{T(info.bukova.isspst.data.User)}" value-ref="userEvaluator"/>
<entry key="#{T(info.bukova.isspst.services.FullTextService)}" value-ref="serviceEval"/>
<entry key="#{T(info.bukova.isspst.services.fulltext.FullTextService)}" value-ref="serviceEval"/>
</map>
</property>
<property name="specialEvaluators">
@@ -181,7 +181,7 @@
<bean id="documentStorage" class="info.bukova.isspst.storage.DocumentFileStorageImpl">
<property name="rootPath" value="${storage.root}"/>
</bean>
<!-- Session data -->
<bean id="sessionData" class="info.bukova.isspst.SessionData" scope="session">
<aop:scoped-proxy/>
@@ -440,6 +440,6 @@
<property name="validator" ref="validator"/>
</bean>
<bean id="fulltextService" class="info.bukova.isspst.services.FullTextServiceImpl"/>
<bean id="fulltextService" class="info.bukova.isspst.services.fulltext.FullTextServiceImpl"/>
</beans>