|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentFilter | |
iglu.ir | A set of classes for creating Information Retrieval programs. |
Uses of DocumentFilter in iglu.ir |
Classes in iglu.ir that implement DocumentFilter | |
class |
DropLittleWords
Drops any words of length maximumSize or below (default is three). |
class |
PorterStemmer
This class implements the Porter stemming algorithm. |
class |
StopList
Implementation of a simple stoplist. |
Fields in iglu.ir declared as DocumentFilter | |
(package private) DocumentFilter[] |
PagedDocumentSet.filters
The filters |
(package private) DocumentFilter[] |
DefaultDocumentSet.filters
|
Methods in iglu.ir with parameters of type DocumentFilter | |
void |
PagedDocumentSet.setFilters(DocumentFilter[] filters)
|
void |
DefaultDocumentSet.setFilters(DocumentFilter[] filters)
set the filter list |
void |
DocumentSet.setFilters(DocumentFilter[] filters)
A set of filters which getDoc must apply when returning documents |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |