|
Class Summary |
| CompositeLuceneProvider |
Implementation of SearchProvider that dynamically builds a Lucene index (according to the schema defined
in LuceneSearchIndexSchema) using the results retrieved from another SearchProvider. |
| LuceneGenerator |
Generates test data (as a Lucene index) using the eagle-i ontology. |
| LuceneHighlightGenerator |
Utility class that holds logic for computing highlights for SearchRequest matches against the Lucene index
created per LuceneSearchIndexSchema. |
| LuceneQueryBuilder |
Contains logic for building a Lucene Query from a SearchRequest for the index schema defined by LuceneSearchIndexSchema. |
| LuceneSearchIndexSchema |
Holds information about the schema for the Lucene index used to support search over eagle-i RDF resource data. |
| LuceneSearchProvider |
SearchProvider that queries a Lucene index populated according to the
schema defined in LuceneSearchIndexSchema. |
| LuceneSearchProviderFactory |
Factory methods for creating LuceneSearchProvider from generated data. |
| LuceneSearchProviderIndexer |
Creates a Lucene index for eagle-i RDF resource data according to the schema defined in LuceneSearchIndexSchema. |
| LuceneSearchProviderProperties |
Extension of SearchProperties that contains properties for the LuceneProvider. |