Skip to content

ezecosystem/NovaeZSolrSearchExtraBundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Novactive eZ Solr Search Extra Bundle

Build Status Downloads Latest version License

An eZPlatform bundle which extend the solr search handler.

Features

Requirements

  • eZ Platform
  • Solr Search Engine Bundle for eZ Platform
  • PHP 7.1+

Installation

Use Composer

Add NovaeZSolrSearchExtraBundle in your composer.json:

composer require novactive/ezsolrsearchextrabundle

Register the bundle

Register the bundle in your application's kernel class:

// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Novactive\EzSolrSearchExtraBundle\EzSolrSearchExtraBundle(),
        // ...
    );
}

Docs

Publish date boosting

http://lucene.apache.org/solr/guide/6_6/the-dismax-query-parser.html#TheDisMaxQueryParser-Thebf_BoostFunctions_Parameter

https://wiki.apache.org/solr/SolrRelevancyFAQ

Highlighting

https://lucene.apache.org/solr/guide/6_6/highlighting.html

Stopwords/Synonyms managment

https://lucene.apache.org/solr/guide/6_6/managed-resources.html

About

An eZ Platform bundle which extend the solr search handler.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%