Issues
- Default FieldBridge for enums (Sylvain Vieujot)HSEARCH-2Resolved issue: HSEARCH-2Emmanuel Bernard
- Default FieldBridge for booleans (Sylvain Vieujot)HSEARCH-3Resolved issue: HSEARCH-3Emmanuel Bernard
- Be able to use a Lucene Sort on queries (Hardy Ferentschik)HSEARCH-4Resolved issue: HSEARCH-4Emmanuel Bernard
- Provide access to the Hit.getScore() and potentially the Document on a queryHSEARCH-6Resolved issue: HSEARCH-6John Griffin
- Ignore object found in the index but no longer present in the database (for out of date indexes)HSEARCH-7Resolved issue: HSEARCH-7Emmanuel Bernard
- Introduce a worker factory and its configurationHSEARCH-9Resolved issue: HSEARCH-9Emmanuel Bernard
- Provide access to IndexWriter.optimize()HSEARCH-11Resolved issue: HSEARCH-11
- Subclass QueryParser to handle bridge conversion (esp for range query)HSEARCH-12Resolved issue: HSEARCH-12
- Cache IndexReaders per SearchFactoryHSEARCH-13Resolved issue: HSEARCH-13Emmanuel Bernard
- introduce fetch_size for Hibernate Search scrollable resultsets (John Griffin)HSEARCH-14Resolved issue: HSEARCH-14John Griffin
- Notion of Filtered Lucene queries (Hardy Ferentschik)HSEARCH-15Resolved issue: HSEARCH-15Hardy Ferentschik
- Cluster capability through JMSHSEARCH-16Resolved issue: HSEARCH-16Emmanuel Bernard
- Create some specialized converter for numberHSEARCH-17Resolved issue: HSEARCH-17
- NPE in SearchFactory while using different threadsHSEARCH-21Resolved issue: HSEARCH-21Emmanuel Bernard
- @Field( groups=... )HSEARCH-26Resolved issue: HSEARCH-26Yoann Rodière
- Ability to index associated / embedded objectsHSEARCH-27Resolved issue: HSEARCH-27Emmanuel Bernard
- Wrong indexDir property in Apache Lucene IntegrationHSEARCH-28Resolved issue: HSEARCH-28Emmanuel Bernard
- Share the initialization state across all Search event listeners instanceHSEARCH-29Resolved issue: HSEARCH-29Emmanuel Bernard
- @FieldBridge now use o.h.s.a.Parameter rather than o.h.a.ParameterHSEARCH-30Resolved issue: HSEARCH-30Emmanuel Bernard
- Move to Lucene 2.1.0HSEARCH-31Resolved issue: HSEARCH-31Emmanuel Bernard
- Download Lucene 2.1.0HSEARCH-32Resolved issue: HSEARCH-32
- hibernate.search.worker.batch_size to prevent OutOfMemoryException while inserting many objectsHSEARCH-33Resolved issue: HSEARCH-33
- Lazy load the query resultsHSEARCH-34Resolved issue: HSEARCH-34Yoann Rodière
- Make the @IndexedEmbedded documentation example easier to understandHSEARCH-38Resolved issue: HSEARCH-38
- Be able to embed collections in lucene index (@IndexedEmbeddable in collections)HSEARCH-40Resolved issue: HSEARCH-40Emmanuel Bernard
- Check Hibernate Search deployment in JBoss AS 4.2HSEARCH-42Resolved issue: HSEARCH-42
- Expose resultSize and do not load object when only resultSize is retrievedHSEARCH-43Resolved issue: HSEARCH-43
- Support @Fields() for multiple indexing per property (useful for sorting)HSEARCH-45Resolved issue: HSEARCH-45
- Ability to add to/remove from index based on object stateHSEARCH-49Resolved issue: HSEARCH-49
- Null Booleans lead to NPEHSEARCH-50Resolved issue: HSEARCH-50Emmanuel Bernard
- Optimization: Use a query rather than batch-size to load objects when a single entity (hierarchy) is expectedHSEARCH-51Resolved issue: HSEARCH-51Emmanuel Bernard
- Ability to load more efficiently an object graph from a lucene query by customizing the fetch modesHSEARCH-52Resolved issue: HSEARCH-52Emmanuel Bernard
- Add support for projection (ie read the data from the index only)HSEARCH-53Resolved issue: HSEARCH-53Emmanuel Bernard
- Provide a way to access the index reader for an entity classHSEARCH-54Resolved issue: HSEARCH-54
- Updating a collection does not reindexHSEARCH-56Resolved issue: HSEARCH-56
- Provide JBoss Seam DVDStore with Hibernate Search onlineHSEARCH-57Resolved issue: HSEARCH-57
- Support named Filters (and caching)HSEARCH-58Resolved issue: HSEARCH-58
- Unable to index @indexEmbedded object through session.index when object is lazy and field access is used in objectHSEARCH-59Resolved issue: HSEARCH-59Emmanuel Bernard
- Introduce SearchFactory / SearchFactoryImplHSEARCH-60Resolved issue: HSEARCH-60Emmanuel Bernard
- Move from MultiSearcher to MultiReaderHSEARCH-61Resolved issue: HSEARCH-61
- Support pluggable ReaderProvider strategiesHSEARCH-62Resolved issue: HSEARCH-62Emmanuel Bernard
- Expose mergeFactor, maxMergeDocs and minMergeDocs (Hardy Ferentschik)HSEARCH-67Resolved issue: HSEARCH-67Hardy Ferentschik
- Ability to purge an index by class (John Griffin)HSEARCH-69Resolved issue: HSEARCH-69John Griffin
- searchFactory.optimize() and searchFactory.optimize(Class) (Andrew Hahn)HSEARCH-72Resolved issue: HSEARCH-72Emmanuel Bernard
- Lazy loaded property isn't indexed properlyHSEARCH-76Resolved issue: HSEARCH-76
- Create a @Text annotation for default searches with LuceneHSEARCH-80Resolved issue: HSEARCH-80
- Create a @ClassBridge Annotation (John Griffin)HSEARCH-81Resolved issue: HSEARCH-81John Griffin
- Migrate from ant to maven2HSEARCH-82Resolved issue: HSEARCH-82Hardy Ferentschik
- Introduce OptimizerStrategyHSEARCH-83Resolved issue: HSEARCH-83Emmanuel Bernard
- Index sharding: multiple Lucene indexes per entity typeHSEARCH-86Resolved issue: HSEARCH-86Emmanuel Bernard
50 of