Parag, I'm not sure if I understood your question correctly, but it seems like you want to create a Field that holds the path information (e.g. TEST/subdir1 or TEST/subdir2, and so on), and then include that in the query based on which path(s) you want to search. You could use TEST to search just TEST, TEST/subdir1 to search just TEST/subdir1, or TEST* to search everything under TEST.
Otis --- Parag Dharmadhikari <[EMAIL PROTECTED]> wrote: > Hi all, > > If I will create the index of files in different thread (which may be > invoked at any time)then is it possible to index on files from the > root > directory and then selectively search on the different path on > created > index. > > For example first I will index from root directiory say , TEST. Then > depending on the selected directory path (which will be resides > inside the > root directory TEST) I will search on the created index. > > Thanx in advance > > regards > parag > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
