I'm finding that the facet.prefix query parameter does not seem to support
international characters, regardless of url encoding.  All the other
parameters work fine, but that one seems unique in this respect.

For example with this data:

François Nédélec

*These queries produce relevant facets:*

/select?facet=on&facet.field=description&facet.prefix=ned&indent=on&q=description:françois&wt=json
/select?facet=on&facet.field=description&facet.prefix=franc&indent=on&q=description:nédélec&wt=json
/select?facet=on&facet.field=description&facet.prefix=ned&indent=on&q=description:fran%C3%A7ois&wt=json

*But these do not produce any facets:
*

/select?facet=on&facet.field=description&facet.prefix=néd&indent=on&q=description:françois&wt=json
/select?facet=on&facet.field=description&facet.prefix=franç&indent=on&q=description:nédélec&wt=json
/select?facet=on&facet.field=description&facet.prefix=n%C3%A9d&indent=on&q=description:fran%C3%A7ois&wt=json

It seems therefore that facet.prefix only supports the "post-filtered" text,
not the raw original text?  Note how the international characters are
working fine in the "q" param, just not in facet.prefix.  

Any info or clarity or work-arounds on this would be much appreciated.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/international-characters-in-facet-prefix-tp4339415.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to