Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wang committed Nov 16, 2013
1 parent 0bf3458 commit 3a392fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 0.0.4

* Add ability to investigate indexes on HDFS
* Add command to dump the index
* Add command to import from a dumped index
* Add configuration support, now you can configure Clue to run your own custom code
* Add index trimming functionlity: sometimes you want a smaller index to work with
* lucene 4.5.1 upgrade

Version 0.0.3

* bug fix: info command missing norm, payload, vector info
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@ Command list:

./bin/clue.sh my-idx help


delete - deletes a list of documents from searching via a query, input: query
using configuration file found at: /Users/johnwang/github/clue/config/clue.conf
Analyzer: class org.apache.lucene.analysis.standard.StandardAnalyzer
Query Builder: class com.senseidb.clue.api.DefaultQueryBuilder
Directory Builder: class com.senseidb.clue.api.DefaultDirectoryBuilder
IndexReader Factory: class com.senseidb.clue.api.DefaultIndexReaderFactory
delete - deletes a list of documents from searching via a query, input: query
directory - prints directory information
docval - gets doc value for a given doc, <field> <docid>, if <docid> not specified, all docs are shown
exit - exits program
Expand All @@ -82,6 +86,7 @@ Command list:
search - executes a query against the index, input: <query string>
stored - displays stored data for a given field
terms - gets terms from the index, <field:term>, term can be a prefix
trim - trims the index, <TRIM PERCENTAGE> <OPTIONS>, options are: head, tail, random
tv - shows term vector of a field for a doc

### Build a sample index to play with:
Expand Down

0 comments on commit 3a392fc

Please sign in to comment.