Searchable Plugin

Mapping: More closure mapping configuration: Class and instance meta data, static and dynamic; analyzers; Searchable component, Searchable parent, id, ...

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 0.3
  • Fix Version/s: 0.7
  • Component/s: None
  • Labels:
    None

Issue Links

Activity

Hide
Maurice Nicholson added a comment -

Also multiple meta-data mappings per field for "searchable properties", eg:

static searchable = {
    postcode() // or "postcode(name: 'postcode')" or similar
    postcode(name: 'postcodeUnTokenized, index: 'un_tokenized')
}

leading to two postcode fields in the index per record, one tokenized and one not (default).

Show
Maurice Nicholson added a comment - Also multiple meta-data mappings per field for "searchable properties", eg:
static searchable = {
    postcode() // or "postcode(name: 'postcode')" or similar
    postcode(name: 'postcodeUnTokenized, index: 'un_tokenized')
}
leading to two postcode fields in the index per record, one tokenized and one not (default).

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated: