[ 
https://issues.apache.org/jira/browse/LUCENE-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrien Grand closed LUCENE-4597.
--------------------------------

    Resolution: Won't Fix

Hi Thibault,

This transformation should be done in client code. If you are using the Lucene 
query parser, this can be done by overriding the QueryParser.get*Query methods. 
This kind of question should be asked on the user list 
(http://lucene.apache.org/core/discussion.html#java-user-list-java-userlucene) 
before filling a JIRA issue.
                
> 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.
> How can I achieve this purpose ?
> 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