Issues
- close ScopedAnalyzers used at indexing timeHSEARCH-765Resolved issue: HSEARCH-765Sanne Grinovero
- Facetted search on embedded collections takes only first element from collectionHSEARCH-726Resolved issue: HSEARCH-726Hardy Ferentschik
- Write documentation for facetingHSEARCH-717Resolved issue: HSEARCH-717
- Lucene FieldCache might not load all required valuesHSEARCH-716Resolved issue: HSEARCH-716
- Minor typos in documentationHSEARCH-709Resolved issue: HSEARCH-709
- Allow date range facetingHSEARCH-708Resolved issue: HSEARCH-708
- Use FieldCacheCollector for faceting and introduce FacetManager interface to collect all facet related methodsHSEARCH-706Resolved issue: HSEARCH-706
- SecondLCAndPCLookupTest does not run against MySQL or PostgreSQLHSEARCH-699Resolved issue: HSEARCH-699
8 of 8
close ScopedAnalyzers used at indexing time
Won't Fix
Description
Details
Assignee
Sanne GrinoveroSanne GrinoveroReporter
Sanne GrinoveroSanne GrinoveroAffects versions
Priority
Major
Details
Details
Assignee
Sanne Grinovero
Sanne GrinoveroReporter
Sanne Grinovero
Sanne GrinoveroAffects versions
Priority
Created May 18, 2011 at 12:33 AM
Updated May 8, 2013 at 9:08 AM
Resolved October 24, 2011 at 4:45 PM
Activity
Sanne GrinoveroOctober 24, 2011 at 4:45 PM
Considering the implementation of ScopedAnalyzer, it's not an issue.
org.hibernate.search.backend.impl.lucene.works.AddWorkDelegate is creating a new Analyzer clone but never closes it.