Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Search #428

Open
robertmeta opened this issue Jul 6, 2016 · 5 comments · May be fixed by #893
Open

Text Search #428

robertmeta opened this issue Jul 6, 2016 · 5 comments · May be fixed by #893
Assignees

Comments

@robertmeta
Copy link
Contributor

robertmeta commented Jul 6, 2016

I think have FTS (Full Text Search) is a great feature to add after types get merged and are ready to go. Some of the FTS queries could lean on native stuff (like PostgreSQL FTS) and some could leverage Bleve or similar.

@oren
Copy link
Member

oren commented Jul 6, 2016

What will the API looks like? cayley --fts and if I use bolDB it will use Belve and If I use postgresQL it will use postgres's built in FTS?

Also, can you give an example of using it with the query syntax of Cayley?

@robertmeta
Copy link
Contributor Author

robertmeta commented Jul 6, 2016

I think it is a bit early to worry about implementation details or syntax, but it would be mostly stolen from @dennwc's work so like g.V("bob").In("follows").Filter(fts("cat /w3 dog")).All()

@robertmeta
Copy link
Contributor Author

Moved to feature request section: https://discourse.cayley.io/t/full-text-search/206

@iddan iddan reopened this Oct 14, 2019
@iddan iddan added this to the v0.8.3 milestone Oct 14, 2019
@hubyhuby
Copy link

+++
Looking forward to this feature.
I have been using bleve , and I can say it is now a mature FTS.
With the latest PR (on newest scorch index format ), they have managed to get the size of the index at the same size as other indexing libs :
blevesearch/bleve#1277

@iddan
Copy link
Collaborator

iddan commented Nov 14, 2019

I'm going to start working on this soon.

@iddan iddan self-assigned this Nov 14, 2019
@iddan iddan linked a pull request Nov 21, 2019 that will close this issue
8 tasks
@iddan iddan changed the title Full Text Search Text Search Nov 23, 2019
@iddan iddan modified the milestones: v0.8.3, v0.8.0 Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants