Class Overview
Has some utility methods that the hit collectors can use.
Summary
Public Methods |
String
|
getFieldId(String documentConstant)
Translates between a known set of document id's to field id's that can be used to check visiblity.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
HitCollectorUtil
()
Public Methods
public
String
getFieldId
(String documentConstant)
Translates between a known set of document id's to field id's that can be used to check visiblity.
This method will turn any custom field id's such as customfield_10000_RAW into customfield_10000.
Parameters
documentConstant
| the value to transform into a field id |
Returns
- the field id for the passed document constant