solr-client2

0.4.4 • Public • Published

NPM

Please see https://github.com/lbdremy/solr-node-client

Seems above didn't have highlight support, Only add Query.customer(key, value)

For example, you can use query below to highlight title:

  query = solrClient.createQuery().q
    title: 'xxx' 
  .customer 'hl', 'true'
  .customer 'hl.fl', 'title'

Readme

Keywords

none

Package Sidebar

Install

npm i solr-client2

Weekly Downloads

2

Version

0.4.4

License

none

Last publish

Collaborators

  • yanxi123
  • yanxi-me