Rethinkdb: search a string in whole table (full text search like)
up vote
0
down vote
favorite
I'm writing a python flask application in combination with rethinkDB.
snippit structure:
{'Name': ['Gandalf', 'Jackson'], 'street': 'elmStreet'...}
This kind of structure is used multiple times, so basically I have all my keys as a string and my values are either also strings or an array with strings.
So I want a full-text search on this structure without using ElasticSearch or any additional program if it is possible.
Thanks for reading, have a nice day :)
rethinkdb-python
New contributor
add a comment |
up vote
0
down vote
favorite
I'm writing a python flask application in combination with rethinkDB.
snippit structure:
{'Name': ['Gandalf', 'Jackson'], 'street': 'elmStreet'...}
This kind of structure is used multiple times, so basically I have all my keys as a string and my values are either also strings or an array with strings.
So I want a full-text search on this structure without using ElasticSearch or any additional program if it is possible.
Thanks for reading, have a nice day :)
rethinkdb-python
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm writing a python flask application in combination with rethinkDB.
snippit structure:
{'Name': ['Gandalf', 'Jackson'], 'street': 'elmStreet'...}
This kind of structure is used multiple times, so basically I have all my keys as a string and my values are either also strings or an array with strings.
So I want a full-text search on this structure without using ElasticSearch or any additional program if it is possible.
Thanks for reading, have a nice day :)
rethinkdb-python
New contributor
I'm writing a python flask application in combination with rethinkDB.
snippit structure:
{'Name': ['Gandalf', 'Jackson'], 'street': 'elmStreet'...}
This kind of structure is used multiple times, so basically I have all my keys as a string and my values are either also strings or an array with strings.
So I want a full-text search on this structure without using ElasticSearch or any additional program if it is possible.
Thanks for reading, have a nice day :)
rethinkdb-python
rethinkdb-python
New contributor
New contributor
edited Nov 8 at 13:24
Pankaj Lilan
1,9231331
1,9231331
New contributor
asked Nov 8 at 9:23
SeanJohn
11
11
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
SeanJohn is a new contributor. Be nice, and check out our Code of Conduct.
SeanJohn is a new contributor. Be nice, and check out our Code of Conduct.
SeanJohn is a new contributor. Be nice, and check out our Code of Conduct.
SeanJohn is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53204729%2frethinkdb-search-a-string-in-whole-table-full-text-search-like%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password