You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Cservenak, Tamas (JIRA)" <ji...@apache.org> on 2017/11/23 21:11:00 UTC

[jira] [Updated] (MINDEXER-108) Lift restriction on leading wildcard queries

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

Cservenak, Tamas updated MINDEXER-108:
--------------------------------------
    Fix Version/s: 6.0

> Lift restriction on leading wildcard queries
> --------------------------------------------
>
>                 Key: MINDEXER-108
>                 URL: https://issues.apache.org/jira/browse/MINDEXER-108
>             Project: Maven Indexer
>          Issue Type: Improvement
>    Affects Versions: 6.0
>            Reporter: Andreas Sewe
>             Fix For: 6.0
>
>
> The {{DefaultQueryCreator}} prevents queries with leading wildcard:
> {noformat}
> if ( query.startsWith( "*" ) || query.startsWith( "?" ) )
> {
>     throw new ParseException( "Query cannot start with '*' or '?'!" );
> }
> {noformat}
> While this was necessary in older versions of Lucene, the version used now happily executes such queries. The restriction can thus be lifted.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)