lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
test-framework
/
org.gnit.lucenekmp.tests.search
/
BaseRangeFieldQueryTestCase
/
Range
Range
abstract
class
Range
base class for range verification
Members
Constructors
Range
Link copied to clipboard
constructor
(
)
Types
Query
Type
Link copied to clipboard
enum
QueryType
:
Enum
<
BaseRangeFieldQueryTestCase.Range.QueryType
>
supported query relations
Properties
is
Missing
Link copied to clipboard
var
isMissing
:
Boolean
Functions
get
Max
Link copied to clipboard
abstract
fun
getMax
(
dim
:
Int
)
:
Any
get
Min
Link copied to clipboard
abstract
fun
getMin
(
dim
:
Int
)
:
Any
is
Equal
Link copied to clipboard
abstract
fun
isEqual
(
other
:
BaseRangeFieldQueryTestCase.Range
)
:
Boolean
num
Dimensions
Link copied to clipboard
abstract
fun
numDimensions
(
)
:
Int
relate
Link copied to clipboard
fun
relate
(
other
:
BaseRangeFieldQueryTestCase.Range
)
:
BaseRangeFieldQueryTestCase.Range.QueryType
?
set
Max
Link copied to clipboard
abstract
fun
setMax
(
dim
:
Int
,
value
:
Any
)
set
Min
Link copied to clipboard
abstract
fun
setMin
(
dim
:
Int
,
value
:
Any
)