Class SearchRowLocation
- java.lang.Object
-
- com.couchbase.client.java.search.result.SearchRowLocation
-
@Volatile public class SearchRowLocation extends Object
A FTS result row location indicates at which position a given term occurs inside a given field. In case the field is an array,arrayPositionswill indicate which index/indices in the array contain the term.- Since:
- 2.3.0
- Author:
- Simon Baslé, Michael Nitschinger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]arrayPositions()longend()booleanequals(Object o)Stringfield()inthashCode()longpos()longstart()Stringterm()StringtoString()
-