Hide Forgot
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)
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.
Looks good!
This bug is approved and available at: https://access.redhat.com/site/documentation/Red_Hat_JBoss_Data_Grid/