Package org.elasticsearch.common.lucene
Class BytesRefs
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 org.apache.lucene.util.BytesReftoBytesRef(Object value, org.apache.lucene.util.BytesRefBuilder spare)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. -
toBytesRef
public static org.apache.lucene.util.BytesRef toBytesRef(Object value, org.apache.lucene.util.BytesRefBuilder spare)
-