java.lang.Object
org.elasticsearch.common.lucene.BytesRefs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.lucene.util.BytesReftoBytesRef(Object value) Converts an object value to BytesRef.static StringConverts a value to a string, taking special care if its aBytesRefto callBytesRef.utf8ToString().
-
Constructor Details
-
BytesRefs
public BytesRefs()
-
-
Method Details
-
toString
Converts a value to a string, taking special care if its aBytesRefto callBytesRef.utf8ToString(). -
toBytesRef
Converts an object value to BytesRef.
-