Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
COnX public maven repository


Ah, i've just figured it out... despite im updating to COnX version 1.4.2, the conx.platform.version variable in the pom.xml must still be 1.4.0. If I set it to 1.4.0 everything works.

  
  

great that you figured it out :) else you can run help:effective-pom goal to see all substituted values in maven.

Lucas Reeh   6 months ago Report
150 Views
0 Answers
6 months ago
6 months ago