Does the synonyms file support regular expressions?
--
View this message in context:
http://lucene.472066.n3.nabble.com/wildcards-in-solr-synonyms-file-tp1053691p1055822.html
Sent from the Solr - User mailing list archive at Nabble.com.
Here is my schema.xml file
http://lucene.472066.n3.nabble.com/file/n847355/schema.xml schema.xml
--
View this message in context:
http://lucene.472066.n3.nabble.com/searching-documents-in-solr-tp844800p847355.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thank you for your reply.
let me clarify that I am trying to do a wildcard search.
There are documents with title ( title is default search field ) new1, new2,
new3
searching new* will return all three posts but searching
whereas *new1 returns no document, when it should return at-least one
doc