What analyzer is your field using at index and query time?
See:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters

<http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters>Some analyzers
strip punctuation, some don't. Some lowercase,
some don't. You can chain filters together to do most anything
you want...

HTH
Erick

On Thu, Apr 15, 2010 at 4:45 PM, hkmortensen <ko...@yahoo.com> wrote:

>
> Does the text being searched contain the dot at that place (after doctor)?
>
>
>
> Hid-Mubarmij wrote:
> >
> > Hi,
> > I am searching on SOLR and want to search exact match keywords.
> > Punctualtion(Dot, Period), comma, double quotes or any other single
> > charecter is being problematic when searching in SOLR for exact match
> > keywords.
> > For example a keyword:
> >
> > if i use
> >
> > "he is my doctor."
> >
> > then SOLR is returning the exact record which is correct bu t if I ommit
> > the Punctualtion(Dot, Period)  like
> >
> > "he is my doctor"
> >
> > SOLR returns Zero results. same case with comma, double quotes etc.
> >
> > Anybody have any idea about this.
> >
> > Many thanks in advance.
> >
>
> --
> View this message in context:
> http://n3.nabble.com/SOLR-Exact-match-problem-Punctuations-double-quotes-etc-tp720807p722298.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to