Re: how to exclude path from being queried

2019-12-18 Thread Shawn Heisey
On 12/18/2019 1:21 PM, Nan Yu wrote:     I am trying to find all files containing a keyword in a directory (and many sub-directories).     I did a quick indexing using bin/post -c myCore /RootDir     When I query the index using "keyword", all files whose path containing the keyword

Re: how to exclude path from being queried

2019-12-18 Thread Paras Lehana
Hi Nan, Are you using PathHierarchyTokenizer ? On Thu, 19 Dec 2019 at 01:51, Nan Yu wrote: > Hi, > I am trying to find all files containing a keyword in a directory (and > many sub-directories). > >