Do you have to do anything special to search against a field in Solr? No, that's what Solr does.

Please be more specific about what you are trying to do, what you expect to happen, and what happens instead.

If your Solr field is analyzed to stem, then indeed you can only match stemmed tokens, because that's the only tokens that are there. You can create a different solr field that is not stemmed for wildcard searches if you like, which is perhaps what you're trying to do, but you haven't really told us.

On 1/4/2011 10:00 AM, Wodek Siebor wrote:
I'm trying to search using "text_rev" field, which is by default enabled in
the schema.xml,
but it doesn't work at all. Do I have to do anything special here.

I want to search using wildcards and searching against "text" field works
fine, except I can only find results against stemmed text.

Thanks,
Wlodek

Reply via email to