ns_textindex add URL ?pagetable?
ns_textindex delete URL ?pagetable?
ns_textindex add indexes the specified URL in the index table. The URL must be absolute (i.e., it must start with http:
). If the URL already exists in the index, ns_textindex add will replace the old record with the new one. You do not need to perform both a delete and an add in this case.
ns_textindex delete removes the URL from the index table. The URL must be absolute (i.e., it must start with http:
).