Bug 815443

Summary: Fix typo in newly introduced API SearchMapping#getFullTextFilerDefs
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Emmanuel Bernard <ebernard>
Component: HibernateSearchAssignee: Strong Liu <stliu>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 2.0.0.ER3CC: kpiwko, rnewton, sjacobs
Target Milestone: ---   
Target Release: 2.0.0.ER5   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Previously there was a type error in the programmatic API 'getFullTextFilerDefs' which should have been "getFullTextFilterDefs". This has been fixed with JBoss Web Framework Kit 2 and 'getFullTextFilterDefs' should be used from now on.
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-22 09:12:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Emmanuel Bernard 2012-04-23 15:52:46 UTC
SearchMapping#getFullTextFilerDefs => SearchMapping#getFullTextFilterDefs

See https://hibernate.onjira.com/browse/HSEARCH-1094

Comment 1 Emmanuel Bernard 2012-04-23 15:53:56 UTC
Will be fixed asap in the community by Emmanuel or Sanne and can then be cherry picked to the product branch

Comment 2 Emmanuel Bernard 2012-04-24 12:29:19 UTC
This issue has been fixed in the community project (master).

Comment 3 Karel Piwko 2012-05-11 11:05:27 UTC
Verified in WFK 2.0.0.ER5.

Comment 4 Emmanuel Bernard 2012-05-14 15:04:41 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
When using the programmatic mapping API, `getFullTextFilerDefs` will be renamed `getFullTextFilterDefs` to fix the typo. 
Since it's a fairly new API, we don't expect many customers to have to adjust.

Comment 8 Rebecca Newton 2012-06-19 06:16:41 UTC
    Technical note updated. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    Diffed Contents:
@@ -1,2 +1 @@
-When using the programmatic mapping API, `getFullTextFilerDefs` will be renamed `getFullTextFilterDefs` to fix the typo. 
+Previously there was a type error in the programmatic API 'getFullTextFilerDefs' which should have been "getFullTextFilterDefs". This has been fixed with JBoss Web Framework Kit 2 and 'getFullTextFilterDefs' should be used from now on.-Since it's a fairly new API, we don't expect many customers to have to adjust.

Comment 9 Karel Piwko 2012-06-22 09:12:01 UTC
Fix is delivered in WFK 2.0.0.