[ 
https://issues.apache.org/jira/browse/FALCON-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14227265#comment-14227265
 ] 

Ajay Yadav commented on FALCON-914:
-----------------------------------

[~pavan kumar]

This is a grep like functionality. Most of the times there will many hourly 
summaries submitted by different users. So they will end up doing something 
like grep -i my | grep -i hourly etc. It solves for these use cases as well 
elegantly.


[~svenkat]
I am not aware of how I can use graph db index to do fuzzy search on entity 
names. If you could point me to some links then it will be very helpful. I 
think you would have already noticed but  just to make it clearer for everyone, 
I am not fetching on entities as part of this change, they are already fetched 
as part of list command and I am just doing filtering on them.

> Add option to search for Entities
> ---------------------------------
>
>                 Key: FALCON-914
>                 URL: https://issues.apache.org/jira/browse/FALCON-914
>             Project: Falcon
>          Issue Type: Improvement
>    Affects Versions: 0.6
>            Reporter: Ajay Yadav
>            Assignee: Ajay Yadav
>         Attachments: FALCON-914.patch
>
>
> Lot of times user end up doing a list of all entities of a given type and do 
> grep -i on it. We should add ability for doing a case insensitive fuzzy 
> search for users to search for entities when they don't remember the exact 
> entity name. We can add this as another option to list 
> e.g. falcon entity -list -type process -pattern hourly
> and this should match the following process name.
> My-Hourly-Summary
> For fuzzy search like functionality:
> falcon entity -list -type process -pattern mhs
> should also match the above process name



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to