searchable
Indexing an entity in an actor thread using Grails searchable
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[详细]
2023-04-12 03:56 分类:问答grails searchable plugin sorting by enum type
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:[详细]
2023-04-04 09:43 分类:问答grails searchable index null value
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.[详细]
2023-04-01 10:04 分类:问答Enabling my application to show up in the Android Global Search
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[详细]
2023-03-31 09:57 分类:问答How to end old Activity when Search starts new Activity
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:[详细]
2023-03-25 16:05 分类:问答How can I store data in C++ and make the data searchable?
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[详细]
2023-03-23 21:26 分类:问答Grails searchable plugin: limitless results
The searchable plugin seems to default开发者_开发知识库 to only 10 results.How do I change this to return all results?[详细]
2023-03-18 08:07 分类:问答Symfony/Doctrine Searchable Behavior : How to override search function?
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[详细]
2023-03-11 14:28 分类:问答Grails Searchable return unique or distinct results
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\'])[详细]
2023-03-11 06:52 分类:问答Searching string with ratio like find all where value gt 1:1
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[详细]
2023-03-07 03:26 分类:问答