Links
dtSearch Text Retrieval Engine -- Java API
SearchJob.clear Method
SearchJob Class | SearchJob Class | com.dtsearch.engine Package

Free memory allocated for SearchResults and the SearchFilter attached to this SearchJob.

public void clear();
Remarks

Use clear() after you are done working with a SearchJob to immediately free memory that was allocated for any SearchResults or SearchFilter objects that are stored in the SearchJob

 

This does not affect other SearchResults or SearchFilter objects even if they were obtained from this SearchJob. The clear() method should be called separately for any SearchResults or SearchFilter objects that you obtained from this SearchJob (for example, by calling getResults() or getFilter()

Class
Links
You are here: Classes > SearchJob Class > SearchJob.clear Method
Copyright (c) 1998-2008 dtSearch Corp. All rights reserved.