> The DisMax parser essentially creates a set of queries against
> different fields. These queries are analyzed as per each field.
>
> I think this what you are talking about- "The" in a movie title is
> diffferent from "the" in the movie description. Would you expect "The
> Sound Of Music" to fet
The DisMax parser essentially creates a set of queries against
different fields. These queries are analyzed as per each field.
I think this what you are talking about- "The" in a movie title is
diffferent from "the" in the movie description. Would you expect "The
Sound Of Music" to fetch every mov
> No- there are various analyzers. StandardAnalyzer is geared toward
> searching bodies of text for interesting words - punctuation is
> ripped out. Other analyzers are more useful for "concrete" text. You
> may have to work at finding one that leaves punctuation in.
>
My problem is not with the
No- there are various analyzers. StandardAnalyzer is geared toward
searching bodies of text for interesting words - punctuation is
ripped out. Other analyzers are more useful for "concrete" text. You
may have to work at finding one that leaves punctuation in.
On Wed, Sep 23, 2009 at 2:14 PM, Ensd