public class AttachmentQuery extends Object implements Query
Query.LogicalOperator, Query.Operator
Modifier and Type | Field and Description |
---|---|
protected List<String> |
_pageIds
The page ids
|
Constructor and Description |
---|
AttachmentQuery(Collection<String> pageIds)
Create an AttachmentQuery which searches on resources attached to the given page and its sub-pages.
|
AttachmentQuery(String... pageIds)
Create an AttachmentQuery which searches on resources attached to the given page and its sub-pages.
|
Modifier and Type | Method and Description |
---|---|
String |
build()
Build the solr query string representing the Query object.
|
public AttachmentQuery(String... pageIds)
pageIds
- the page idspublic AttachmentQuery(Collection<String> pageIds)
pageIds
- the page ids