Skip to content

Add new property panl.facet.limit.<lpse_code> #58

@synapticloop

Description

@synapticloop

The limit to the facets is set by default (with the solr.facet.limit=100 property in the <collection_url>.panl.properties file).

Add an option so that each facet that is defined can return the number of which will override the default.

The format of this would be panl.limit.<lpse_code>=<number> which would only be used if the Solr field was defined as a facet.

Random thinking:

  • Not sure as to how valuable this is, it is a nice to have kind of feature
  • Is there a use case for this?
  • It adds to the length of the Solr query (although it can be done efficiently)
  • Why would you only want to return a certain subset of results that may be less than the 100 (or more I suppose)...

...More thinking required...

It would be easy to implement, but the number of properties is now getting quite large... (and in effect this expands the documentation)

Metadata

Metadata

Assignees

Labels

Projects

Status

LIMBO

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions