How to make full text s开发者_如何转开发earch using Grails Searchable Plugin accent insensitive ?I have solved this problem with help of Peter Ledbrook\'s post, however some effort was needed:
I am rewriting our company\'s search functionality to use Solr instead of Compass. Our old code is using CompassQueryBuilder.CompassQueryStringBuilder to build a query out of a list of keywords. The k
I am trying to prevent my compass (2.2) indexing from inflating lazy hibernate references. I know there is a setting for this
I have a project where I am using hibernate开发者_如何学JAVA with compass for indexing, now everything is working fine with normal @SearchableProperty @SearchableCompoenet etc.
I have the searchable plugin working with my grails project. I have it indexing 4 different tables at work.Unfortunately, each table has a date field that is named differently. Some are named createdA
I am using compass with spring and hibernate. I am getting a number of hits correctly but there is no data in them
I\'m using MySQL to store Compass indexes, with Tomcat on RHEL, but when I shut down Tomcat and re开发者_运维百科start my indexing process, this error is thrown while indexing, and indexing fails:
Using grails searchable plugin, I would like to search for all products within a specific category using a query builder like:
I\'m trying to use the SpringSyncTransaction with the Grails Searchable plugin but can\'t set the transactionManager on the LocalCompassBean as suggested.It appears that Searchable does not use the Lo
I have following code (in grails and Searchable Plugin aka Compass): class Topic { String name; static searchable = true;