Re: Searchproblem composite words

2007-05-03 Thread Walter Underwood
A agree that multi-word synonyms are an excellent way to do this. This may sound like a hack, but you'd end up doing this even if you had dedicated linguistic compound decomposition software. Those usually use a dictionary of common words and the dictionary rarely has all the words that are import

Re: Searchproblem composite words

2007-05-02 Thread Chris Hostetter
: For example I have the composite word "wishlist" in my document. I can : easily find the document by using the search string "wishlist" or "wish*" : but I don't get any result with "list". what you are describing is basically a substring search problem ... sometimes this can be dealt with by us

Re: Searchproblem composite words

2007-05-02 Thread Otis Gospodnetic
Hi Lutz, That is because neither Solr nor Lucene (the indexing/searching toolkit that Solr runs on top of) know anything about compound words. Noting there knows that the English word "wishlist" is a compounded word. You'd have to write your own analyzer and tokenizer that examines each word/