Bug 1011506

Summary: Infinispan Query Guide: 2.4. Indexing
Product: [JBoss] JBoss Data Grid 6 Reporter: Anna Manukyan <amanukya>
Component: DocumentationAssignee: Mandar Joshi <majoshi>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: gsheldon, jdg-bugs, mhusnain, pyaduvan
Target Milestone: ER2   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 14318, Infinispan Query Guide-6.2-Beta-1 Build Date: 23-09-2013 09:40:40 Topic ID: 14225-490468 [Latest]
Last Closed: 2013-11-07 22:49:15 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:

Description Anna Manukyan 2013-09-24 12:48:12 UTC
Title: Indexing

Describe the issue:

The code snippets 2.1 and 2.2 have the following part of code:

2.1: Search.getFullTextSession(session)

2.2: Search.getFullTextEntityManager(em)

But in the description it is not specified whether the Search class is the same, i.e. from the same package or not and which package is it.

Suggestions for improvement:

I suggest to write the package name in the code so that the user can easily understand which class is used in which case. So the expressions given above should look like:


2.1: org.hibernate.search.Search.getFullTextSession(session)

2.2: org.hibernate.search.jpa.Search.getFullTextEntityManager(em)

Comment 2 Misha H. Ali 2013-09-26 23:35:32 UTC
I think Mandar can develop this one fairly quickly. Copying Gemma since she is coordinating the IQ guide effort.

Mandar, please develop this fix on a priority basis so that we can brew this before Sanne begins his comprehensive review next week.

Comment 5 Misha H. Ali 2013-10-01 00:31:22 UTC
Looks good!

Comment 6 Misha H. Ali 2013-11-07 22:49:15 UTC
This bug is approved and available at:

https://access.redhat.com/site/documentation/Red_Hat_JBoss_Data_Grid/