root/tools/plush/trunk/TODO.txt

Revision 51523, 0.6 kB (checked in by bdelbosc, 1 year ago)

add directory size and average doc size

  • Property svn:keywords set to Id
Line 
1 ==========
2 TODO PLUSH
3 ==========
4 $Id$
5
6 * support PyLucene 2.1.0
7
8 * search within a result set (\push [QUERY_NUM] \pop \query)
9
10 * \set verbose [ON|OFF] -> debug query mode
11
12 * result list mode (columns, lines, file output)
13
14 * more psql like:
15   \o [FILE]      send all query results to file or |pipe
16
17 * \next -> clear; v doc_num++
18
19 * \prev -> clear; v doc_num--
20
21 * a mode without '\' ?
22
23 * save settings ~/.plushrc
24
25   \save foo
26   \load foo
27
28   [foo]
29   set select XXXX, XXXX
30   set ...
31
32
33 * \delete [DOC_NUM] -> delete doc
34
35 * \delete_field [FIELD_NAME] -> try to delete field for all docs ?
36
37 * \optimize
38
39 * indexation bulk mode
40
41 ...
Note: See TracBrowser for help on using the browser.