begin_indexing(self,
session,
req)
Perform tasks as required before indexing begins, for example
setting batch files.
|
clean_index(self,
session,
index)
Remove all the terms from an index, but keep the
specification.
|
commit_indexing(self,
session,
req)
Commit the data to disk from the indexing process.
|
contains_index(self,
session,
index)
Does the IndexStore currently store the given Index.
|
create_index(self,
session,
index)
Create an index in the store.
|
delete_index(self,
session,
index)
Completely delete an index from the store.
|
delete_terms(self,
session,
index,
terms,
record=None)
Delete the given terms from an index, optionally only for a
particular record.
|
fetch_indexList(self,
session)
Fetch a list of all indexes stored in this IndexStore.
|
fetch_indexStats(self,
session,
index)
Fetch statistics (such as size) about the given Index.
|
fetch_sortValue(self,
session,
index,
record)
Fetch a stored data value for the given record.
|
fetch_term(self,
session,
index,
term,
summary=0,
reverse=0)
Fetch a single term.
|
fetch_termList(self,
session,
index,
term,
numReq=0,
relation="",
end="",
summary=0,
reverse=0)
Fetch a list of terms for an index.
|
store_terms(self,
session,
index,
terms,
record)
Store terms in the index for a given record.
|
:
__init__ ,
auth_function ,
get_config ,
get_default ,
get_object ,
get_path ,
get_setting ,
log_function ,
unauth_function ,
unlog_function
:
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|