Searching with String that Represents a Signature

2014-08-14 Thread Scott Selvia
We have OCR a document with a signature, you can select the signature and copy the text representation for searching in a lucene 4.7 index. We have surrounded the search text with double quotes since it has invalid search characters without the use of the double quotes. Search Text: :J!/z”

Re: Searching with String that Represents a Signature

2014-08-14 Thread Jack Krupansky
The standard analyzer will discard most special characters as punctuation. What analyzer are you using? -- Jack Krupansky -Original Message- From: Scott Selvia Sent: Thursday, August 14, 2014 7:42 PM To: java-user@lucene.apache.org Subject: Searching with String that Represents a