Thanks Jeevanandam. I couldn't get any regex pattern to work except a basic
one to look for sentence-ending punctuation followed by whitespace:

[.!?](?=\s)

However, this isn't good enough for my needs so I'm switching tactics at the
moment and working on plugging in OpenNLP's SentenceDetector into either
Solr or Nutch. 

--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-escape-character-in-regex-in-Solr-schema-xml-tp3921961p3927003.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to