hu.elte.tribus.services
Class IndexBasedAnsverFinder
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
hu.elte.tribus.services.IndexBasedAnsverFinder
- All Implemented Interfaces:
- AnsverFinder, org.springframework.beans.factory.InitializingBean
public class IndexBasedAnsverFinder
- extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
- implements AnsverFinder
This is a simplified implementation of the simplified theory. Plain lucene,
indexing persisted beans.
- Author:
- kocka
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexBasedAnsverFinder
public IndexBasedAnsverFinder()
getQuestionAndAnsver
public QA getQuestionAndAnsver(java.lang.String question,
Conversation conversation)
throws QueryException
- Specified by:
getQuestionAndAnsver
in interface AnsverFinder
- Throws:
QueryException
getIndexingInterceptor
public IndexingInterceptor getIndexingInterceptor()
setIndexingInterceptor
public void setIndexingInterceptor(IndexingInterceptor indexingInterceptor)
Copyright © 2006-2007. All Rights Reserved.