Saturday, 15 March 2014

Solr exact search with blank character AND a wildcard -



Solr exact search with blank character AND a wildcard -

i got problem solr search. want search string blank character within , wildcard in end. way found set string in quotes. if , can´t set wildcard in end.

so there way can search "foo bar"* ?

thanks hint!

you can seek escaping white space field:foo\ bar*

wildcard queries :- note wildcards not supported within quoted phrases. treated if white space.

solr wildcard

No comments:

Post a Comment