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
: 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
/ - Tag - Search - Share
- Original Message
From: Lutz Steinborn <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Wednesday, May 2, 2007 5:41:33 AM
Subject: Searchproblem composite words
Hi,
I have a search problem with composite words.
For example I have the compo
Hi,
I have a search problem with composite words.
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".
I can do a fuzzy search but this gives me too many results.