Re: A Buzzword Problem!!!

2009-08-17 Thread Grant Ingersoll
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 b

Re: A Buzzword Problem!!!

2009-08-15 Thread Ninad Raut
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

Re: A Buzzword Problem!!!

2009-08-14 Thread Grant Ingersoll
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 buzzwo

A Buzzword Problem!!!

2009-08-14 Thread Ninad Raut
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 S