GMishx commented on issue #4997:
URL: https://github.com/apache/couchdb/issues/4997#issuecomment-1972519798

   > 
https://lucene.apache.org/core/9_10_0/core/org/apache/lucene/document/StringField.html
 vs 
https://lucene.apache.org/core/9_10_0/core/org/apache/lucene/document/TextField.html
 btw
   
   I also modified the index to be of type `text` rather than `string` as: 
`index("text", "lastname", doc.lastname, {"store": true});` and query started 
working even for uppercase "Admin1".
   
   If that's expected behavior, I can update the index creation doc.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to