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
Verified
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.