: I have indexed my data as "custom123, customer, custom" for the
: "UserName" field. I need to search the records for exact match, when I
: am trying to search with UserName:"customer" I am finding the records
: where UserName is custom123 and custom.
:
: As per my understanding solr splits t
Try using fieldtype "string" instead of "text" for the UserName
field. Then it will not be tokenized so it should only give exact
matches.
--
Steve
On Feb 2, 2009, at 2:27 AM, mahendra mahendra wrote:
Hi,
I have indexed my data as "custom123, customer, custom" for the
"UserName" fiel
Hi,
I have indexed my data as "custom123, customer, custom" for the "UserName"
field.
I need to search the records for exact match, when I am trying to search with
UserName:"customer" I am finding the records where UserName is custom123 and
custom.
As per my understanding solr splits the Alpha