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

Add support for case-intensive search #7

Open
anuragkh opened this issue Nov 15, 2015 · 0 comments
Open

Add support for case-intensive search #7

anuragkh opened this issue Nov 15, 2015 · 0 comments
Assignees

Comments

@anuragkh
Copy link
Collaborator

The current search() implementation performs a case-sensitive match. We should add a flag to the search call to make it case insensitive, i.e.,

def search(query: String, caseInsensitive: Boolean = false): RDD[Long]

For a query string abc, it would be equivalent to executing the following regular expression query:

[aA][bB][cC]
@anuragkh anuragkh self-assigned this Nov 16, 2015
@anuragkh anuragkh added this to the v0.1.7 milestone Dec 7, 2015
@anuragkh anuragkh modified the milestones: v0.1.8, v0.1.7 Oct 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant