hibernate-search Questions
2
Solved
I wonder if there is any way I can get the annotation information of a class at runtime? Since I want to get the properties that sepcifily annotated.
Example:
class TestMain {
@Field(
store = S...
Immense asked 14/12, 2010 at 1:11
2
Solved
I have a search box that performs a search on title field based on the given input, so the user has recommended all available titles starting with the text inserted.It is based on Lucene and Hibern...
Hiero asked 8/3, 2013 at 1:20
1
For people working with Hibernate to manage their objects persistence, Hibernate search is a real savior.
After trying to develop similar functionality (collecting all objects changes and sending t...
Beguine asked 17/12, 2012 at 16:41
1
Solved
I'm trying to use Hibernate Search so that all writes to the Lucene index from jgroupsSlave nodes are sent to the jgroupsMaster node, and then the Lucene index is shared back to the slaves with Inf...
Sindhi asked 9/11, 2012 at 17:0
6
Solved
We are building an ecommerce application. We are using JAVA stack with Hibernate and Spring Framework. As with all ecommerce application, we need to build search capability into ours.
So, we came ...
Allies asked 20/5, 2011 at 7:32
1
Solved
I'm using Hibernate Search and the documentation and books say I need @DocumentId on the id field so that Hibernate Search can know how to map the index to the objects.
My code appears to be work...
Elah asked 11/9, 2012 at 20:57
0
I am writing some JUnits for my hibernate search implementation.
I use a HSSQL in memory database. I use DBUnit to populate this DB (an XML file). It definitely works as other non-search tests wo...
Hubbard asked 20/8, 2012 at 13:0
3
Solved
In one of my applications, I am to execute a search on multiple fields/columns. Its an Advanced Search and there are over 20 fields using which a user can search for results. For example, a user ca...
Metcalf asked 26/4, 2012 at 11:48
6
Solved
I have a query which is doing ILIKE on some 11 string or text fields of table which is not big (500 000), but for ILIKE obviously too big, search query takes round 20 seconds. Database is postgres ...
Lima asked 25/5, 2011 at 12:38
3
Solved
I have a table that maintains rows of products that are for sale (tbl_products) using PostgreSQL 9.1. There are also several other tables that maintain ratings on the items, comments, etc. We're us...
Orthopterous asked 1/11, 2011 at 18:0
1
Solved
I have a Java web app that I'm developing, using JBoss Seam as the application framework. I'd like to take advantage of Hibernate Search to provide entity searching capabilities. The integration ha...
Recalescence asked 7/10, 2011 at 20:18
2
Solved
Does anyone have experience with using Terracotta with Hibernate Search to satisfy application Queries?
If so:
What magnitude of "object
updates" can it handle? (How's the
performance)
What kin...
Play asked 20/5, 2009 at 2:11
1
Solved
I want to implement lucene based hibernate search in my assignment. For generating domain objects I am using HyperJaxb3.
I want @Indexed annotation to be added during domain object creation using...
Unseam asked 8/9, 2011 at 5:28
0
I am trying to use the QueryBuilder from Hibernate Search with a field which is not a property of the respective Entity but rather constructed on the fly using an ClassBridge. Can I do that?
...
Forelimb asked 27/6, 2011 at 17:28
2
Solved
Details of jars used:
Struts2 2.2.1
Spring 3.0.5.RELEASE
Hibernate 3.6.0.FINAL
I am experiencing a strange issue when trying to execute an action mapped as follows:
<action name="supplierSearc...
Operon asked 29/4, 2011 at 12:13
5
I am looking into mechanisms for better search capabilities against our database. It is currently a huge bottleneck (causing long-lasting queries that are hurting our database performance).
My bos...
Stocking asked 17/9, 2008 at 18:54
© 2022 - 2024 — McMap. All rights reserved.