Span within query Span within query Returns matches which are enclosed inside another span query. The span within query maps to Lucene SpanWithinQuery . Here is an example: GE...
Span containing query Span containing query Returns matches which enclose another span query. The span containing query maps to Lucene SpanContainingQuery . Here is an example:...
Immutable values Immutable values Fixme work in progress Values in Clojure include numbers, characters and strings. When you use functions on these values they do not cha...