Skip to content

Add support for case-intensive search #7

@anuragkh

Description

@anuragkh

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]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions