]> Cypherpunks repositories - gostls13.git/commit
godoc: enable fulltext index by default
authorRobert Griesemer <gri@golang.org>
Wed, 19 Jan 2011 22:33:05 +0000 (14:33 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 19 Jan 2011 22:33:05 +0000 (14:33 -0800)
commita441037f3f7aedc419595c8a5e032723cedbdeb3
tree14fbf83994b68e2603d20ad73d31543f40141921
parent4e3f38947650dcaf5a764e49c11bad3b1070de73
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
lib/godoc/search.html
src/cmd/godoc/doc.go
src/cmd/godoc/godoc.go
src/cmd/godoc/main.go