I am using the Grails searchable plugin to index an entity with a custom text representation. I want this entity to be indexed in an actor (using GPars) that will be triggered asynchronously once the
I have a class PrintRequest with a an enum type (enum class is Status) property called \"theStatus\" and I want searchable to sort based on theStatus of the PrintRequest. I\'ve created a mapping:
I\'m trying to use searchable to find values by a null field.Or for that matter even index an id from a sub domain.
I have an application that I have made searchable, and I want to include it in the Google Search bar by default, or give my users the option of enabling it from within my application.I have already ex
I have an application that presents a sort of catalog of items in a ListView.The list is rather long, so I\'ve implemented the Search capability like this:
I\'m working on an Address Book application in C++. I need to store the data and be able to retrieve it later. I know this requires serialization. I know how to serialize a simple map with a key and v
The searchable plugin seems to default开发者_开发知识库 to only 10 results.How do I change this to return all results?
Here is the thing, I have implemented the searchable behavior on my symfony project and it\'s working fine. The problem is when I try to perform a search with two words or more. The query generated by
I\'m doing a search query on Grails using searchable, but I want to return only distinct results. years = House.searchEvery(\'(house_type:\"condo\")\', [sort: \'house_year\', order: \'desc\'])
I have a property in domain object and table which have values 1:1, 2:1; 3:1. I am using searchable plugin to search based this property like, I want to get the records whose ratio is greater than 1:1