From 07a8707e7573b260e2c467e7714092d4c217146c Mon Sep 17 00:00:00 2001 From: Gibheer Date: Fri, 10 Jun 2011 20:47:32 +0200 Subject: [PATCH] changed some todo items --- TODO | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index e99a6d1..06186a8 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,11 @@ -* implement stemmer for strings - * build an abstract stemmer class - * implement a simple stemmer -* build an analyzer to split the strings - * the analyzer uses tokens to split the stream - * it can throw out string parts, which have no meaning - * builds an array of strings with number of occurences (needed for scoring) +- implement stemmer for strings + - implement a simple stemmer +- build an analyzer to split the strings + ? the analyzer uses tokens to split the stream + ? it can throw out string parts, which have no meaning + - builds an array of strings with number of occurences (needed for scoring) + * the index writer will do this, as i think the analyzer just has to + deliver the array itself * IndexSearcher * build indexes for attributes * implement tree structures for index