| Package | Description |
|---|---|
| com.independentsoft.share | |
| com.independentsoft.share.kql |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
Service.search(IRestriction restriction)
Search.
|
| Constructor and Description |
|---|
SearchQuery(IRestriction restriction)
Instantiates a new search query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
And
The Class And.
|
class |
Contains
The Class Contains.
|
class |
IsEqualTo
The Class IsEqualTo.
|
class |
IsGreaterThan
The Class IsGreaterThan.
|
class |
IsGreaterThanOrEqualTo
The Class IsGreaterThanOrEqualTo.
|
class |
IsLessThan
The Class IsLessThan.
|
class |
IsLessThanOrEqualTo
The Class IsLessThanOrEqualTo.
|
class |
IsNotEqualTo
The Class IsNotEqualTo.
|
class |
IsWithinRange
The Class IsWithinRange.
|
class |
Near
The Class Near.
|
class |
Not
The Class Not.
|
class |
Or
The Class Or.
|
class |
OrderedNear
The Class OrderedNear.
|
class |
Words
The Class Words.
|
class |
XRank
The Class XRank.
|
| Constructor and Description |
|---|
And(IRestriction restriction1,
IRestriction restriction2)
Instantiates a new and.
|
And(IRestriction restriction1,
IRestriction restriction2,
IRestriction restriction3)
Instantiates a new and.
|
And(IRestriction restriction1,
IRestriction restriction2,
IRestriction restriction3,
IRestriction restriction4)
Instantiates a new and.
|
Not(IRestriction restriction)
Instantiates a new not.
|
Or(IRestriction restriction1,
IRestriction restriction2)
Instantiates a new or.
|
Or(IRestriction restriction1,
IRestriction restriction2,
IRestriction restriction3)
Instantiates a new or.
|
Or(IRestriction restriction1,
IRestriction restriction2,
IRestriction restriction3,
IRestriction restriction4)
Instantiates a new or.
|
| Constructor and Description |
|---|
And(java.util.List<IRestriction> restrictions)
Instantiates a new and.
|
Or(java.util.List<IRestriction> restrictions)
Instantiates a new or.
|