| Class | Description |
|---|---|
| AggregateNodeSearcher |
Retrieves search property by iterating over nodes and then executes search using the retrieved
criteria.
|
| ConcurrentReader |
Reads random paths concurrently with multiple readers/writers configured with
ConcurrentReader.WRITERS and ConcurrentReader.READERS. |
| ConcurrentWriter |
Writes random paths concurrently with multiple readers/writers configured with {#WRITERS} and {#READERS}.
|
| FacetSearcher |
Scalability test for facet query implementation
|
| FormatSearcher |
Searches on the file format/Mime type
|
| FullTextSearcher |
Full text query search
|
| LastModifiedSearcher |
perform searches using the
jcr:lastModified and the provided timeframe |
| MultiFilterOrderByKeysetPageSearcher |
Simulates keyset pagination over the search
MultiFilterOrderBySearcher |
| MultiFilterOrderByOffsetPageSearcher |
Simulates offset pagination over the search
MultiFilterOrderBySearcher |
| MultiFilterOrderBySearcher |
Searches on node with a filter property and orders the results by 2 properties
|
| MultiFilterSplitOrderByKeysetPageSearcher |
Simulates keyset pagination over the search
MultiFilterSplitOrderBySearcher |
| MultiFilterSplitOrderByOffsetPageSearcher |
Simulates offset pagination over the search
MultiFilterSplitOrderBySearcher |
| MultiFilterSplitOrderBySearcher |
Splits the query in
MultiFilterOrderBySearcher
into multiple queries and unions the results. |
| NodeTypeSearcher |
Searches on the NodeType
|
| OrderByDate | |
| OrderByKeysetPageSearcher |
Simulates keyset pagination over the search
OrderBySearcher |
| OrderByOffsetPageSearcher |
Simulates offset pagination over the search
OrderBySearcher |
| OrderBySearcher |
Searches on path and orders the results by 2 properties
|
| PaginationEnabledSearcher |
Abstract class which defines utility methods for processing results like
pagination and no pagination.
|
| ScalabilityBenchmark |
Base class for all the Scalability/Longevity benchmarks/tests.
|
| SearchScalabilityBenchmark |
Abstract class for search scalability benchmarks.
|
| SplitOrderByKeysetPageSearcher |
Simulates keyset pagination over the search
SplitOrderBySearcher |
| SplitOrderByOffsetPageSearcher |
Simulates offset pagination over the search
SplitOrderBySearcher |
| SplitOrderBySearcher |
Splits the search in
OrderBySearcher to multiple
queries and unions the results. |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.