public class TestPostQueryFilter extends Object implements PostQueryFilter
| Constructor and Description |
|---|
TestPostQueryFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
filterItems(SessionContext ctx,
LuceneIndex idx,
Item[] items)
The item is expected to be a
Product; it is visible if its code begins with 'p'. |
public void filterItems(SessionContext ctx, LuceneIndex idx, Item[] items)
Product; it is visible if its code begins with 'p'.filterItems in interface PostQueryFilteridx - the index which the result items belong toitems - all items found be a searchCopyright © 2017 SAP SE. All Rights Reserved.