compass-lucene
Accent insensitive search in Grails
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:[详细]
2023-04-06 22:21 分类:问答Does Solr have an equivalent to CompassQueryBuilder?
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[详细]
2023-03-16 05:07 分类:问答Compass & Hibernate: prevent inflation of proxy objects during indexing
I am trying to prevent my compass (2.2) indexing from inflating lazy hibernate references. I know there is a setting for this[详细]
2023-03-15 18:20 分类:问答Compass SearchableDynamicProperty Issue
I have a project where I am using hibernate开发者_如何学JAVA with compass for indexing, now everything is working fine with normal @SearchableProperty @SearchableCompoenet etc.[详细]
2023-03-07 00:46 分类:问答Grails: Lucene, Compass Query Builder and date ranges
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[详细]
2023-02-28 23:03 分类:问答No data in hits of search results in compass
I am using compass with spring and hibernate. I am getting a number of hits correctly but there is no data in them[详细]
2023-02-21 13:21 分类:问答Compass Lucene indexing PhantomReadLock error
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:[详细]
2023-02-18 04:48 分类:问答How to restrict search to component's field value with grails searchable plugin
Using grails searchable plugin, I would like to search for all products within a specific category using a query builder like:[详细]
2023-02-01 06:41 分类:问答SpringSyncTransaction with Grails Searchable
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[详细]
2023-01-30 14:21 分类:问答How can I access child object property in Compas Search framework?
I have following code (in grails and Searchable Plugin aka Compass): class Topic { String name; static searchable = true;[详细]
2023-01-29 23:45 分类:问答