go/src/cmd/godoc
Robert Griesemer a441037f3f godoc: enable fulltext index by default
- added flag -maxresults (default: 10000) to limit the max.
  number of full text results shown
- removed flag -fulltext; use -maxresults=0 to disable fulltext
  index
- better indication on result page if not all results are shown
  (... after line list)

R=rsc, gri1
CC=golang-dev
https://golang.org/cl/4049042
2011-01-19 14:33:05 -08:00
..
Makefile godoc: support for regular expression full text search 2011-01-10 15:34:29 -08:00
codewalk.go log: new interface 2010-10-12 12:59:18 -07:00
dirtrees.go go/ast: use token.Pos instead of token.Position; adjust all dependent code 2010-12-06 14:23:18 -08:00
doc.go godoc: enable fulltext index by default 2011-01-19 14:33:05 -08:00
format.go go/scanner: Make Init take a *token.File instead of a *token.FileSet. 2011-01-13 17:20:26 -08:00
godoc.go godoc: enable fulltext index by default 2011-01-19 14:33:05 -08:00
index.go go/scanner: Make Init take a *token.File instead of a *token.FileSet. 2011-01-13 17:20:26 -08:00
main.go godoc: enable fulltext index by default 2011-01-19 14:33:05 -08:00
mapping.go godoc: better support for directory trees for user-defined 2010-09-14 11:16:36 -07:00
snippet.go godoc: don't double HTML-escape search result snippets 2011-01-13 12:44:04 -08:00
spec.go go/scanner: Make Init take a *token.File instead of a *token.FileSet. 2011-01-13 17:20:26 -08:00
utils.go godoc: atomically update filter file 2010-09-14 16:54:38 -07:00