When I\'m indexing objects in my application (using hibernate search and lucene) I would like to store in the index some of the attributes of the object\'s associations. I need to store them in开发者_
Everything else remaining the same, some o开发者_开发知识库f my objects are more valuable than others.
I work with Hibernate Search 3.1.1.GA. I am trying my luck at fuzzy queries. This query works (it retrieves records containing Shakespeare):
I am trying to add transaction support to an existing webapp via spring transactions. I recently changed my session factory class from LocalSessionFactoryBean to AnnotationSessionFactoryBean.
Using Hibernate Search Annotations (mostly just @Field(index = Index.TOKENIZED)) I\'ve indexed a number of fields related to a persisted class of mine called Compound. I\'ve setup text search over all
Hi i am trying to execute this simple HQL query to get a list of files from my database using: private static final String SQL_GET_FILE_LIST = \"select filename, size, id, type from fileobject\";
A simulating scenario is: Search for books whose content contains \"success\" AND author is in a list of passed names(could be thousands of).
I use Owasp Anti samy with Ebay policy file to prevent XSS attacks on my website. I also use Hibernate search to index my objects.
I\'m trying to integrate Hibernate Search into one of the projects I\'m currently working on. The first step in such an endeavour is fairly simply - index all the existing entities with Hibernate Sear
It seems that Hibernate Search synchronous execution uses other threads than the calling thread for parallel execution.