Re: highlight and wildcards ?

2007-11-07 Thread Kamran Shadkhast
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

Making stemming dynamic at query time

2007-12-18 Thread Kamran Shadkhast
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

Re: Making stemming dynamic at query time

2007-12-19 Thread Kamran Shadkhast
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

Re: Making stemming dynamic at query time

2007-12-20 Thread Kamran Shadkhast
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

Enhancing the query language

2008-04-22 Thread Kamran Shadkhast
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.