Thibault Houel created LUCENE-4597:
--------------------------------------

             Summary: Update a Term's value before searching
                 Key: LUCENE-4597
                 URL: https://issues.apache.org/jira/browse/LUCENE-4597
             Project: Lucene - Core
          Issue Type: Wish
          Components: core/search
    Affects Versions: 3.6.1
            Reporter: Thibault Houel


Hi,

Is there a way to change a Term's value (Term.text()) before Lucene actually 
perform the search on the Document holding this Term ?

I need this preprocessing because the value is encrypted when written in the 
index. I although need to do fuzzy search and/or approximate search when 
searching on this Term.

Best regards.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to