Bug 1101331 - Remove hibernate search
Summary: Remove hibernate search
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: PressGang CCMS
Classification: Community
Component: CCMS-Core
Version: 1.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 1.6
Assignee: Matthew Casperson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-26 23:40 UTC by Matthew Casperson
Modified: 2014-08-04 22:28 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-05-28 21:56:23 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.