From 3a392fc7ee4de8f741f000ac371e9de04365fb12 Mon Sep 17 00:00:00 2001 From: John Wang Date: Sat, 16 Nov 2013 08:55:30 -0800 Subject: [PATCH] release notes --- CHANGES.txt | 9 +++++++++ README.md | 9 +++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5144693..90f54c9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/README.md b/README.md index 692c436..6d8a216 100644 --- a/README.md +++ b/README.md @@ -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, , if not specified, all docs are shown exit - exits program @@ -82,6 +86,7 @@ Command list: search - executes a query against the index, input: stored - displays stored data for a given field terms - gets terms from the index, , term can be a prefix + trim - trims the index, , options are: head, tail, random tv - shows term vector of a field for a doc ### Build a sample index to play with: