Yes, it is a string field and not a text field.

<fieldType name="string" class="solr.StrField" sortMissingLast="true"
omitNorms="true"/>
<field name="raw_name" type="string" indexed="true" stored="true" />

Lower-casing done to do case-insensitive matching.

On Mon, Feb 23, 2015 at 4:01 PM, Jack Krupansky <jack.krupan...@gmail.com>
wrote:

> Is it really a string field - as opposed to a text field? Show us the field
> and field type.
>
> Besides, if it really were a "raw" name, wouldn't that be a capital "B"?
>
> -- Jack Krupansky
>
> On Mon, Feb 23, 2015 at 6:52 PM, Arun Rangarajan <arunrangara...@gmail.com
> >
> wrote:
>
> > I have a string field raw_name like this in my document:
> >
> > {raw_name: beyoncé}
> >
> > (Notice that the last character is a special character.)
> >
> > When I issue this wildcard query:
> >
> > q=raw_name:beyonce*
> >
> > i.e. with the last character simply being the ASCII 'e', Solr returns me
> > the above document.
> >
> > How do I prevent this?
> >
>

Reply via email to