You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2014/03/16 06:03:15 UTC

[jira] [Updated] (SOLR-633) QParser for use with user-entered query which recognizes subphrases as well as allowing some other customizations on per field basis

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

David Smiley updated SOLR-633:
------------------------------

    Fix Version/s:     (was: 4.7)
                   4.8

> QParser for use with user-entered query which recognizes subphrases as well as allowing some other customizations on per field basis
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-633
>                 URL: https://issues.apache.org/jira/browse/SOLR-633
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>    Affects Versions: 1.4
>         Environment: All
>            Reporter: Preetam Rao
>            Priority: Minor
>             Fix For: 4.8
>
>
> Create a request handler (actually a QParser) for use with user entered queries with following features-
> a) Take a user query string and try to match it against multiple fields, while recognizing sub-phrase matches.
> b) For each field give the below parameters:
>    1) phraseBoost - the factor which decides how good a n token sub phrase match is compared to n-1 token sub-phrase match.
>    2) maxScoreOnly - If there are multiple sub-phrase matches pick, only the highest
>    3) ignoreDuplicates - If the same sub-phrase query matches multiple times, pick only one.
>    4) disableOtherScoreFactors - Ignore tf, query norm, idf and any other parameters which are not relevant.
> c) Try to provide all the parameters similar to dismax. Reuse or extend dismax.  
> Other suggestions and feedback appreciated :-)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org