de.nava.informa.search |
This package contains classes for creating and searching news items
through a full-text index.
Currently this implementation uses Lucene as the full-text engine.
|
Java Source File Name | Type | Comment |
AllTests.java | Class | |
ChannelIndexer.java | Class | Utility class which allows to generate respective maintain a
fulltext index for news items. |
ChannelSearcher.java | Class | PUBLIC: Utility class for executing searches against the full-text
index that does allow to directly obtain the found news items. |
ItemDocument.java | Class | A utility class for making a Lucene Document from a news Item
object. |
ItemFieldConstants.java | Interface | A class containing constants for the document fields. |
ItemResult.java | Class | Container class to store information about one search result entry. |
QueryParseException.java | Class | An exception thrown in the case a given query cannot be parsed by
the underlying full-text engine. |
TestChannelIndexer.java | Class | |
TestChannelSearcher.java | Class | |
UnretrievableException.java | Class | An exception thrown when a formerly existing channel or news item
now not any longer can be retrieved from the channel
collection. |