Sciumo / ng-solr

Angular 4 Solr module
MIT License
1 stars 0 forks source link

Add algebraic operators to Solr queries #10

Open Sciumo opened 7 years ago

Sciumo commented 7 years ago

Design and test algebraic operators for ng-solr/Query types. 1) Union on terms based on Length (min-length) (att:abcd Union att:abc) => att:abc) 2) Union on terms based on outer bounding box (min/max) (store:[45,-97 TO 46,-93] Union store:[43,-94 TO 45,-93]) => store:[43,-97 TO 46,-93]

etc. see #9