...
parent
dcc888dfce
commit
3ebcee4bb5
|
@ -108,6 +108,7 @@ INSERT INTO twitter.tweets(author, content, country, date_time, id, language, la
|
|||
VALUES
|
||||
('taylorswift12', 'Hallo there BDEA','DE', dateof(now()), 'NoID', 'de', 48, 48, 10000000, 0, 233248636);
|
||||
```
|
||||
|
||||
![result_ex4_2](img/ex4_2_likes.png)
|
||||
|
||||
|
||||
|
@ -119,5 +120,6 @@ CREATE CUSTOM INDEX search_in ON twitter.tweets (content) USING 'org.apache.cass
|
|||
'case_sensitive': 'false' };
|
||||
SELECT * from twitter.tweets WHERE content LIKE '%world%' limit 25;
|
||||
```
|
||||
|
||||
![result_ex4_2](img/ex6.png)
|
||||
|
||||
|
|
Loading…
Reference in New Issue