Closed GoogleCodeExporter closed 9 years ago
Actually there is a way to get this bug without the function. The following
query will also ignore the index:
for $sub in dataset TweetHistorySubscriptions
let $location := $sub.location
let $word := $sub.word
for $text in (
for $tweet in dataset TweetMessages
let $circle := create-circle($location,30.0)
where spatial-intersect($tweet.sender-location, $circle)
and contains($tweet.text, $word)
return $tweet
)
return {
"subscription-id":$sub.subscription-id,
"changeSet":1,
"execution-time":current-datetime(),
"message-text":$text
}
Original comment by sjaco...@ucr.edu
on 9 Dec 2014 at 9:17
Original comment by sjaco...@ucr.edu
on 10 Dec 2014 at 9:25
Original comment by sjaco...@ucr.edu
on 15 Dec 2014 at 7:06
Issue 837 has been merged into this issue.
Original comment by sjaco...@ucr.edu
on 17 Dec 2014 at 9:59
Original comment by sjaco...@ucr.edu
on 17 Dec 2014 at 10:11
Original comment by sjaco...@ucr.edu
on 3 Feb 2015 at 9:21
Original issue reported on code.google.com by
sjaco...@ucr.edu
on 8 Dec 2014 at 8:36