Xindice API
version 1.1

org.apache.xindice.core.filer
Interface BTreeCallback


public interface BTreeCallback

BTreeCallback is a callback interface for BTree queries.

Version:
$Revision: 511426 $, $Date: 2007-02-24 22:25:02 -0500 (Sat, 24 Feb 2007) $

Method Summary
 boolean indexInfo(Value value, long pointer)
          indexInfo is a callback method for index enumeration.
 

Method Detail

indexInfo

public boolean indexInfo(Value value,
                         long pointer)
indexInfo is a callback method for index enumeration.
Parameters:
value - The Value being reported
pointer - The data pointer being reported
Returns:
false to cancel the enumeration

Xindice API
version 1.1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.