Community
Participate
Working Groups
Hi everyone, I was creating a querySet with nearly 50 queries when I realized I would have to create another 50 facets to create to associated facetSet. Because there are some common informations between those two MoDisco tools, I implemented a model transformation to convert a querySet to a facetSet This tools only treated queries with no parameter and which return scope is Boolean. Because it saved me a lot of time, I thought you might be interested in it Regards Nicolas
Created attachment 173230 [details] Tool QueryToFacetSet This tool converts a querySet directly into a faceSet
1. I, Nicolas Guyomar, and others contributors listed in this bug, authored 100% of the content 2. I have the rights to donate the content to Eclipse under the EPL 3. I have already provided the filled Employer Consent Forms to the Foundation Regards Nicolas
Hi Nicolas, thanks for this utility class. The class is less than 250 lines. It has been commited into SVN, as an an internal API at the moment. Fabien.
The patch has been successfully applied.