See: Description
| Class | Description |
|---|---|
| DSAnalyzer |
Custom Lucene Analyzer that combines the standard filter, lowercase filter,
stemming and stopword filters.
|
| DSIndexer |
DSIndexer contains the methods that index Items and their metadata,
collections, communities, etc.
|
| DSNonStemmingAnalyzer |
Custom Lucene Analyzer that combines the standard filter, lowercase filter
and stopword filter.
|
| DSQuery |
DSIndexer contains various static methods for performing queries on indices,
for collections and communities.
|
| DSTokenizer |
Customized Lucene Tokenizer, since the standard one rejects numbers from
indexing/querying.
|
| Harvest |
Utility class for extracting information about items, possibly just within a
certain community or collection, that have been created, modified or
withdrawn within a particular range of dates.
|
| HarvestedItemInfo |
Simple container class containing information about a harvested DSpace item.
|
| QueryArgs |
Contains the arguments for a query.
|
| QueryResults |
Contains the results of a query.
|
| SearchConsumer |
Class for updating search indices from content events.
|
Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range.
DSpace uses the Jakarta project's Lucene search engine. Official Lucene Web Site
Copyright © 2015 DuraSpace. All Rights Reserved.