This commit is contained in:
powturbo
2015-06-01 11:47:30 +02:00
parent 5a8090fc92
commit cc186dea17

View File

@ -183,7 +183,7 @@ q/s: queries/second, ms/q:milliseconds/query
2 - Create index file for each partition
./idxcr gov2.sorted.s
./idxcr gov2.sorted.s*
>*create inverted index file for all partitions "gov2.sorted.s00 - gov2.sorted.s07" in the current directory*
@ -193,7 +193,7 @@ q/s: queries/second, ms/q:milliseconds/query
delete "idxqry.o" file and then type "make para" to compile "idxqry" w. multithreading
./idxqry gov2.sorted.s\*.i 1mq.txt
./idxqry gov2.sorted.s*.i 1mq.txt
>*run queries in file "1mq.txt" over the index of all gov2 partitions "gov2.sorted.s00.i - gov2.sorted.s07.i".*