By default, stored = true, indexed = true. Any case, this is an example
output from solr search console.

<result name="response" numFound="2" start="0">
  <doc>
    <str name="id">1234</str>
    <str name="name">JOHN   SMITH </str>
    <str name="signatureField">5430fbe9e6374611</str></doc>
  <doc>
    <str name="id">1233</str>
    <str name="name">   john SMITh</str>
    <str name="signatureField">49867a7835ff6741</str></doc>
</result>

As you can see, the 2 signature fields are different. And I want the
overrides = false as I want to use field collapsing for removing dedupe at
query time.

Thanks
tinman


--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-ignore-whitespace-case-sensitivity-with-dedupe-tp2997624p2997738.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to