| |
|
| java.util.AbstractSet org.apache.slide.search.basic.LuceneBasicResultSetImpl
LuceneBasicResultSetImpl | public class LuceneBasicResultSetImpl extends AbstractSet implements IBasicResultSet(Code) | | An implementation of the
org.apache.slide.search.basic.IBasicResultSetIBasicResultSet interface which keeps the order of added resources.
version: $Revision: 125 $ |
Field Summary | |
protected Vector | container | protected boolean | partial Indicated if the result set is truncated for any reason. |
container | protected Vector container(Code) | | container of results
|
partial | protected boolean partial(Code) | | Indicated if the result set is truncated for any reason.
|
LuceneBasicResultSetImpl | public LuceneBasicResultSetImpl()(Code) | | Creates an empty BasicResultSetImpl.
|
LuceneBasicResultSetImpl | public LuceneBasicResultSetImpl(Collection collection)(Code) | | Creates a BasicResultSetImpl containing the elements of the given
collection
Parameters: collection - the Collection whose elements to add. |
LuceneBasicResultSetImpl | public LuceneBasicResultSetImpl(Collection collection, boolean isPartialResult)(Code) | | Creates a BasicResultSetImpl containing the elements of the given
collection
Parameters: collection - the Collection whose elements to add. Parameters: isPartialResult - the value to be returned byLuceneBasicResultSetImpl.isPartialResultSet isPartialResultSet(). |
clear | public void clear()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
isPartialResultSet | public boolean isPartialResultSet()(Code) | | Returns true if the result set is truncated for any reason.
true if the result set is truncated for any reason. |
|
|
|