Previous: WordList CONFIGURATION, Up: WordList
Key()
part of
the
wordRef
exists in the index, override it.
Returns OK on success, NOTOK on error.
Key()
part of
wordRef
, using the
Walk
method.
Returns the number of entries successfully deleted.
Key()
part of
wordRef.
Returns OK if deletion is successfull, NOTOK otherwise.
O_RDONLY
or
O_RDWR.
If mode is
O_RDWR
it can be or'ed with
O_TRUNC
to reset
the content of an existing inverted index.
Return OK on success, NOTOK otherwise.
Key()
part of
wordRef.
The
List
returned
contains pointers to
WordReference
objects. It is
the responsibility of the caller to free the list. See List.h
header for usage.
List
returned
contains pointers to
WordReference
objects. It is
the responsibility of the caller to free the list. See List.h
header for usage.
Key()
part of
wordRef.
In the
Key()
, the string
(accessed with
GetWord()
) matches any string that begins
with it. The
List
returned contains pointers to
WordReference
objects. It is the responsibility of the
caller to free the list.
Key()
, the string (accessed with
GetWord()
) matches any string that begins with it. The
List
returned contains pointers to
WordReference
objects. It is the responsibility of the caller to free the
list.
List
returned contains pointers to
String
objects. It is the responsibility of the caller
to free the list. See List.h header for usage.
List
returned contains pointers to
WordReference
objects. It is the responsibility of
the caller to free the list. See List.h header for usage.
GetWord()
part of
key.
Returns OK on success, NOTOK otherwise.
WordReference
ASCII description.
Return OK on success, NOTOK otherwise.
WordReference
ASCII descriptions from
f
,
returns the number of inserted WordReference or < 0 if an error
occurs. Invalid descriptions are ignored as well as empty
lines.