-----Oorspronkelijk bericht-----
Van: Maher Martin [mailto:[EMAIL PROTECTED] 
Verzonden: woensdag 13 april 2005 12:39
Aan: java-user@lucene.apache.org
Onderwerp: Searching an NTFS File Server

-        How does one generate the list of results, so that the list
contains only entries that the user may view? Should the returned list
of results be post processed to filter out the invalid entries, and if
so how?

You can use a filter with the IndexSearcher so that it removes all
'unwanted' results. 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to