Re: Wildcard matching of dynamic fields

2013-07-26 Thread Artem Karpenko
solr_.* You can use full regex patterns or lists of field names. (I have more examples in my book.) -- Jack Krupansky -Original Message- From: Artem Karpenko Sent: Thursday, July 25, 2013 11:05 AM To: solr-user@lucene.apache.org Subject: Wildcard matching of dynamic fields Hi, given

Re: Wildcard matching of dynamic fields

2013-07-25 Thread Jack Krupansky
-- Jack Krupansky -Original Message- From: Artem Karpenko Sent: Thursday, July 25, 2013 11:05 AM To: solr-user@lucene.apache.org Subject: Wildcard matching of dynamic fields Hi, given a dynamic field There are some other suffix-based fields as well. And some of the fields in document

Wildcard matching of dynamic fields

2013-07-25 Thread Artem Karpenko
Hi, given a dynamic field stored="true" /> There are some other suffix-based fields as well. And some of the fields in document should be ignored, they have "nosolr_" prefix. But defining stored="false" /> even at the start of schema does not work, field "nosolr_inv_dunning_boolean" is r