Sounds like you just need a buzzword field (indexed, stored) that is analyzed containing each of the terms associated with that buzzword. Then, just do the search against that field and return that field.

On Aug 15, 2009, at 11:03 PM, Ninad Raut wrote:

I want searchable buzzword word and basewords associated with them.
So when I query say for a word like *personality* I also want its associated
baseword *person*.
Also if I search for baseword *person* I want to get all the words
associated with the baseword like *personality,persona *etc.

On Fri, Aug 14, 2009 at 11:48 PM, Grant Ingersoll <gsing...@apache.org>wrote:

Do you need to know, when you match which type of word it was, or do you
just need to know if there was a match?

On Aug 14, 2009, at 5:17 AM, Ninad Raut wrote:

Hi,
I have a scenario in which I need to store Buzz words and their frequency
in
a particular document.
Also along with the buzzwords I have possible basewords, portar words
associated with the buzzwords.
Buzzword,Baseword,Portar word all need to be searchable.
How can I use dynamic fields and my Solr schema?
Regards,
Ninad


--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
Solr/Lucene:
http://www.lucidimagination.com/search



--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene:
http://www.lucidimagination.com/search

Reply via email to