public class PositionalOperator
extends java.lang.Object
Constructor and Description |
---|
PositionalOperator() |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Returns the distance (number of word) between the IDfFulltextExpression composing the proximity search
|
boolean |
isOrdered()
Indicates if the IDfFulltextExpression which take part in the proximity search must be ordered or not
|
void |
setCount(int count)
Sets the distance (number of words) between the IDfFulltextExpression object to match the constraint
|
void |
setOrdered(boolean isOrdered)
Specifies if the IDfFulltextExpression which take part in the proximity search must be ordered or not to match the text
|
public void setCount(int count)
count
- the number of wordspublic void setOrdered(boolean isOrdered)
isOrdered
- public int getCount()
public boolean isOrdered()
Copyright 1994-2023 OpenText Corporation. All rights reserved.