allow finer control over indexing sub-terms.

improve flag code a bit.
This commit is contained in:
Vitor Santos Costa
2012-06-01 13:16:29 +01:00
parent 2def937080
commit 39f392be9c
5 changed files with 27 additions and 8 deletions

View File

@@ -8078,8 +8078,13 @@ for which YAP was compiled and Operating System information.
@item index
@findex index (yap_flag/2 option)
@* If @code{on} allow indexing (default), if @code{off} disable it, if
@code{single} allow on first argument only.
@item index_sub_term_search_depth
@findex index (yap_flag/2 option)
@*
If @code{on} allow indexing (default), if @code{off} disable it.
Maximum bound on searching sub-terms for indexing, if @code{0} (default) no bound.
@item informational_messages
@findex informational_messages (yap_flag/2 option)