/[pgestraier]/trunk/data/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/data/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 46 - (show annotations)
Sun Sep 11 21:44:11 2005 UTC (18 years, 7 months ago) by dpavlin
File size: 545 byte(s)
drop and re-create trivia node

1 all:
2 @echo "make index|test"
3
4
5 index:
6 test -d trivia || mkdir trivia
7 ./convert.pl
8 test -d casket && rm -Rf casket || true
9 estcmd gather -cs 64 casket/ trivia/
10 #estcmd optimize casket/
11
12 perl:
13 test -d casket && rm -Rf casket || true
14 estcall raw -auth admin admin 'http://localhost:1978/master?action=nodedel&name=trivia' || true
15 estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=trivia&label=IMDB%20trivia' || true
16 ./indexer.pl
17
18 test:
19 estcmd search -vf casket/ 'blade runner'
20
21 clean:
22 rm -Rf trivia casket

  ViewVC Help
Powered by ViewVC 1.1.26