115116117118119120121122123124125
*/ public Entry get() throws Exception { if ( !searchCursor.available() ) { throw new InvalidCursorPositionException(); } do { if ( response instanceof SearchResultEntry )