Next: Sample Session Up: Indexing PROLOG Procedures into Previous: Appendix

User Commands

Since indexing should be automatic the index structure is hidden from the RELFUN user. The only command to control indexing is:

The effect of calling indexing without any option is displaying the current settings.

The switches have the following effects:

Example:


rfe> indexing
indexing on :min-clauses 2 :max-vars 10 :max-depth 3 :max-args 2 :debug off

rfe> indexing :min-clauses 3 
indexing on :min-clauses 3 :max-vars 10 :max-depth 3 :max-args 2 :debug off

rfe> indexing :max-depth 4 :max-args 3 :max-depth 5
indexing on :min-clauses 2 :max-vars 10 :max-depth 5 :max-args 3 :debug off


Michael Sintek - sintek@dfki.uni-kl.de