I am a Solr newbie.

Let's say we have a field with 4 records as follows:

"James"
"James Edward"
"James Edward Gray"
"JamesEdward"

a. In Solr 3.4, I want an exact search on the given field for "James
Edward". Record 2 should be returned.

b. Next on the same field, I want to check whether "James" is contained in
the field, then records 1, 2 and 3 should be returned.

Which standard analyzer, tokenizer can one apply on one single field, to get
these results?

Satish

Reply via email to