Bug 1101331

Summary: Remove hibernate search
Product: [Community] PressGang CCMS Reporter: Matthew Casperson <mcaspers>
Component: CCMS-CoreAssignee: Matthew Casperson <mcaspers>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.6CC: cbredesen, lnewson
Target Milestone: ---   
Target Release: 1.6   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-28 21:56:23 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 Matthew Casperson 2014-05-26 23:40:26 UTC
See BZ#1090748 for the original description.

This feature implements the following:

* Removing the free text search functionality from the UI
* Removing the hibernate search functionality in the rest server

Comment 1 Lee Newson 2014-05-26 23:44:32 UTC
Verified

Comment 2 Lee Newson 2014-05-26 23:46:30 UTC
Keywords
--------
Since there is no longer a lucene index, the keyword generation was changed to use lucene directly. This can be checked with a call that returns a topic with an expanded keywords collection.

http://localhost:8080/pressgang-ccms/rest/1/topic/get/json/33?expand=%7B%22branches%22%3A%5B%7B%22trunk%22%3A%7B%22name%22%3A+%22keywords%22%7D%7D%5D%7D


^ was also part of this bug and was tested.