You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Tobias Kässmann (Jira)" <ji...@apache.org> on 2021/06/02 07:09:00 UTC

[jira] [Resolved] (SOLR-9888) Add a boosting dismax query parser (bmax)

     [ https://issues.apache.org/jira/browse/SOLR-9888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Kässmann resolved SOLR-9888.
-----------------------------------
    Resolution: Won't Fix

outdated

> Add a boosting dismax query parser (bmax)
> -----------------------------------------
>
>                 Key: SOLR-9888
>                 URL: https://issues.apache.org/jira/browse/SOLR-9888
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Tobias Kässmann
>            Priority: Minor
>
> The bmax query parser is an extension to the edismax query parser. It does some query preprocessing and does more comprehensive synonym lookup. It distinguishes between directional synonyms as well as boost and penalize terms. It relies on field types and tokenizer chains to parse the user query, discover synonyms, boost and penalize terms at query time. Hence it is highly configurable. The lucene query composed is a boosted and reranked dismax query with a minimum must match of 100%.
> All sources and documentation is currently available here: https://github.com/shopping24/solr-bmax-queryparser
> If this is query parser is interesting for Solr, we will create a pull request. The bmax parser has been running in production for about 2 years now and is actively maintained.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org