« Back Issue #123
  • 2010-09-02 08:44 Reported by administrator
  • 2010-09-06 15:16 Marked fixed
Status: Marked fixed
Priority: Medium

Need to add the ability to store meta words site:, link:, info:, etc into the inverted index

administrator 2010-09-02 08:44

It is generally useful to be able to restrict searches to a given site, to determine the inlinks of a given document, or to see just the summary of one url. This is what the commands search line site:, link:, and info: do for other search engines. These can be implemented by storing in the inverted index appropriate meta words such as hash(site:url) and the list of documents which are on the site given by that url. The info: meta word is especially for looking up the summary of a url when you are combining the link micropages of bug 5 using the grouping operator of bug 8.

chris 2010-09-02 09:37

Fixed with commit 7fb47f3

X