On Fri, Jan 30, 2009 at 11:37 PM, Mark Miller <markrmil...@gmail.com> wrote:

>
>>
>>> you can try indexing the full term at the same position as the stemmed
>>> term,
>>>
>>>
>>
>> what does this mean "at the same position" and how could I do this?
>>
>>
> Write a custom filter. Normally, for every term, its position is
> incremented by 1 as the terms are broken out in tokenization. You can change
> this and index terms at the same position using your own filter. There are
> ramifications, because you are adding more terms to your index, but it
> allows you to index multiple forms of a term at the same position (so that
> phrase queries still work as expected).


Can SOLR-763 help here? It is in trunk now.

https://issues.apache.org/jira/browse/SOLR-763

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to