Copyright© 2008-2022 Sitevision AB, all rights reserved.
| Package | Description |
|---|---|
| senselogic.sitevision.api.search |
Search utility interfaces
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchHit> |
SearchResult.getHits()
Accessor to the lazy loaded
Iterator containing the search hits. |
Iterator<SearchHit> |
SearchResult.iterator()
Convenience method for iterating search hits using the Java foreach loop construct.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SearchHighlighter.getHighlightedFragment(String aHighlightPreElement,
String aHighlightPostElement,
SearchHit aSearchHit)
Deprecated.
As of Sitevision 3.0 this method will always return
null. Do not use this interface at all,
it will be completely removed in future releases of Sitevision. |
String |
SearchHighlighter.getHighlightedFragment(String aHighlightPreElement,
String aHighlightPostElement,
SearchHit aSearchHit,
String aHighlightingFieldName)
Deprecated.
As of Sitevision 3.0 this method will always return
null. Do not use this interface at all,
it will be completely removed in future releases of Sitevision. |
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.