On a quick read, your statements are contradictory.... <<<I have phrases like brain natriuretic peptide indexed as a single token>>>
<<<When I calculate the term frequency for the same the count is 0 since the tokens from the text are indexed separately i.e. brain , natriuretic , peptide.>>> Either "brain natriuretic peptide" is a single token/term or it's not.... Are you sure you're not confusing indexing and storing? What analyzer are you using at index time? Erick On Fri, Jan 8, 2010 at 5:16 AM, hrishim <[email protected]> wrote: > > Hi . > I have phrases like brain natriuretic peptide indexed as a single token > using Lucene. > When I calculate the term frequency for the same the count is 0 since the > tokens from the text are indexed separately i.e. brain , natriuretic , > peptide. > Is there a way to solve this problem and get the term frequency for the > entire phrase ? > > Regards, > Hrishi > -- > View this message in context: > http://old.nabble.com/Term-Frequency-for-phrases-tp27073866p27073866.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
