Issues
- Different IndexWriterConfig instances are required for each IndexWriter in Lucene 4.9HSEARCH-1636Resolved issue: HSEARCH-1636Sanne Grinovero
- Avoid using the AttributeFactory, dropped in Lucene 4.9HSEARCH-1635Resolved issue: HSEARCH-1635Sanne Grinovero
- Upgrade to Infinispan 7.0.0.Alpha5HSEARCH-1634Resolved issue: HSEARCH-1634Sanne Grinovero
- Remove usage of Generics from DocumentBuilder and WorkHSEARCH-1633Resolved issue: HSEARCH-1633Sanne Grinovero
- Update to Hibernate ORM 4.3.6.FinalHSEARCH-1632Resolved issue: HSEARCH-1632Sanne Grinovero
- Update to Hibernate Commons Annotations 4.0.5.FinalHSEARCH-1630Resolved issue: HSEARCH-1630Sanne Grinovero
- Register the SearchFactory as a Hibernate ServiceHSEARCH-1629Resolved issue: HSEARCH-1629Sanne Grinovero
- Make sure all Maven plugins specify a versions and update allHSEARCH-1628Resolved issue: HSEARCH-1628Sanne Grinovero
- Improve debugging options of Karaf features fileHSEARCH-1627Resolved issue: HSEARCH-1627Sanne Grinovero
- Upgrade JGroups to 3.5.0.Beta9HSEARCH-1626Resolved issue: HSEARCH-1626Sanne Grinovero
- Upgrade H2 version to 1.4.178HSEARCH-1625Resolved issue: HSEARCH-1625Sanne Grinovero
- Concurrency problem with WeakIdentityHashMap in FullTextIndexEventListenerHSEARCH-1623Resolved issue: HSEARCH-1623Sanne Grinovero
- Improve exception when Hibernate Search finds a @IndexedEmbedded type loopHSEARCH-1622Resolved issue: HSEARCH-1622Emmanuel Bernard
- Make it easier to develop the project on WindowsHSEARCH-1620Resolved issue: HSEARCH-1620Sanne Grinovero
- Testsuite failing on Windows: temporary directory for indexes is illegalHSEARCH-1619Resolved issue: HSEARCH-1619Hardy Ferentschik
- AbstractJMSHibernateSearchController should not be limited to ORM usersHSEARCH-1618Resolved issue: HSEARCH-1618Sanne Grinovero
- Clarify error cause in case of JMS backend misconfigurationHSEARCH-1617Resolved issue: HSEARCH-1617Sanne Grinovero
- WildFly modules are missing support for the JMS indexing backendHSEARCH-1615Resolved issue: HSEARCH-1615Sanne Grinovero
- More like this query throws NullPointerException when comparingField() is set to an unkown fieldHSEARCH-1614Resolved issue: HSEARCH-1614Hardy Ferentschik
- Upgrade to WildFly 8.1.0.FinalHSEARCH-1613Resolved issue: HSEARCH-1613Sanne Grinovero
- Upgrade to JGroups 3.5.0.Beta7HSEARCH-1612Resolved issue: HSEARCH-1612Sanne Grinovero
- Automatically enable JDT Annotation Processor support in EclipseHSEARCH-1610Resolved issue: HSEARCH-1610Sanne Grinovero
- Resolve deprecation warnings for usage of JBoss Logger annotationsHSEARCH-1609Resolved issue: HSEARCH-1609Sanne Grinovero
- Improve documentation build via asciidoctorHSEARCH-1608Resolved issue: HSEARCH-1608Hardy Ferentschik
- Metadata creation tries to process @Id property even though the entity is not indexedHSEARCH-1494Resolved issue: HSEARCH-1494Hardy Ferentschik
- Missing result when using polymorphism and second level cacheHSEARCH-1448Resolved issue: HSEARCH-1448Hardy Ferentschik
- Re-enable JMS / WildFly disabled testsHSEARCH-1440Resolved issue: HSEARCH-1440Sanne Grinovero
- Provide a global property to define the default ObjectLookupMethod and DatabaseRetrievalMethodHSEARCH-1119Resolved issue: HSEARCH-1119Hardy Ferentschik
- @IndexedEmbedded still includes id of embedded entity even when not in includePathsHSEARCH-1092Resolved issue: HSEARCH-1092Hardy Ferentschik
- Loading objects leads to 1+n queries when JPA's @Id != @DocumentId propertyHSEARCH-704Resolved issue: HSEARCH-704Hardy Ferentschik
30 of 30
Different IndexWriterConfig instances are required for each IndexWriter in Lucene 4.9
Fixed
Details
Assignee
Sanne GrinoveroSanne GrinoveroReporter
Sanne GrinoveroSanne GrinoveroComponents
Fix versions
Priority
Major
Details
Details
Assignee
Sanne Grinovero
Sanne GrinoveroReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Priority
Created July 19, 2014 at 6:50 PM
Updated July 23, 2014 at 11:07 AM
Resolved July 21, 2014 at 10:28 PM
In Lucene 4.9, the IndexWriterConfig needs to be rebuilt for each IndexWriter.
This task is in preparation for Lucene 4.9 upgrades. While not enough to be fully compatible with Lucene 4.9, this makes it possible to upgrade if you don't use specific advanced features.