I fixed this problem by returning this"return super.getPrefixQuery(field,
termStr);"
in solr.search.SolrQueryParser and it worked for me.
-Kamran
Mike Klaas wrote:
>
> On 7-Jun-07, at 5:27 PM, Frédéric Glorieux wrote:
>
>> Hoss,
>>
>> Thanks for all your information and pointers. I know that
Stemming both at indexing and query time will be controled by solrconfig.xml,
but I think it would be great if we could dynamiclly control this during
search if we want to search with stemming or not. any thought? feasibilty?
...
Thanks,
-Kamran
--
View this message in context:
http://www.nabbl
The easiest is probably to have two copies of your field, using
, one stemmed and one not, and search in one or the other.
-Bertrand
Yes, I knew this, but it costs me too much, in my case having more than 65M
records and saving most of the fields inside the index for highlighting
purpose does no
Kamran,
I think Bertrand's suggestion is the only possible solution. I can't think
of a way you can not stem at index time and make it an option at search
time. If you look at and understand low-level/basic indexing and term
matching process, I think you'll see why this seems impossible. But
st n times
Thanks,
Kamran shadkhast
--
View this message in context:
http://www.nabble.com/Enhancing-the-query-language-tp16824860p16824860.html
Sent from the Solr - User mailing list archive at Nabble.com.