Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 872 Bytes

File metadata and controls

34 lines (25 loc) · 872 Bytes

Install as a package

  • Start Solr (version 8.4 or later) nodes with -Denable.packages=true
$ bin/solr -c -Denable.packages=true
  • Add repository:
$ bin/solr package add-repo child-transformer "https://raw.githubusercontent.com/munendrasn/child-subquery/master/repo/"
  • List available packages:
 $ bin/solr package list-available
  • Install the package
$ bin/solr package install child-transformer
  • Deploy package on the collection
$ bin/solr package deploy child-transformer -y -collections test -p TRANSFORMER_NAME=childquery

TRANSFORMER_NAME when not specified, defaults to childquery

Refer this for sample usage

Development [Upcoming]

Refer to Ishan's repo