Details
-
Improvement
-
Resolution: Fixed
-
Major
-
5.2
-
None
-
Unknown
-
N/A
-
N/A
-
Description
Right now, due to a limitation of Lucene of not supporting "*" as the first char, the following query doesn't work:
distributionId:"org.xwiki.enterprise:xwiki-enterprise-web" AND -distributionVersion:*SNAPSHOT*
Thus the solution is to add a new index field to store the version type: SNAPSHOT, BETA or STABLE.