Take a look at admin/analysis for the field in question, feed it values and
see how they are tokenized. My guess is that the token in the index is
a...@gmail.com (single token), which of course won't match the fragment "@
gmail.com" (assuming gmail.com@ is a typo)...

Best
Erick


On Wed, Mar 6, 2013 at 5:43 AM, adfel70 <adfe...@gmail.com> wrote:

> Hi
>
> I have emails indexed with the default text_general fieldType.
>
> I find that if the email "a...@gmail.com" is indexed, and I search for
> "gmail.com@" (exact phrase search) I can a result, while I should not get
> one.
>
> Any idea how to solve this?
>
> thanks.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/searching-exact-phrase-with-stop-word-returns-bad-results-tp4045180.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to