Is there some mapping from clean term X to dirty indexed terms A, B,
C?  If so, can't you just take a TermQuery(X) and replace with
BooleanQuery SHOULD A, B, C?

Mike McCandless

http://blog.mikemccandless.com


On Wed, Jul 24, 2013 at 7:41 AM, Abhishek Gupta <abhi.bansa...@gmail.com> wrote:
> As I have some discussion on IRC with . They want to know my objective in
> doing so. I have already post the objective there and posting here again:
> Sry, for late response. I am making a search system in which the data I have
> indexed is erroneous. So I have made some schemes to match a query
> term(which is error free) to the indexed term(which might be erroneous). So
> I have to change the Lucene code where it matches a query term to the
> indexed data, so that I can code my matching schemes there.
>
>
> On Tue, Jul 23, 2013 at 11:21 PM, Abhishek Gupta <abhi.bansa...@gmail.com>
> wrote:
>>
>> Hi,
>> I have a problem which is explained completely here. Please help!! or just
>> give me some suggestion about from where to get help.
>>
>> --
>> Abhishek Gupta,
>> 897876422, 9416106204, 9624799165
>
>
>
>
> --
> Abhishek Gupta,
> 897876422, 9416106204, 9624799165

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to