the spaces are still there. But if I use the Solrj and query for documents, the strings are trimmed (whitespace cutted at the end and an the front). may be is some kind of TrimFilter active? How can I prevent timming (by solr schema or in the solrj api)?


what is your specific SolrQuery?

calling:
 query.setQuery( " stuff with spaces   " );

does not call trim(), but some other calls do.

ryan

Reply via email to