Xindice API
version 1.2m1

org.apache.xindice.core.filer
Interface BTreeCallback


public interface BTreeCallback

BTreeCallback is a callback interface for BTree queries.

Version:
$Revision: 541508 $, $Date: 2007-05-24 21:54:12 -0400 (Thu, 24 May 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.2m1

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